29 #ifndef __ORIENTATIONINTERPOLATOR_H__
30 #define __ORIENTATIONINTERPOLATOR_H__
86 virtual void update();
94 Inst< SFFloat > _set_fraction = 0,
95 Inst< MFFloat > _key = 0,
96 Inst< MFRotation > _keyValue = 0,
97 Inst< SFValue > _value_changed = 0 );
Contains the MFRotation field class.
Contains the SFRotation field class.
Header file for X3DInterpolatorNode, X3D scene-graph node.
The OrientationInterpolator node interpolates among a list of rotation values specified in the keyVal...
Definition: OrientationInterpolator.h:73
H3DUniquePtr< SFValue > value_changed
The resulting interpolated value.
Definition: OrientationInterpolator.h:111
H3DUniquePtr< MFRotation > keyValue
The values to interpolate between.
Definition: OrientationInterpolator.h:104
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: OrientationInterpolator.h:114
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: OrientationInterpolator.h:85