| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core |
The Core component supplies the base functionality for the X3D run-time system, including
the abstract base node type, field types, the event model, and routing.
|
| org.web3d.x3d.jsail.fields |
The fields subpackage is provided for creating
typed X3D field values
and also includes various utility capabilities.
|
| 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.Shaders |
The programmable shaders component describes how programmable shaders are specified
and how they affect the visual appearance of geometry.
|
| Modifier and Type | Method and Description |
|---|---|
SFMatrix3fObject |
fieldObject.getValueSFMatrix3f()
If type matches, then get typed value of a SFMatrix3f field declaration.
|
SFMatrix3fObject |
fieldValueObject.getValueSFMatrix3f()
If type matches, then get typed value of a SFMatrix3f fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
fieldObject |
fieldObject.appendValue(SFMatrix3fObject newValue)
Append SFMatrix3fObject to field for value attribute.
|
fieldValueObject |
fieldValueObject.appendValue(SFMatrix3fObject newValue)
Append SFMatrix3fObject to fieldValue for value attribute.
|
fieldObject |
fieldObject.setValue(SFMatrix3fObject newValue)
Set typed value of a SFMatrix3f field declaration.
|
fieldValueObject |
fieldValueObject.setValue(SFMatrix3fObject newValue)
Set typed value of a SFMatrix3f fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
SFMatrix3fObject |
SFMatrix3fObject.multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.
|
SFMatrix3fObject |
SFMatrix3fObject.setValue(float[] newValue)
Apply an array of primitive values to this field.
|
SFMatrix3fObject |
SFMatrix3fObject.setValue(SFMatrix3fObject newValue)
Apply an SFMatrix3fObject value to this field.
|
SFMatrix3fObject |
SFMatrix3fObject.setValueByString(java.lang.String newValue)
Utility accessor for SFMatrix3fObject using String value (which must pass parsing validation checks).
|
| Modifier and Type | Method and Description |
|---|---|
SFMatrix3fObject |
SFMatrix3fObject.setValue(SFMatrix3fObject newValue)
Apply an SFMatrix3fObject value to this field.
|
| Constructor and Description |
|---|
SFMatrix3fObject(SFMatrix3fObject newValue)
Constructor to copy an SFMatrix3fObject value as initial value for this new field object.
|
| Modifier and Type | Method and Description |
|---|---|
RigidBodyObject |
RigidBodyObject.setInertia(SFMatrix3fObject newValue)
Assign typed object value to SFMatrix3f inertia field, similar to
RigidBodyObject.setInertia(float[]). |
| Modifier and Type | Method and Description |
|---|---|
Matrix3VertexAttributeObject |
Matrix3VertexAttributeObject.addValue(SFMatrix3fObject newValue)
Add singleton SFMatrix3fObject value to MFMatrix3f value field.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.