type | restriction of MFString | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="multiTextureModeValues"> <xs:annotation> <xs:appinfo>multiTextureModeValues are supported enumeration values for the MultiTexture mode attribute, one per each texture. Multiple optional values, but cannot be extended.</xs:appinfo> <xs:documentation source="https://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> |