Uses of Interface
org.web3d.x3d.sai.Interpolation.X3DInterpolatorNode
Packages that use 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
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DInterpolatorNodeModifier and TypeClassDescriptionclassGeoPositionInterpolator animates objects within a geographic coordinate system. -
Uses of X3DInterpolatorNode in org.web3d.x3d.jsail.Interpolation
Classes in org.web3d.x3d.jsail.Interpolation that implement X3DInterpolatorNodeModifier and TypeClassDescriptionclassColorInterpolator generates a range of color values.classCoordinateInterpolator 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.classCoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.classNormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.classOrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.classPositionInterpolator generates a series of 3-tuple SFVec3f values.classPositionInterpolator2D generates a series of SFVec2f values.classScalarInterpolator generates piecewise-linear SFFloat values.classSplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.classSplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.classSplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.classSquadOrientationInterpolator 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
Subinterfaces of X3DInterpolatorNode in org.web3d.x3d.sai.GeospatialModifier and TypeInterfaceDescriptioninterfaceGeoPositionInterpolator animates objects within a geographic coordinate system. -
Uses of X3DInterpolatorNode in org.web3d.x3d.sai.Interpolation
Subinterfaces of X3DInterpolatorNode in org.web3d.x3d.sai.InterpolationModifier and TypeInterfaceDescriptioninterfaceColorInterpolator generates a range of color values.interfaceCoordinateInterpolator 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.interfaceCoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.interfaceNormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.interfaceOrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.interfacePositionInterpolator generates a series of 3-tuple SFVec3f values.interfacePositionInterpolator2D generates a series of SFVec2f values.interfaceScalarInterpolator generates piecewise-linear SFFloat values.interfaceSplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.interfaceSplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.interfaceSplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.interfaceSquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event.Methods in org.web3d.x3d.sai.Interpolation that return X3DInterpolatorNodeModifier 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.