29 #ifndef __NORMALINTERPOLATOR_H__
30 #define __NORMALINTERPOLATOR_H__
76 virtual void update();
84 Inst< SFFloat > _set_fraction = 0,
85 Inst< MFFloat > _key = 0,
86 Inst< MFVec3f > _keyValue = 0,
87 Inst< MFValue > _value_changed = 0 );
Contains the MFVec3f field class.
Header file for X3DInterpolatorNode, X3D scene-graph node.
The NormalInterpolator node interpolates among a list of normal vector sets specified by the keyValue...
Definition: NormalInterpolator.h:64
H3DUniquePtr< MFVec3f > keyValue
The values to interpolate between.
Definition: NormalInterpolator.h:94
H3DUniquePtr< MFValue > value_changed
The interpolated result value.
Definition: NormalInterpolator.h:101
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: NormalInterpolator.h:104
A template modifier class for adding type checking on the routes to any Field class.
Definition: TypedField.h:84
The abstract node X3DInterpolatorNode forms the basis for all types of interpolators specified in thi...
Definition: X3DInterpolatorNode.h:123
H3D API namespace.
Definition: Anchor.h:38
The H3DNodeDatabase contains a mapping between a name of a Node and the constructor for the Node with...
Definition: H3DNodeDatabase.h:194
The SFValue field updates the interpolated value from the fields routed to it.
Definition: NormalInterpolator.h:75