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 TypeMethodDescriptionboolean
Return the collide boolean value.double
Return the collideTime double value.getProxy()
Return the proxy X3DNode value.void
setCollide
(boolean val) Set the collide field.void
Set the proxy field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
Methods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildren
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
Methods 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.
-