Definition Type: Element
Name: TextureProperties
Type: X3DAppearanceChildNode
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MetadataString in schema x3d-3_2_xsd Drilldown into MetadataSet in schema x3d-3_2_xsd Drilldown into MetadataInteger in schema x3d-3_2_xsd Drilldown into MetadataFloat in schema x3d-3_2_xsd Drilldown into MetadataDouble in schema x3d-3_2_xsd Drilldown into ChildContentModelCore in schema x3d-3_2_xsd Drilldown into IS in schema x3d-3_2_xsd Drilldown into class in schema x3d-3_2_xsd Drilldown into globalAttributes in schema x3d-3_2_xsd Drilldown into USE in schema x3d-3_2_xsd Drilldown into DEF in schema x3d-3_2_xsd Drilldown into DEF_USE in schema x3d-3_2_xsd Drilldown into X3DNode in schema x3d-3_2_xsd Drilldown into X3DAppearanceChildNode in schema x3d-3_2_xsd Drilldown into containerField in schema x3d-3_2_xsd Drilldown into generateMipMaps in schema x3d-3_2_xsd Drilldown into texturePriority in schema x3d-3_2_xsd Drilldown into textureCompression in schema x3d-3_2_xsd Drilldown into minificationFilter in schema x3d-3_2_xsd Drilldown into magnificationFilter in schema x3d-3_2_xsd Drilldown into boundaryModeR in schema x3d-3_2_xsd Drilldown into boundaryModeT in schema x3d-3_2_xsd Drilldown into boundaryModeS in schema x3d-3_2_xsd Drilldown into borderWidth in schema x3d-3_2_xsd Drilldown into borderColor in schema x3d-3_2_xsd Drilldown into anisotropicDegree in schema x3d-3_2_xsdXSD Diagram of TextureProperties in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IS IS 0 (1)
MetadataDouble MetadataDouble (1) (1)
MetadataFloat MetadataFloat (1) (1)
MetadataInteger MetadataInteger (1) (1)
MetadataSet MetadataSet (1) (1)
MetadataString MetadataString (1) (1)
<xs:group> ChildContentModelCore 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
anisotropicDegree anisotropicDegree 0 (Optional)
borderColor borderColor 0 0 0 0 (Optional)
borderWidth borderWidth 0 (Optional)
boundaryModeS boundaryModeS REPEAT (Optional)
boundaryModeT boundaryModeT REPEAT (Optional)
boundaryModeR boundaryModeR REPEAT (Optional)
magnificationFilter magnificationFilter FASTEST (Optional)
minificationFilter minificationFilter FASTEST (Optional)
textureCompression textureCompression FASTEST (Optional)
texturePriority texturePriority 0 (Optional)
generateMipMaps generateMipMaps false (Optional)
containerField containerField textureProperties (Optional)
Collapse Derivation Tree: