| 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.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| org.web3d.x3d.jsail.HAnim |
The Humanoid Animation (H-Anim) component for X3D defines node bindings and other
details for implementing ISO/IEC 19774, the H-Anim International Specificaiton.
|
| org.web3d.x3d.jsail.Interpolation |
Interpolator nodes provide keyframe-based animation capability.
|
| Modifier and Type | Method and Description |
|---|---|
MFRotationObject |
fieldObject.getValueMFRotation()
Get typed value of this field declaration.
|
MFRotationObject |
fieldValueObject.getValueMFRotation()
Get typed value of this fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
fieldObject |
fieldObject.appendValue(MFRotationObject newValue)
Append MFRotationObject to field for value attribute.
|
fieldValueObject |
fieldValueObject.appendValue(MFRotationObject newValue)
Append MFRotationObject to fieldValue for value attribute.
|
fieldObject |
fieldObject.setValue(MFRotationObject newValue)
Set typed value of a MFRotation field declaration.
|
fieldValueObject |
fieldValueObject.setValue(MFRotationObject newValue)
Set typed value of a MFRotation fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
MFRotationObject |
MFRotationObject.append(MFRotationObject newValue)
Appends a new MFRotationObject to the end of the existing value array, increasing the field length accordingly.
|
MFRotationObject |
MFRotationObject.append(SFRotationObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.
|
MFRotationObject |
MFRotationObject.setValue(double[] newValue)
Assign a double-precision array value to this single-precision field.
|
MFRotationObject |
MFRotationObject.setValue(MFRotationObject newValue)
Apply an MFRotationObject value to this field.
|
MFRotationObject |
MFRotationObject.setValue(SFRotationObject newValue)
Assign a single-field SFRotationObject as new array value.
|
MFRotationObject |
MFRotationObject.setValueByString(java.lang.String newValue)
Utility accessor for MFRotationObject using String value (which must pass parsing validation checks).
|
| Modifier and Type | Method and Description |
|---|---|
MFRotationObject |
MFRotationObject.append(MFRotationObject newValue)
Appends a new MFRotationObject to the end of the existing value array, increasing the field length accordingly.
|
MFRotationObject |
MFRotationObject.setValue(MFRotationObject newValue)
Apply an MFRotationObject value to this field.
|
| Constructor and Description |
|---|
MFRotationObject(MFRotationObject newValue)
Constructor to copy an MFRotationObject value as initial value for this new field object.
|
| Modifier and Type | Method and Description |
|---|---|
ExtrusionObject |
ExtrusionObject.setOrientation(MFRotationObject newValue)
Assign typed object value to MFRotation orientation field, similar to
ExtrusionObject.setOrientation(float[]). |
| Modifier and Type | Method and Description |
|---|---|
HAnimHumanoidObject |
HAnimHumanoidObject.setJointBindingRotations(MFRotationObject newValue)
Assign typed object value to MFRotation jointBindingRotations field, similar to
HAnimHumanoidObject.setJointBindingRotations(float[]). |
| Modifier and Type | Method and Description |
|---|---|
OrientationInterpolatorObject |
OrientationInterpolatorObject.setKeyValue(MFRotationObject newValue)
Assign typed object value to MFRotation keyValue field, similar to
OrientationInterpolatorObject.setKeyValue(float[]). |
SquadOrientationInterpolatorObject |
SquadOrientationInterpolatorObject.setKeyValue(MFRotationObject newValue)
Assign typed object value to MFRotation keyValue field, similar to
SquadOrientationInterpolatorObject.setKeyValue(float[]). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.