HTML Encoding and Default Values⤴
<X3DInterpolatorNode
buffer='""'
duration='"1"'
interpolation='"LINEAR"'
key='[]'
metadata='X3DMetadataObject'
set_fraction='0'
></X3DInterpolatorNode>
Inheritance⤴
- Core/X3DNode(18)
- Core/X3DChildNode(12)
- X3DInterpolatorNode (9)
- ColorInterpolator
- CoordinateInterpolator
- Geospatial/GeoPositionInterpolator
- NormalInterpolator
- OrientationInterpolator
- PositionInterpolator
- PositionInterpolator2D
- ScalarInterpolator
- SplinePositionInterpolator
Fields⤴
These are the X3D / X3DOM fields of this node. Values should usually be received / set as strings via
DOM functions (i.e., using
setAttribute("myFieldName", "myFieldValue")
and
getAttribute("myFieldName")
).
Name | Type | Default Value | Range | Inheritance | Standard | Description |
---|---|---|---|---|---|---|
buffer | SFString | "" | The url to the binary file, that contains the buffer data. | |||
duration | SFString | "1" | Specifies the duration | |||
interpolation | SFString | "LINEAR" | Contains the interpolation method | |||
key | MFFloat | [] | The key field contains the list of key times, the keyValue field contains values for the target field, one complete set of values for each key. Interpolator nodes containing no keys in the key field shall not produce any events. However, an input event that replaces an empty key field with one that contains keys will cause the interpolator node to produce events the next time that a set_fraction event is received. | |||
metadata | SFNode | X3DMetadataObject | Core/X3DNode | Field to add metadata information | ||
set_fraction | SFFloat | 0 | The set_fraction inputOnly field receives an SFFloat event and causes the interpolator node function to evaluate, resulting in a value_changed output event of the specified type with the same timestamp as the set_fraction event. |