1
0
Fork 0

adapt effect template to previous changes

Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
This commit is contained in:
Emilian Huminiuc 2012-09-09 14:19:18 +03:00
parent efe52f4bf9
commit 835ba95ddb

View file

@ -83,5 +83,49 @@ WARNING: do not remove the Transparency include at the end-->
### END TRANSPARENCY INCLUDE ###
############################# -->
</parameters>
<!-- Add normalmap include here if needed -->
<!--WARNING: Do not edit above this line -->
<!-- Add normalmap include here, as follows, if needed.
WARNING: do not enable on untextured objects
-->
<!-- ####################
### NORMALMAP INCLUDE ###
######################### -->
<generate>
<tangent type="int">6</tangent>
<binormal type="int">7</binormal>
</generate>
<technique n="8">
<pass>
<program>
<attribute>
<name>tangent</name>
<index>6</index>
</attribute>
<attribute>
<name>binormal</name>
<index>7</index>
</attribute>
</program>
</pass>
</technique>
<technique n="9">
<pass>
<program>
<attribute>
<name>tangent</name>
<index>6</index>
</attribute>
<attribute>
<name>binormal</name>
<index>7</index>
</attribute>
</program>
</pass>
</technique>
<!-- ########################
### END NORMALMAP INCLUDE ###
############################# -->
</PropertyList>