Build a shape Shape3D myShape = new Shape3D( myGeom, myAppear ); Add it to a group Group myGroup = new Group( ); myGroup.addChild( myShape );
Shape3D myShape = new Shape3D( myGeom, myAppear );
Group myGroup = new Group( ); myGroup.addChild( myShape );