I’m trying to add a video to a Cylinder, i can do this on a plane with no problems, i understand the logic but i cant manage to get a cylinder in my 3d container always errors!.var file = “testbg.flv”;
var videoTexture = new VideoTexture(file,512,512,true,true);
var textureMaterial = new TextureMaterial(videoTexture);
var _film = new CylinderGeometry(textureMateria,300,100,100,true);
_container.addChild(_film) //
this is wrong but i would like help how to get this to work, i have look at the documentation and examples online but they refer to the 3.6 not the current version..
Thanks
Solved i needed to add the mesh.