50 lines
No EOL
1.1 KiB
XML
Executable file
50 lines
No EOL
1.1 KiB
XML
Executable file
<textures>
|
|
<texture id="t_black">
|
|
<file>tex/black.png</file>
|
|
<coords/>
|
|
<uniform/>
|
|
</texture>
|
|
<texture id="t_white">
|
|
<file>tex/white.png</file>
|
|
<uniform/>
|
|
</texture>
|
|
<texture id="tnm_flat">
|
|
<file>tex/nm_flat.png</file>
|
|
<uniform/>
|
|
</texture>
|
|
<material id="mat_blank">
|
|
<texture ref="t_white" type="diffuse"/>
|
|
<texture ref="tnm_flat" type="normal"/>
|
|
</material>
|
|
<texture id="t_test">
|
|
<file>tex/test1.png</file>
|
|
</texture>
|
|
<texture id="t_particle">
|
|
<file>tex/whitelight_static.png</file>
|
|
</texture>
|
|
<texture id="t_star">
|
|
<file>tex/star_sprite_main.png</file>
|
|
</texture>
|
|
<texture id="t_dralthi">
|
|
<file>tex/dralthi.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="mat_test">
|
|
<texture ref="t_test"/>
|
|
</material>
|
|
<material id="mat_star">
|
|
<texture ref="t_star"/>
|
|
</material>
|
|
<material id="mat_particle">
|
|
<texture ref="t_particle"/>
|
|
</material>
|
|
<material id="mat_dralthi">
|
|
<texture ref="t_dralthi"/>
|
|
</material>
|
|
</textures> |