| 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.
|
| org.web3d.x3d.jsail.Texturing3D |
The Texturing3D component specifies how 3D volumetric textures describe surface properties
as data points in a volume of space, rather than a flat surface.
|
| Modifier and Type | Method and Description |
|---|---|
SFMatrix4fObject |
fieldObject.getValueSFMatrix4f()
If type matches, then get typed value of a SFMatrix4f field declaration.
|
SFMatrix4fObject |
fieldValueObject.getValueSFMatrix4f()
If type matches, then get typed value of a SFMatrix4f fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
fieldObject |
fieldObject.appendValue(SFMatrix4fObject newValue)
Append SFMatrix4fObject to field for value attribute.
|
fieldValueObject |
fieldValueObject.appendValue(SFMatrix4fObject newValue)
Append SFMatrix4fObject to fieldValue for value attribute.
|
fieldObject |
fieldObject.setValue(SFMatrix4fObject newValue)
Set typed value of a SFMatrix4f field declaration.
|
fieldValueObject |
fieldValueObject.setValue(SFMatrix4fObject newValue)
Set typed value of a SFMatrix4f fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
SFMatrix4fObject |
SFMatrix4fObject.multiply(float scaleFactor)
Multiply scaleFactor times all values in this field type.
|
SFMatrix4fObject |
SFMatrix4fObject.setValue(float[] newValue)
Apply an array of primitive values to this field.
|
SFMatrix4fObject |
SFMatrix4fObject.setValue(SFMatrix4fObject newValue)
Apply an SFMatrix4fObject value to this field.
|
SFMatrix4fObject |
SFMatrix4fObject.setValueByString(java.lang.String newValue)
Utility accessor for SFMatrix4fObject using String value (which must pass parsing validation checks).
|
| Modifier and Type | Method and Description |
|---|---|
SFMatrix4fObject |
SFMatrix4fObject.setValue(SFMatrix4fObject newValue)
Apply an SFMatrix4fObject value to this field.
|
| Constructor and Description |
|---|
SFMatrix4fObject(SFMatrix4fObject newValue)
Constructor to copy an SFMatrix4fObject value as initial value for this new field object.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix4VertexAttributeObject |
Matrix4VertexAttributeObject.addValue(SFMatrix4fObject newValue)
Add singleton SFMatrix4fObject value to MFMatrix4f value field.
|
| Modifier and Type | Method and Description |
|---|---|
TextureTransformMatrix3DObject |
TextureTransformMatrix3DObject.setMatrix(SFMatrix4fObject newValue)
Assign typed object value to SFMatrix4f matrix field, similar to
TextureTransformMatrix3DObject.setMatrix(float[]). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.