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