| Package | Description |
|---|---|
| org.web3d.x3d.jsail.RigidBodyPhysics |
The Rigid Body Physics component describes how to model rigid bodies and their interactions
through the application of basic physics principles to effect motion.
|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| org.web3d.x3d.sai.RigidBodyPhysics |
The Rigid Body Physics component describes how to model rigid bodies and their interactions
through the application of basic physics principles to effect motion.
|
| org.web3d.x3d.sai.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
CollidableShapeObject.getShape()
Provide Shape instance (using a properly typed node) from initializeOnly SFNode field shape.
|
| Modifier and Type | Method and Description |
|---|---|
CollidableShapeObject |
CollidableShapeObject.setShape(Shape newValue)
Assign Shape instance (using a properly typed node) to initializeOnly SFNode field shape.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShapeObject
X3D node tooltip: [X3DShapeNode] Shape can appear under any grouping node.
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
CollidableShape.getShape()
Provide Shape instance (using a properly typed node) from initializeOnly SFNode field shape.
|
| Modifier and Type | Method and Description |
|---|---|
CollidableShape |
CollidableShape.setShape(Shape newValue)
Assign Shape instance (using a properly typed node) to initializeOnly SFNode field shape.
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
Shape.setAppearance(X3DAppearanceNode newValue)
Assign X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance.
|
Shape |
Shape.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
Shape |
Shape.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
Shape |
Shape.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Shape |
Shape.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Shape |
Shape.setGeometry(X3DGeometryNode newValue)
Assign X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.
|
Shape |
Shape.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Shape |
Shape.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.