mitsuba/data/tests/test_phase.xml

28 lines
760 B
XML
Raw Normal View History

2011-06-25 07:25:35 +08:00
<!-- This file defines a series of phase function instances
2014-07-01 18:21:23 +08:00
to be tested for consistency. This is done using the
2011-06-25 07:25:35 +08:00
testcase 'test_chisquare' -->
2014-07-01 18:21:23 +08:00
<scene version="0.5.0">
2011-06-25 07:25:35 +08:00
<!-- Test the isotropic phase function -->
<phase type="isotropic"/>
<!-- Test the Rayleigh phase function -->
<phase type="rayleigh"/>
2011-06-25 07:25:35 +08:00
<!-- Test the Henyey-Greenstein phase function
configured as highly forward-scattering -->
<phase type="hg">
<float name="g" value="0.9"/>
</phase>
<!-- Test the Henyey-Greenstein phase function
configured as slightly backward-scattering -->
<phase type="hg">
<float name="g" value="-0.3"/>
</phase>
2014-07-01 18:21:23 +08:00
2011-06-25 07:25:35 +08:00
<!-- Test the micro-flake phase function -->
<phase type="microflake">
<float name="stddev" value="0.1"/>
</phase>
</scene>