Package org.web3d.x3d.jsail.Grouping
package org.web3d.x3d.jsail.Grouping
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
The X3D Java Scene Access Interface (x3djsail) package provides concrete classes for each X3D node and statement.
Online: X3D Java Scene Access Interface Library (X3DJSAIL) and X3DJSAIL Javadoc.
- See Also:
-
ClassDescriptionGroup is a Grouping node that can contain most nodes.StaticGroup is similar to Group node but does not allow access to children after creation time.Switch is a Grouping node that only renders one (or zero) child at a time.Transform is a Grouping node that can contain most nodes.