simpleType alphaModeChoices
type restriction of SFString
properties
base SFString
used by
attribute Appearance/@alphaMode
facets
Kind Value Annotation
enumeration AUTO
appinfo
Material transparency is applied to texture transparency
enumeration OPAQUE
appinfo
Ignore alpha channel texture transparency, opaque
enumeration MASK
appinfo
Alpha-testing mode for transparent when alpha value less than 0.5 and opaque when greater than or equal to 0.5
enumeration BLEND
appinfo
Blend combines partial transparency of textures and materials
annotation
appinfo

                Permitted values for Appearance alphaMode field.
                This list is bounded, no additional values are allowed.
           
source <xs:simpleType name="alphaModeChoices">
 
<xs:annotation>
   
<xs:appinfo>
                Permitted values for Appearance alphaMode field.
                This list is bounded, no additional values are allowed.
           
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/Shape.html#Appearance"/>
 
</xs:annotation>
 
<xs:restriction base="SFString">
   
<xs:enumeration value="AUTO">
     
<xs:annotation>
       
<xs:appinfo>Material transparency is applied to texture transparency</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="OPAQUE">
     
<xs:annotation>
       
<xs:appinfo>Ignore alpha channel texture transparency, opaque</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MASK">
     
<xs:annotation>
       
<xs:appinfo>Alpha-testing mode for transparent when alpha value less than 0.5 and opaque when greater than or equal to 0.5</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="BLEND">
     
<xs:annotation>
       
<xs:appinfo>Blend combines partial transparency of textures and materials</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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