multiTextureModeValues

Simple Type Information

Source

<xs:simpleType name="multiTextureModeValues">
  <xs:annotation>
    <xs:appinfo>multiTextureModeValues are allowed enumeration values for the MultiTexture mode attribute. Multiple optional values, but cannot be extended.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-MultitextureModes"/>
  </xs:annotation>
  <xs:restriction base="MFString">
    <xs:enumeration value=""ADD""/>
    <xs:enumeration value=""ADDSIGNED""/>
    <xs:enumeration value=""ADDSIGNED2X""/>
    <xs:enumeration value=""ADDSMOOTH""/>
    <xs:enumeration value=""BLENDCURRENTALPHA""/>
    <xs:enumeration value=""BLENDDIFFUSEALPHA""/>
    <xs:enumeration value=""BLENDFACTORALPHA""/>
    <xs:enumeration value=""BLENDTEXTUREALPHA""/>
    <xs:enumeration value=""DOTPRODUCT3""/>
    <xs:enumeration value=""MODULATE""/>
    <xs:enumeration value=""MODULATE2X""/>
    <xs:enumeration value=""MODULATE4X""/>
    <xs:enumeration value=""MODULATEALPHA_ADDCOLOR""/>
    <xs:enumeration value=""MODULATEINVALPHA_ADDCOLOR""/>
    <xs:enumeration value=""MODULATEINVCOLOR_ADDALPHA""/>
    <xs:enumeration value=""OFF""/>
    <xs:enumeration value=""REPLACE""/>
    <xs:enumeration value=""SELECTARG1""/>
    <xs:enumeration value=""SELECTARG2""/>
    <xs:enumeration value=""SUBTRACT""/>
  </xs:restriction>
</xs:simpleType>