1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="utf-8"?>
- <PropertyList>
- <name>dr400_bumpspecreflect</name>
- <inherits-from>Effects/model-combined</inherits-from>
- <parameters>
- <normalmap-enabled type="int">1</normalmap-enabled>
- <normalmap-dds type="int">0</normalmap-dds>
- <texture n="2">
- <image>Aircraft/DR400-jsbSim/Models/normalmap.png</image>
- </texture>
- </parameters>
- <!-- ####################
- ### NORMALMAP INCLUDE ###
- ######################### -->
- <generate>
- <tangent type="int">6</tangent>
- <binormal type="int">7</binormal>
- </generate>
- <technique n="10">
- <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>
|