Is it possible to resize a View3D object? I want to build an interface with a mini Away3D layer on top of a Starling layer? When I set the scale or width and height properties of a view3d, it ends up just clipping the scene?
Resizing View3D?Software: Away3D 4.x |
||
|
||
|
||
TerryMcG, Newbie
Posted: 25 December 2012 12:52 AM Total Posts: 7 [ # 2 ]
Thanks loth. Resizing the _stage3DProxy does make the viewport smaller but then my Starling Layers end up getting clipped. Does anyone know if it is possible to have an Away3D layer that is 50% the size of the stage, while having a Starling Layer that is 100% the size of the stage? I’ve attached a screenshot of the “interoperation” tutorial where I made the size of the stage3DProxy 50% smaller. As you can see the, the Away3D layer is scaled down 50% but the Starling layer ends up getting clipped.
|
||
|
||
OceanBreezeGames, Newbie
Posted: 16 July 2015 01:42 PM Total Posts: 12 [ # 4 ] I’ve adjusted the Away3D viewport on a shared Starling/Away3D setup without affecting both. Just adjust the x,y / width,height of your View3D. I was able to position my Away3D view wherever I wanted and still have the Starling be the full size of the stage.
|