| Package | Description |
|---|---|
| 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.
|
| org.web3d.x3d.sai.Grouping |
The Grouping component describes how nodes are organized into groups to establish
a transformation hierarchy for the X3D scene graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransformObject
X3D node tooltip: [X3DGroupingNode] Transform is a Grouping node that can contain most nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Transform |
Transform.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
Transform |
Transform.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
Transform |
Transform.setCenter(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named center.
|
Transform |
Transform.setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
Transform |
Transform.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Transform |
Transform.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Transform |
Transform.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Transform |
Transform.setRotation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
Transform |
Transform.setScale(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named scale.
|
Transform |
Transform.setScaleOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.
|
Transform |
Transform.setTranslation(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
Transform |
Transform.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.