type | restriction of SFString | |||||||||||||
properties |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="phaseFunctionValues"> <xs:annotation> <xs:appinfo>phaseFunctionValues are supported enumeration values for the phaseFunction field in the ShadedVolumeStyle. This list is unbounded, additional enumeration values are allowed.</xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/volume.html#ShadedVolumeStyle"/> </xs:annotation> <xs:restriction base="SFString"> <xs:enumeration value="Henyey-Greenstein"> <xs:annotation> <xs:appinfo>Henyey-Greenstein phase function for scattering model</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="NONE"> <xs:annotation> <xs:appinfo>no scattering</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |