| 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.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 |
|---|---|
MFMatrix3fObject |
fieldObject.getValueMFMatrix3f()
Get typed value of this field declaration.
|
MFMatrix3fObject |
fieldValueObject.getValueMFMatrix3f()
Get typed value of this fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
fieldObject |
fieldObject.appendValue(MFMatrix3fObject newValue)
Append MFMatrix3fObject to field for value attribute.
|
fieldValueObject |
fieldValueObject.appendValue(MFMatrix3fObject newValue)
Append MFMatrix3fObject to fieldValue for value attribute.
|
fieldObject |
fieldObject.setValue(MFMatrix3fObject newValue)
Set typed value of a MFMatrix3f field declaration.
|
fieldValueObject |
fieldValueObject.setValue(MFMatrix3fObject newValue)
Set typed value of a MFMatrix3f fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
MFMatrix3fObject |
MFMatrix3fObject.multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.
|
MFMatrix3fObject |
MFMatrix3fObject.setValue(float[] newValue)
Apply an array of primitive values to this field.
|
MFMatrix3fObject |
MFMatrix3fObject.setValue(MFMatrix3fObject newValue)
Apply an MFMatrix3fObject value to this field.
|
MFMatrix3fObject |
MFMatrix3fObject.setValueByString(java.lang.String newValue)
Utility accessor for MFMatrix3fObject using String value (which must pass parsing validation checks).
|
| Modifier and Type | Method and Description |
|---|---|
MFMatrix3fObject |
MFMatrix3fObject.setValue(MFMatrix3fObject newValue)
Apply an MFMatrix3fObject value to this field.
|
| Constructor and Description |
|---|
MFMatrix3fObject(MFMatrix3fObject newValue)
Constructor to copy an MFMatrix3fObject value as initial value for this new field object.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix3VertexAttributeObject |
Matrix3VertexAttributeObject.setValue(MFMatrix3fObject newValue)
Assign typed object MFMatrix3f value field, similar to
Matrix3VertexAttributeObject.setValue(float[]). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.