Uses of Interface
org.web3d.x3d.sai.RigidBodyPhysics.CollidableOffset
Package
Description
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
-
Uses of CollidableOffset in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeClassDescriptionclass
CollidableOffset repositions geometry relative to center of owning body. -
Uses of CollidableOffset in org.web3d.x3d.sai.RigidBodyPhysics
Modifier and TypeMethodDescriptionCollidableOffset.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.CollidableOffset.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.CollidableOffset.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.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.CollidableOffset.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.CollidableOffset.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CollidableOffset.setRotation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.CollidableOffset.setTranslation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.CollidableOffset.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.