-
-
Methods in org.web3d.x3d.sai.RigidBodyPhysics that return CollisionSpace
| Modifier and Type |
Method |
Description |
CollisionSpace |
CollisionSpace.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
CollisionSpace |
CollisionSpace.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
CollisionSpace |
CollisionSpace.setCollidables(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field collidables.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollisionSpaceNode) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode);
if (!
|
CollisionSpace |
CollisionSpace.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
CollisionSpace |
CollisionSpace.setEnabled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
|
CollisionSpace |
CollisionSpace.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CollisionSpace |
CollisionSpace.setUseGeometry(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named useGeometry.
|
CollisionSpace |
CollisionSpace.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|