Uses of Interface
org.web3d.x3d.sai.Interpolation.X3DInterpolatorNode
Package
Description
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
Interpolator nodes provide keyframe-based animation capability.
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
Interpolator nodes provide keyframe-based animation capability.
-
Uses of X3DInterpolatorNode in org.web3d.x3d.jsail.Geospatial
Modifier and TypeClassDescriptionclass
GeoPositionInterpolator animates objects within a geographic coordinate system. -
Uses of X3DInterpolatorNode in org.web3d.x3d.jsail.Interpolation
Modifier and TypeClassDescriptionclass
ColorInterpolator generates a range of color values.class
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
CoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.class
NormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.class
OrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.class
PositionInterpolator generates a series of 3-tuple SFVec3f values.class
PositionInterpolator2D generates a series of SFVec2f values.class
ScalarInterpolator generates piecewise-linear SFFloat values.class
SplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.class
SplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.class
SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.class
SquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event. -
Uses of X3DInterpolatorNode in org.web3d.x3d.sai.Geospatial
Modifier and TypeInterfaceDescriptioninterface
GeoPositionInterpolator animates objects within a geographic coordinate system. -
Uses of X3DInterpolatorNode in org.web3d.x3d.sai.Interpolation
Modifier and TypeInterfaceDescriptioninterface
ColorInterpolator generates a range of color values.interface
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.interface
CoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.interface
NormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.interface
OrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.interface
PositionInterpolator generates a series of 3-tuple SFVec3f values.interface
PositionInterpolator2D generates a series of SFVec2f values.interface
ScalarInterpolator generates piecewise-linear SFFloat values.interface
SplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.interface
SplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.interface
SplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.interface
SquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event.Modifier and TypeMethodDescriptionX3DInterpolatorNode.setKey
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named key.X3DInterpolatorNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.