Interpolates among a set of position values. More...
#include <Inventor/VRMLnodes/SoVRMLPositionInterpolator.h>
Public Member Functions | |
SoVRMLPositionInterpolator () | |
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 SFVec3f values. This is appropriate for interpolating a translation. The vectors are interpreted as absolute positions in object space. The keyValue field must contain exactly as many values as in the key field.
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 |
SoSFVec3f | value_changed |
SoMFFloat | key_changed |
SoMFVec3f | keyValue_changed |
SoSFNode | metadata_changed |
SoVRMLPositionInterpolator::SoVRMLPositionInterpolator | ( | ) |
Constructor.