Uses of Interface
org.web3d.x3d.sai.Shape.Shape
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.RigidBodyPhysics | |
| org.web3d.x3d.jsail.Shape | |
| org.web3d.x3d.sai.RigidBodyPhysics | |
| org.web3d.x3d.sai.Shape |
-
Uses of Shape in org.web3d.x3d.jsail.RigidBodyPhysics
Methods in org.web3d.x3d.jsail.RigidBodyPhysics that return Shape Modifier and Type Method Description ShapeCollidableShapeObject. getShape()Provide ShapeObject instance (using a properly typed node) from initializeOnly SFNode field shape.Methods in org.web3d.x3d.jsail.RigidBodyPhysics with parameters of type Shape Modifier and Type Method Description CollidableShapeObjectCollidableShapeObject. setShape(Shape newValue)Accessor method to assign ShapeObject 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 Modifier and Type Class Description classShapeObjectShape can appear under any grouping node. -
Uses of Shape in org.web3d.x3d.sai.RigidBodyPhysics
Methods in org.web3d.x3d.sai.RigidBodyPhysics that return Shape Modifier and Type Method Description ShapeCollidableShape. getShape()Provide Shape instance (using a properly typed node) from initializeOnly SFNode field shape.Methods in org.web3d.x3d.sai.RigidBodyPhysics with parameters of type Shape Modifier and Type Method Description CollidableShapeCollidableShape. setShape(Shape newValue)Accessor method to assign 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 Shape Modifier and Type Method Description ShapeShape. setAppearance(X3DAppearanceNode newValue)Accessor method to assign X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance.ShapeShape. setBboxCenter(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.ShapeShape. setBboxSize(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.ShapeShape. setDisplayBBox(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.ShapeShape. setGeometry(X3DGeometryNode newValue)Accessor method to assign X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.ShapeShape. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ShapeShape. setVisible(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named visible.