Image or video on a 3d object

benoit-1842's icon

I have a 3d object, a cube, I am wondering if it's possible to have a movie or an image on one side of this cube....

Thanx Ben

benoit-1842's icon

This is what I got so far...But I am stump...

Max Patch
Copy patch and select New From Clipboard in Max.

Th

anx

Rob Ramirez's icon

set the @texture attribute of you opengl shape to the @name attribute of your jit.gl.texture.

you may also want change shape's @color from it's default color of grey, to white, so that the texture shows up clearly on the opengl shape.

if you only want a texture on a single side of the cube, you will probably have to create the cube yourself from plane shapes, or videoplanes.

jit.anim.node and jit.gl.node can be very helpful in positioning several shapes and parenting them to a single location.