diagram | |||||||||||||||||||||||||||||||||||||
type | extension of X3DChildNode | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||
used by | |||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
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="componentNameChoices" 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="https://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> |
type | MFFloat | |||||||||
facets |
|
|||||||||
source | <xs:attribute name="key" type="MFFloat"/> |