Trying to do something like this :
_plane = new Mesh(new PlaneGeometry(124, 179), new TextureMaterial(Cast.bitmapTexture( CardBack)));
_view.scene.addChild(_plane);
container_mc.addChild(_view);
addChild(container_mc);
container_mc.scaleX =0.5
But i cannot see the plane, getting sqeezed in the x dimension ? So, is there something wrong i am doing here?
Vishwas