type | restriction of xs:NMTOKEN | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="textureCoordinateGeneratorModeChoices"> <xs:annotation> <xs:appinfo>textureCoordinateGeneratorModeChoices are strictly allowed enumeration values for TextureCoordinateGenerator mode field.</xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-Texturecoordgeneration"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="SPHERE"/> <xs:enumeration value="CAMERASPACENORMAL"/> <xs:enumeration value="CAMERASPACEPOSITION"/> <xs:enumeration value="CAMERASPACEREFLECTIONVECTOR"/> <xs:enumeration value="SPHERE-LOCAL"/> <xs:enumeration value="COORD"/> <xs:enumeration value="COORD-EYE"/> <xs:enumeration value="NOISE"/> <xs:enumeration value="NOISE-EYE"/> <xs:enumeration value="SPHERE-REFLECT"/> <xs:enumeration value="SPHERE-REFLECT-LOCAL"/> </xs:restriction> </xs:simpleType> |