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.
10 lines
279 B
XML
10 lines
279 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<material>
|
|
<shader effect="model_transparent"/>
|
|
<alpha_blending/>
|
|
<define name="USE_TRANSPARENT" value="1"/>
|
|
<alternative material="alphatest.xml" if="CFG_FORCE_ALPHATEST"/>
|
|
|
|
<required_texture name="baseTex"/>
|
|
</material>
|