| 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.</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:enumeration value="DEFAULT"/> <xs:enumeration value="FASTEST"/> <xs:enumeration value="NEAREST_PIXEL"/> <xs:enumeration value="NICEST"/> </xs:restriction> </xs:simpleType> |