Uses of Interface
org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode
Package | Description |
---|---|
org.web3d.x3d.jsail.RigidBodyPhysics | |
org.web3d.x3d.sai.RigidBodyPhysics |
-
Uses of X3DNBodyCollidableNode in org.web3d.x3d.jsail.RigidBodyPhysics
Classes in org.web3d.x3d.jsail.RigidBodyPhysics that implement X3DNBodyCollidableNode Modifier and Type Class Description class
CollidableOffset
CollidableOffset repositions geometry relative to center of owning body.class
CollidableShape
CollidableShape connects the collision detection system, the rigid body model, and the renderable scene graph.Fields in org.web3d.x3d.jsail.RigidBodyPhysics declared as X3DNBodyCollidableNode Modifier and Type Field Description static X3DNBodyCollidableNode
CollidableOffset. COLLIDABLE_DEFAULT_VALUE
SFNode field named collidable has default value null (Java syntax) or NULL (XML syntax).static X3DNBodyCollidableNode
Contact. GEOMETRY1_DEFAULT_VALUE
SFNode field named geometry1 has default value null (Java syntax) or NULL (XML syntax).static X3DNBodyCollidableNode
Contact. GEOMETRY2_DEFAULT_VALUE
SFNode field named geometry2 has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.RigidBodyPhysics that return X3DNBodyCollidableNode Modifier and Type Method Description X3DNBodyCollidableNode
CollidableOffset. getCollidable()
Provide org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) from initializeOnly SFNode field collidable.X3DNBodyCollidableNode
Contact. getGeometry1()
Provide org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) from inputOutput SFNode field geometry1.X3DNBodyCollidableNode
Contact. getGeometry2()
Provide org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) from inputOutput SFNode field geometry2.Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type X3DNBodyCollidableNode Modifier and Type Method Description CollidableOffset
CollidableOffset. setCollidable(X3DNBodyCollidableNode newValue)
Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) to initializeOnly SFNode field collidable.Contact
Contact. setGeometry1(X3DNBodyCollidableNode newValue)
Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry1.Contact
Contact. setGeometry2(X3DNBodyCollidableNode newValue)
Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry2.Method parameters in org.web3d.x3d.jsail.RigidBodyPhysics with type arguments of type X3DNBodyCollidableNode Modifier and Type Method Description RigidBody
RigidBody. setGeometry(java.util.ArrayList<X3DNBodyCollidableNode> newValue)
Assign ArrayList value of MFNode geometry field, similar toRigidBody.setGeometry(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DNBodyCollidableNode in org.web3d.x3d.sai.RigidBodyPhysics
Subinterfaces of X3DNBodyCollidableNode in org.web3d.x3d.sai.RigidBodyPhysics Modifier and Type Interface Description interface
CollidableOffset
CollidableOffset repositions geometry relative to center of owning body.interface
CollidableShape
CollidableShape connects the collision detection system, the rigid body model, and the renderable scene graph.Methods in org.web3d.x3d.sai.RigidBodyPhysics that return X3DNBodyCollidableNode Modifier and Type Method Description X3DNBodyCollidableNode
CollidableOffset. getCollidable()
Provide org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) from initializeOnly SFNode field collidable.X3DNBodyCollidableNode
Contact. getGeometry1()
Provide org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) from inputOutput SFNode field geometry1.X3DNBodyCollidableNode
Contact. getGeometry2()
Provide org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) from inputOutput SFNode field geometry2.X3DNBodyCollidableNode
X3DNBodyCollidableNode. setBboxCenter(float[] newValue)
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.X3DNBodyCollidableNode
X3DNBodyCollidableNode. setBboxDisplay(boolean newValue)
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.X3DNBodyCollidableNode
X3DNBodyCollidableNode. setBboxSize(float[] newValue)
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.X3DNBodyCollidableNode
X3DNBodyCollidableNode. setEnabled(boolean newValue)
Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DNBodyCollidableNode
X3DNBodyCollidableNode. setMetadata(X3DMetadataObject newValue)
Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DNBodyCollidableNode
X3DNBodyCollidableNode. setRotation(float[] newValue)
Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.X3DNBodyCollidableNode
X3DNBodyCollidableNode. setTranslation(float[] newValue)
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.X3DNBodyCollidableNode
X3DNBodyCollidableNode. setVisible(boolean newValue)
Accessor method to assign boolean value to inputOutput SFBool field named visible.Methods in org.web3d.x3d.sai.RigidBodyPhysics with parameters of type X3DNBodyCollidableNode Modifier and Type Method Description CollidableOffset
CollidableOffset. setCollidable(X3DNBodyCollidableNode newValue)
Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) to initializeOnly SFNode field collidable.Contact
Contact. setGeometry1(X3DNBodyCollidableNode newValue)
Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry1.Contact
Contact. setGeometry2(X3DNBodyCollidableNode newValue)
Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry2.