forked from mirrors/0ad
618fe81814
Also add a shortcut for some defines to clean-up material files slightly and make the link between sampler and shader more explicit. This was SVN commit r16427.
9 lines
249 B
XML
9 lines
249 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<material>
|
|
<shader effect="model"/>
|
|
<renderquery name="sim_time"/>
|
|
<define name="USE_WIND" value="1"/>
|
|
<uniform name="windData" value="1.0 1.0"/>
|
|
<required_texture name="baseTex"/>
|
|
</material>
|