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. Unbounded, additional values are allowed.</xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/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> |