Grouping Shapes
Groups
- The Group class is the most general-purpose
of the group nodes
- Has exactly one parent
- Can have any number of children
- You can add, insert, remove, and get children in a group
- Children are implicitly numbered starting with 0
- Child rendering order is up to Java 3D!
- Java 3D can sort shapes for better rendering efficiency