-
-
Methods in org.web3d.x3d.sai.Navigation that return Billboard
| Modifier and Type |
Method |
Description |
Billboard |
Billboard.setAxisOfRotation(float[] newValue) |
Accessor method to assign 3-tuple float array unit axis, angle (in radians) to inputOutput SFVec3f field named axisOfRotation.
|
Billboard |
Billboard.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
Billboard |
Billboard.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
Billboard |
Billboard.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
Billboard |
Billboard.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
Billboard |
Billboard.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Billboard |
Billboard.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|