| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.jsail.Interpolation |
Interpolator nodes provide keyframe-based animation capability.
|
| org.web3d.x3d.sai.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.sai.Interpolation |
Interpolator nodes provide keyframe-based animation capability.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoPositionInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] GeoPositionInterpolator animates objects within a geographic coordinate system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] ColorInterpolator generates a range of color values.
|
class |
CoordinateInterpolator2DObject
X3D node tooltip: [X3DInterpolatorNode] CoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.
|
class |
CoordinateInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] CoordinateInterpolator linearly interpolates among a list of 3-tuple MFVec3f arrays, producing a single MFVec3f array that is fractional average between two nearest arrays in the list.
|
class |
NormalInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] NormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.
|
class |
OrientationInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] OrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.
|
class |
PositionInterpolator2DObject
X3D node tooltip: [X3DInterpolatorNode] PositionInterpolator2D generates a series of SFVec2f values.
|
class |
PositionInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] PositionInterpolator generates a series of 3-tuple SFVec3f values.
|
class |
ScalarInterpolatorObject
X3D node tooltip: [X3DInterpolatorNode] ScalarInterpolator generates piecewise-linear SFFloat values.
|
class |
SplinePositionInterpolator2DObject
X3D node tooltip: (X3D version 3.2 or later) [X3DInterpolatorNode] SplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.
|
class |
SplinePositionInterpolatorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DInterpolatorNode] SplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.
|
class |
SplineScalarInterpolatorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DInterpolatorNode] SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.
|
class |
SquadOrientationInterpolatorObject
X3D node tooltip: (X3D version 3.2 or later) [X3DInterpolatorNode] SquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeoPositionInterpolator
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColorInterpolator
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
CoordinateInterpolator
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
CoordinateInterpolator2D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
NormalInterpolator
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
OrientationInterpolator
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
PositionInterpolator
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
PositionInterpolator2D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
ScalarInterpolator
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
SplinePositionInterpolator
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
SplinePositionInterpolator2D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
SplineScalarInterpolator
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
SquadOrientationInterpolator
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DInterpolatorNode |
X3DInterpolatorNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DInterpolatorNode |
X3DInterpolatorNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DInterpolatorNode |
X3DInterpolatorNode.setKey(float[] newValue)
Assign float array to inputOutput MFFloat field named key.
|
X3DInterpolatorNode |
X3DInterpolatorNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DInterpolatorNode |
X3DInterpolatorNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.