Interpolates among a set of float values. More...
#include <Inventor/VRMLnodes/SoVRMLScalarInterpolator.h>
Public Member Functions | |
SoVRMLScalarInterpolator () | |
Public Attributes | |
SoMFFloat | key |
SoMFFloat | 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 SFFloat values. This interpolator is appropriate for any parameter defined using a single floating point value, e.g., width, radius, intensity, etc. The keyValue field must contain exactly as many numbers as there are keyframes 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 |
SoMFFloat | set_keyValue |
SoSFNode | set_metadata |
SoSFFloat | value_changed |
SoMFFloat | key_changed |
SoMFFloat | keyValue_changed |
SoSFNode | metadata_changed |
SoVRMLScalarInterpolator::SoVRMLScalarInterpolator | ( | ) |
Constructor.