| type | restriction of xs:NMTOKEN | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||
| source | <xs:simpleType name="textureMinificationModeChoices"> <xs:annotation> <xs:appinfo>textureMinificationModeChoices are strictly allowed enumeration values for TextureProperties field minificationFilter.</xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureMinificationModes"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <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> |