textureMagnificationModeValues

Simple Type Information

Used By

Source

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