type | restriction of SFString | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
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> |