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.
11 lines
279 B
XML
11 lines
279 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<material>
|
|
<shader effect="model"/>
|
|
|
|
<define name="USE_SPECULAR" value="1"/>
|
|
<uniform name="specularPower" value="16.0"/>
|
|
<uniform name="specularColor" value="1.0 1.0 1.0"/>
|
|
|
|
<required_texture name="baseTex"/>
|
|
</material>
|