2011-07-27 22:28:35 +08:00
|
|
|
<!-- This file defines a series of luminaire instances
|
|
|
|
to be tested for consistency. This is done using the
|
|
|
|
testcase 'test_chisquare' -->
|
|
|
|
<scene version="0.3.0">
|
2011-07-28 00:50:15 +08:00
|
|
|
<!-- Test the constant luminaire
|
2011-07-28 00:41:25 +08:00
|
|
|
<luminaire type="constant"/>
|
2011-07-28 00:50:15 +08:00
|
|
|
-->
|
|
|
|
|
|
|
|
<!-- Test the environment map luminaire -->
|
|
|
|
<luminaire type="envmap">
|
|
|
|
<string name="filename" value="data/tests/envmap.exr"/>
|
2011-07-28 08:52:31 +08:00
|
|
|
<transform name="toWorld">
|
|
|
|
<rotate x="1" angle="40"/>
|
|
|
|
</transform>
|
2011-07-28 00:50:15 +08:00
|
|
|
</luminaire>
|
2011-07-28 00:41:25 +08:00
|
|
|
|
|
|
|
<!-- Make sure that the scene actually contains something -->
|
|
|
|
<shape type="sphere"/>
|
2011-07-27 22:28:35 +08:00
|
|
|
</scene>
|