textureMinificationModeValues

Simple Type Information

Used By

Source

<xs:simpleType name="textureMinificationModeValues">
  <xs:annotation>
    <xs:appinfo>textureMinificationModeValues are allowed enumeration values for TextureProperties field minificationFilter.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureMinificationModes"/>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="AVG_PIXEL"/>
    <xs:enumeration value="AVG_PIXEL_AVG_MIPMAP"/>
    <xs:enumeration value="AVG_PIXEL_NEAREST_MIPMAP"/>
    <xs:enumeration value="DEFAULT"/>
    <xs:enumeration value="FASTEST"/>
    <xs:enumeration value="NEAREST_PIXEL"/>
    <xs:enumeration value="NEAREST_PIXEL_AVG_MIPMAP"/>
    <xs:enumeration value="NEAREST_PIXEL_NEAREST_MIPMAP"/>
    <xs:enumeration value="NICEST"/>
  </xs:restriction>
</xs:simpleType>