roc/data/xml/textures.xml
2011-06-16 11:34:10 -06:00

27 lines
No EOL
642 B
XML
Executable file

<textures>
<texture id="t_black">
<file>tex/black.png</file>
</texture>
<texture id="t_white">
<file>tex/white.png</file>
</texture>
<texture id="tnm_flat">
<file>tex/nm_flat.png</file>
</texture>
<material id="m_blank">
<texture ref="t_white" type="diffuse"/>
<texture ref="tnm_black" type="normal"/>
</material>
<texture id="t_test">
<file>tex/test1.png</file>
</texture>
<texture id="t_test_plasma">
<file>tex/plasma1.png</file>
</texture>
<texture id="t_test_plasma2">
<file>tex/plasma2.png</file>
</texture>
<material id="m_test">
<texture ref="t_test">
</material>
</textures>