144

Grouping shapes
Group example code

  • Build a shape
    Shape3D myShape = new Shape3D( myGeom, myAppear );

  • Add it to a group
    Group myGroup = new Group( );
    myGroup.addChild( myShape );