I have been using ObjectContainer3D with no problem so far. Away3D 4.0 here.
2011/10/15 eco_bach <bac...@gmail.com> > Hi > Attempting to group a collection of either groups or planes already on > the stage, and then add this new group to the stage. > > So far, no luck, tried both Object3D and ObjectContainer3D > > > Can anyone help with pseudoCode? > Assume I have an array populated with cube objects that are already in > my scene (on the display list). > > _cubeArray > > How would I group these cubes and add them to my scene as a single > object? >