textureBoundaryModeValues

Simple Type Information

Used By

Source

<xs:simpleType name="textureBoundaryModeValues">
  <xs:annotation>
    <xs:appinfo>textureBoundaryModeValues are allowed enumeration values for TextureProperties boundaryMode* fields.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureBoundaryModes"/>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="CLAMP"/>
    <xs:enumeration value="CLAMP_TO_EDGE"/>
    <xs:enumeration value="CLAMP_TO_BOUNDARY"/>
    <xs:enumeration value="MIRRORED_REPEAT"/>
    <xs:enumeration value="REPEAT"/>
  </xs:restriction>
</xs:simpleType>