2012-09-28 00:43:51 +08:00
|
|
|
<!-- 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
|
2012-09-28 00:43:51 +08:00
|
|
|
<emitter type="emitter"/>
|
2011-07-28 00:50:15 +08:00
|
|
|
-->
|
|
|
|
|
2012-09-28 00:43:51 +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"/>
|
2011-07-28 08:52:31 +08:00
|
|
|
<transform name="toWorld">
|
|
|
|
<rotate x="1" angle="40"/>
|
|
|
|
</transform>
|
2012-09-28 00:43:51 +08:00
|
|
|
</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>
|