Interpolates among a set of coordinate values. More...
#include <Inventor/VRMLnodes/SoVRMLCoordinateInterpolator.h>
Public Member Functions | |
SoVRMLCoordinateInterpolator () | |
Public Attributes | |
SoMFFloat | key |
SoMFVec3f | keyValue |
See the VRML97 Specification, below.
NOTE: This class does not exist in Open Inventor 10.0 and later.This section may reference portions of the VRML97 specification that are not present in this help file. The complete VRML97 spec is available at http://www.web3d.org .
This node linearly interpolates among a set of MFVec3f values. This would be appropriate for interpolating SoVRMLCoordinate positions for a geometric morph.
The number of coordinates in the keyValue field must be an integer multiple of the number of keyframes in the key field; that integer multiple defines how many coordinates will be contained in the value_changed events.
Refer to "Concepts - Interpolators" for a more detailed discussion of interpolators.
key | [] |
keyValue | [] |
metadata | NULL |
SoSFFloat | set_fraction |
SoMFFloat | set_key |
SoMFVec3f | set_keyValue |
SoSFNode | set_metadata |
SoMFVec3f | value_changed |
SoMFFloat | key_changed |
SoMFVec3f | keyValue_changed |
SoSFNode | metadata_changed |
SoVRMLCoordinateInterpolator::SoVRMLCoordinateInterpolator | ( | ) |
Constructor.