adapt effect template to previous changes
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
This commit is contained in:
parent
efe52f4bf9
commit
835ba95ddb
1 changed files with 45 additions and 1 deletions
|
@ -83,5 +83,49 @@ WARNING: do not remove the Transparency include at the end-->
|
||||||
### END TRANSPARENCY INCLUDE ###
|
### END TRANSPARENCY INCLUDE ###
|
||||||
############################# -->
|
############################# -->
|
||||||
</parameters>
|
</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>
|
</PropertyList>
|
Loading…
Add table
Reference in a new issue