Uses of Interface
org.web3d.x3d.sai.Shape.Shape
Packages that use 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
Fields in org.web3d.x3d.jsail.RigidBodyPhysics declared as ShapeModifier and TypeFieldDescriptionstatic final Shape
CollidableShape.SHAPE_DEFAULT_VALUE
SFNode field named shape has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.RigidBodyPhysics that return ShapeModifier and TypeMethodDescriptionCollidableShape.getShape()
Provide org.web3d.x3d.sai.Shape.Shape instance (using a properly typed node) from initializeOnly SFNode field shape.Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type ShapeModifier 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
Classes in org.web3d.x3d.jsail.Shape that implement Shape -
Uses of Shape in org.web3d.x3d.sai.RigidBodyPhysics
Methods in org.web3d.x3d.sai.RigidBodyPhysics that return ShapeModifier and TypeMethodDescriptionCollidableShape.getShape()
Provide org.web3d.x3d.sai.Shape.Shape instance (using a properly typed node) from initializeOnly SFNode field shape.Methods in org.web3d.x3d.sai.RigidBodyPhysics with parameters of type ShapeModifier 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
Methods in org.web3d.x3d.sai.Shape that return ShapeModifier 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.