simpleType textureMagnificationModeChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute TextureProperties/@magnificationFilter
facets
Kind Value Annotation
enumeration AVG_PIXEL
appinfo
weighted average of four texture elements closest to center of pixel being textured
enumeration DEFAULT
appinfo
browser-specified default magnification mode
enumeration FASTEST
appinfo
fastest method available
enumeration NEAREST_PIXEL
appinfo
texture element nearest to the center of pixel being textured
enumeration NICEST
appinfo
highest quality method available
annotation
appinfo
textureMagnificationModeChoices are strictly allowed enumeration values for TextureProperties field magnificationFilter. Bounded, no additional values are allowed.
source <xs:simpleType name="textureMagnificationModeChoices">
 
<xs:annotation>
   
<xs:appinfo>textureMagnificationModeChoices are strictly allowed enumeration values for TextureProperties field magnificationFilter. Bounded, no additional values are allowed.</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureMagnificationModes"/>
 
</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="DEFAULT">
     
<xs:annotation>
       
<xs:appinfo>browser-specified default magnification mode</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="FASTEST">
     
<xs:annotation>
       
<xs:appinfo>fastest method available</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NEAREST_PIXEL">
     
<xs:annotation>
       
<xs:appinfo>texture element nearest to the center of pixel being textured</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