20 lines
553 B
XML
20 lines
553 B
XML
<!-- 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">
|
|
<!-- Test the constant luminaire
|
|
<luminaire type="constant"/>
|
|
-->
|
|
|
|
<!-- Test the environment map luminaire -->
|
|
<luminaire type="envmap">
|
|
<string name="filename" value="data/tests/envmap.exr"/>
|
|
<transform name="toWorld">
|
|
<rotate x="1" angle="40"/>
|
|
</transform>
|
|
</luminaire>
|
|
|
|
<!-- Make sure that the scene actually contains something -->
|
|
<shape type="sphere"/>
|
|
</scene>
|