Can i add a view inside a Movieclip ?

Software: Away3D 4.x

Vishwas Gagrani, Newbie
Posted: 24 November 2013 06:23 PM   Total Posts: 2

Trying to do something like this :

_plane = new Mesh(new PlaneGeometry(124179), new TextureMaterial(Cast.bitmapTextureCardBack)));
   
_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

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X