X3DInterpolatorNode

Complex Type Information

Model

Attributes

Used By

Source

<xs:complexType name="X3DInterpolatorNode" abstract="true">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="set_fraction" type="SFFloat" fixed="inputOnlyField"/>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Interpolation"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>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/documents/specifications/19775-1/V3.3/Part01/components/interp.html#X3DInterpolatorNode"/>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="X3DChildNode">
      <xs:attribute name="key" type="MFFloat"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>