-
-
Methods in org.web3d.x3d.sai.RigidBodyPhysics that return CollidableShape
| Modifier and Type |
Method |
Description |
CollidableShape |
CollidableShape.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
CollidableShape |
CollidableShape.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
CollidableShape |
CollidableShape.setDisplayBBox(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.
|
CollidableShape |
CollidableShape.setEnabled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
|
CollidableShape |
CollidableShape.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CollidableShape |
CollidableShape.setRotation(float[] newValue) |
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
CollidableShape |
CollidableShape.setShape(Shape newValue) |
Accessor method to assign Shape instance (using a properly typed node) to initializeOnly SFNode field shape.
|
CollidableShape |
CollidableShape.setTranslation(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
CollidableShape |
CollidableShape.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|