type | restriction of xs:NMTOKEN | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <xs:simpleType name="textureMagnificationModeChoices"> <xs:annotation> <xs:appinfo>textureMagnificationModeChoices are strictly allowed enumeration values for TextureProperties field magnificationFilter. 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-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> |