Uses of Interface
org.web3d.x3d.sai.Shape.Shape
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 Shape component defines nodes for associating geometry with their visible properties and the scene environment.
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 Shape component defines nodes for associating geometry with their visible properties and the scene environment.
-
Uses of Shape in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeFieldDescriptionstatic final Shape
CollidableShape.SHAPE_DEFAULT_VALUE
SFNode field named shape has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionCollidableShape.getShape()
Provide org.web3d.x3d.sai.Shape.Shape instance (using a properly typed node) from initializeOnly SFNode field shape.Modifier and TypeMethodDescriptionAccessor method to assign org.web3d.x3d.sai.Shape.Shape instance (using a properly typed node) to initializeOnly SFNode field shape. -
Uses of Shape in org.web3d.x3d.jsail.Shape
-
Uses of Shape in org.web3d.x3d.sai.RigidBodyPhysics
Modifier and TypeMethodDescriptionCollidableShape.getShape()
Provide org.web3d.x3d.sai.Shape.Shape instance (using a properly typed node) from initializeOnly SFNode field shape.Modifier and TypeMethodDescriptionAccessor method to assign org.web3d.x3d.sai.Shape.Shape instance (using a properly typed node) to initializeOnly SFNode field shape. -
Uses of Shape in org.web3d.x3d.sai.Shape
Modifier and TypeMethodDescriptionShape.setAppearance
(X3DAppearanceNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance.Shape.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.Shape.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.Shape.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.Shape.setCastShadow
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named castShadow.Shape.setGeometry
(X3DGeometryNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.Shape.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Shape.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.