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