mitsuba/data/tests/test_luminaire.xml

11 lines
332 B
XML
Raw Normal View History

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">
<!-- Test the constant luminaire -->
2011-07-28 00:41:25 +08:00
<luminaire type="constant"/>
<!-- Make sure that the scene actually contains something -->
<shape type="sphere"/>
2011-07-27 22:28:35 +08:00
</scene>