textureCoordinateGeneratorModeValues

Simple Type Information

Used By

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>