mitsuba/data/tests/test_emitter.xml

20 lines
537 B
XML
Raw Normal View History

<!-- This file defines a series of emitter instances
2014-07-01 18:21:23 +08:00
to be tested for consistency. This is done using the
2011-07-27 22:28:35 +08:00
testcase 'test_chisquare' -->
2014-07-01 18:21:23 +08:00
<scene version="0.5.0">
<!-- Test the emitter emitter
<emitter type="emitter"/>
2011-07-28 00:50:15 +08:00
-->
<!-- Test the environment map emitter -->
<emitter type="envmap">
2011-07-28 00:50:15 +08:00
<string name="filename" value="data/tests/envmap.exr"/>
<transform name="toWorld">
<rotate x="1" angle="40"/>
</transform>
</emitter>
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>