simpleType textureMinificationModeChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute TextureProperties/@minificationFilter
facets
Kind Value Annotation
enumeration AVG_PIXEL
appinfo
weighted average of four texture elements closest to center of pixel being textured
enumeration AVG_PIXEL_AVG_MIPMAP
appinfo
tri-linear mipmap filtering
enumeration AVG_PIXEL_NEAREST_MIPMAP
appinfo
choose mipmap that most closely matches size of pixel being textured, use weighted average of four texture elements closest to center of pixel
enumeration DEFAULT
appinfo
browser-specified default minification mode
enumeration FASTEST
appinfo
fastest method available, use mipmaps if possible
enumeration NEAREST_PIXEL
appinfo
texture element nearest to center of pixel being textured
enumeration NEAREST_PIXEL_AVG_MIPMAP
appinfo
texture element nearest to center of pixel being textured, use average of two nearest mipmaps
enumeration NEAREST_PIXEL_NEAREST_MIPMAP
appinfo
texture element nearest to center of pixel being textured, use nearest mipmap
enumeration NICEST
appinfo
highest quality method available
annotation
appinfo
textureMinificationModeChoices are strictly allowed enumeration values for TextureProperties field minificationFilter. This list is bounded, no additional values are allowed.
source <xs:simpleType name="textureMinificationModeChoices">
 
<xs:annotation>
   
<xs:appinfo>textureMinificationModeChoices are strictly allowed enumeration values for TextureProperties field minificationFilter. This list is bounded, no additional values are allowed.</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/texturing.html#t-TextureMinificationModes"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="AVG_PIXEL">
     
<xs:annotation>
       
<xs:appinfo>weighted average of four texture elements closest to center of pixel being textured</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="AVG_PIXEL_AVG_MIPMAP">
     
<xs:annotation>
       
<xs:appinfo>tri-linear mipmap filtering</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="AVG_PIXEL_NEAREST_MIPMAP">
     
<xs:annotation>
       
<xs:appinfo>choose mipmap that most closely matches size of pixel being textured, use weighted average of four texture elements closest to center of pixel</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="DEFAULT">
     
<xs:annotation>
       
<xs:appinfo>browser-specified default minification mode</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="FASTEST">
     
<xs:annotation>
       
<xs:appinfo>fastest method available, use mipmaps if possible</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NEAREST_PIXEL">
     
<xs:annotation>
       
<xs:appinfo>texture element nearest to center of pixel being textured</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NEAREST_PIXEL_AVG_MIPMAP">
     
<xs:annotation>
       
<xs:appinfo>texture element nearest to center of pixel being textured, use average of two nearest mipmaps</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NEAREST_PIXEL_NEAREST_MIPMAP">
     
<xs:annotation>
       
<xs:appinfo>texture element nearest to center of pixel being textured, use nearest mipmap</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NICEST">
     
<xs:annotation>
       
<xs:appinfo>highest quality method available</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy