Package org.web3d.x3d.sai.navigation
Interface Collision
- All Superinterfaces:
X3DBoundedObject,X3DChildNode,X3DGroupingNode,X3DNode,X3DSensorNode
- All Known Implementing Classes:
SAICollision,SAICollision
Defines the requirements of an X3D Collision node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the collide boolean value.doubleReturn the collideTime double value.getProxy()Return the proxy X3DNode value.voidsetCollide(boolean val) Set the collide field.voidSet the proxy field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSizeMethods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildrenMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DSensorNode
getEnabled, getIsActive, setEnabled
-
Method Details
-
getCollide
boolean getCollide()Return the collide boolean value.- Returns:
- The collide boolean value.
-
setCollide
void setCollide(boolean val) Set the collide field.- Parameters:
val- The boolean to set.
-
getProxy
-
setProxy
-
getCollideTime
double getCollideTime()Return the collideTime double value.- Returns:
- The collideTime double value.
-