<xs:element name="TextureMatrixTransform">
<xs:annotation>
<xs:appinfo />
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-19775-Amendment1-X3DAbstractSpecification/Part01/components/texture3D.html#TextureMatrixTransform" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DTextureTransformNode">
<xs:attribute name="matrix" type="SFMatrix4f" default="1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|