<xs:element name="TextureProperties">
<xs:annotation>
<xs:appinfo />
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/shape.html#LineProperties" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DAppearanceChildNode">
<xs:attribute name="anisotropicDegree" type="SFFloat" default="0" />
<xs:attribute name="borderColor" type="SFColorRGBA" default="0 0 0 0" />
<xs:attribute name="borderWidth" type="SFInt32" default="0" />
<xs:attribute name="boundaryModeS" type="textureBoundaryModeValues" default="REPEAT" />
<xs:attribute name="boundaryModeT" type="textureBoundaryModeValues" default="REPEAT" />
<xs:attribute name="boundaryModeR" type="textureBoundaryModeValues" default="REPEAT" />
<xs:attribute name="magnificationFilter" type="textureMagnificationModeValues" default="FASTEST" />
<xs:attribute name="minificationFilter" type="textureMinificationModeValues" default="FASTEST" />
<xs:attribute name="textureCompression" type="textureCompressionModeValues" default="FASTEST" />
<xs:attribute name="texturePriority" type="SFFloat" default="0" />
<xs:attribute name="generateMipMaps" type="SFBool" default="false" />
<xs:attribute name="containerField" type="xs:NMTOKEN" default="textureProperties" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|