simpleType textureCoordinateGeneratorModeValues
type restriction of xs:token
properties
base xs:token
used by
attribute TextureCoordinateGenerator/@mode
facets
Kind Value Annotation
enumeration SPHERE
enumeration CAMERASPACENORMAL
enumeration CAMERASPACEPOSITION
enumeration CAMERASPACEREFLECTIONVECTOR
enumeration SPHERE-LOCAL
enumeration COORD
enumeration COORD-EYE
enumeration NOISE
enumeration NOISE-EYE
enumeration SPHERE-REFLECT
enumeration SPHERE-REFLECT-LOCAL
annotation
appinfo
textureCoordinateGeneratorModeValues are allowed enumeration values for TextureCoordinateGenerator mode field.
source <xs:simpleType name="textureCoordinateGeneratorModeValues">
 
<xs:annotation>
   
<xs:appinfo>textureCoordinateGeneratorModeValues are allowed enumeration values for TextureCoordinateGenerator mode field.</xs:appinfo>
   
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-Texturecoordgeneration"/>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy