iv manged to create a cylinder and add videotexture:
But what happens is the cylinder turns into a round plane basically, even if i drop the size real small (segments and sides etc ... The screen tends to be filled completely with my video but not in a cylinder shape just a round plane
[/code]
My cylinder seems to have no depth ....any ideas
[code]var file = "testbg.flv";
var videoTexture = new VideoTexture(file,64,64,true,true);
var textureMaterial = new TextureMaterial(videoTexture);
var _film = new CylinderGeometry(0xFFFF6665,50, 20, 50,20, true, true );
var _filmMesh = new Mesh(_film,textureMaterial);
_container.addChild(_filmMesh);
All that blue streaks is part of the cylinder