<xs:complexType name="X3DInterpolatorNode" abstract="true" mixed="false">
<xs:annotation>
<xs:appinfo>Interpolator nodes are designed for linear keyframed animation.
Interpolators are driven by an input key ranging [0..1] and produce corresponding piecewise-linear output functions.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/interp.html#X3DInterpolatorNode" />
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="X3DChildNode">
<xs:attribute name="key" type="MFFloat" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
|