Is there a DisplayObject3D (or equivalent) in Away3D 4? I’m interested in putting multiple 3D objects inside other containers to manipulate them as a group - so the container itself does not necessarily have a shape, color, etc.
Display Object 3D = Away3D?Software: Away3D 4.x |
||
|
||
Fabrice Closier, Administrator
Posted: 09 March 2012 09:20 PM Total Posts: 1265 [ # 1 ] var group:ObjectContainer3D = new ObjectContainer3D(); |
||
|