committed tests for the HK model

metadata
Wenzel Jakob 2011-07-18 14:25:07 +02:00
parent bf94a4869e
commit 41a3e0c841
1 changed files with 10 additions and 1 deletions

View File

@ -2,8 +2,17 @@
to be tested for consistency. This is done
using the testcase 'test_chisquare' -->
<scene version="0.3.0">
<!-- Test the Hanrahan-Krueger model -->
<!-- Test the Hanrahan-Krueger model with an
isotropic phase function -->
<bsdf type="hk"/>
<!-- Test the Hanrahan-Krueger model with a
forward-scattering phase function -->
<bsdf type="hk">
<phase type="hg">
<float name="g" value="0.8"/>
</phase>
</bsdf>
<!-- Test the smooth diffuse model -->
<bsdf type="diffuse"/>