Uses of Interface
org.web3d.x3d.sai.Grouping.Transform
Package
Description
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
The Grouping component describes how nodes are organized into groups to establish a transformation hierarchy for the X3D scene graph.
-
Uses of Transform in org.web3d.x3d.jsail.Grouping
Modifier and TypeClassDescriptionclass
Transform is a Grouping node that can contain most nodes. -
Uses of Transform in org.web3d.x3d.sai.Grouping
Modifier and TypeMethodDescriptionTransform.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.Transform.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.Transform.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.Transform.setCenter
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.Transform.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.Transform.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Transform.setRotation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.Transform.setScale
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.Transform.setScaleOrientation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named scaleOrientation.Transform.setTranslation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.Transform.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.