Split effects for engine normal map
This commit is contained in:
parent
b6bd2f9de7
commit
d1754173fb
11 changed files with 578 additions and 8 deletions
85
Models/Effects/reflection-chrome-engine-CFM.eff
Normal file
85
Models/Effects/reflection-chrome-engine-CFM.eff
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<PropertyList>
|
||||||
|
<name>reflection-correction</name>
|
||||||
|
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
||||||
|
<parameters>
|
||||||
|
<reflection-enabled type="int">1</reflection-enabled>
|
||||||
|
<reflection-dynamic type="int">1</reflection-dynamic>
|
||||||
|
<reflect_map-enabled type="int">0</reflect_map-enabled>
|
||||||
|
<reflection-correction type="float"><use>/sim/model/reflection/reflection-correction-chrome</use></reflection-correction>
|
||||||
|
<reflection-type type="int">2</reflection-type>
|
||||||
|
<ambient-correction type="float"><use>/sim/model/reflection/ambient-correction-chrome</use></ambient-correction>
|
||||||
|
<lightmap-enabled type="int">0</lightmap-enabled>
|
||||||
|
<lightmap-multi type="int">0</lightmap-multi>
|
||||||
|
<normalmap-enabled type="int">1</normalmap-enabled>
|
||||||
|
<texture n="2">
|
||||||
|
<image>Aircraft/A320-family/Models/Effects/res/Fuse-Main-Normal.png</image>
|
||||||
|
<wrap-s>clamp</wrap-s>
|
||||||
|
<wrap-t>clamp</wrap-t>
|
||||||
|
</texture>
|
||||||
|
<texture n="5">
|
||||||
|
<type>cubemap</type>
|
||||||
|
<images>
|
||||||
|
<positive-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/1.png</positive-x>
|
||||||
|
<negative-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/4.png</negative-x>
|
||||||
|
<positive-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/2.png</positive-y>
|
||||||
|
<negative-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/3.png</negative-y>
|
||||||
|
<positive-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/6.png</positive-z>
|
||||||
|
<negative-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/5.png</negative-z>
|
||||||
|
</images>
|
||||||
|
</texture>
|
||||||
|
</parameters>
|
||||||
|
|
||||||
|
<!-- ####################
|
||||||
|
### NORMALMAP INCLUDE ###
|
||||||
|
######################### -->
|
||||||
|
<generate>
|
||||||
|
<tangent type="int">6</tangent>
|
||||||
|
<binormal type="int">7</binormal>
|
||||||
|
</generate>
|
||||||
|
<technique n="4">
|
||||||
|
<pass>
|
||||||
|
<program>
|
||||||
|
<attribute>
|
||||||
|
<name>tangent</name>
|
||||||
|
<index>6</index>
|
||||||
|
</attribute>
|
||||||
|
<attribute>
|
||||||
|
<name>binormal</name>
|
||||||
|
<index>7</index>
|
||||||
|
</attribute>
|
||||||
|
</program>
|
||||||
|
</pass>
|
||||||
|
</technique>
|
||||||
|
<technique n="7">
|
||||||
|
<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>
|
85
Models/Effects/reflection-chrome-engine-IAE.eff
Normal file
85
Models/Effects/reflection-chrome-engine-IAE.eff
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<PropertyList>
|
||||||
|
<name>reflection-correction</name>
|
||||||
|
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
||||||
|
<parameters>
|
||||||
|
<reflection-enabled type="int">1</reflection-enabled>
|
||||||
|
<reflection-dynamic type="int">1</reflection-dynamic>
|
||||||
|
<reflect_map-enabled type="int">0</reflect_map-enabled>
|
||||||
|
<reflection-correction type="float"><use>/sim/model/reflection/reflection-correction-chrome</use></reflection-correction>
|
||||||
|
<reflection-type type="int">2</reflection-type>
|
||||||
|
<ambient-correction type="float"><use>/sim/model/reflection/ambient-correction-chrome</use></ambient-correction>
|
||||||
|
<lightmap-enabled type="int">0</lightmap-enabled>
|
||||||
|
<lightmap-multi type="int">0</lightmap-multi>
|
||||||
|
<normalmap-enabled type="int">1</normalmap-enabled>
|
||||||
|
<texture n="2">
|
||||||
|
<image>Aircraft/A320-family/Models/Effects/res/Fuse-Main-Normal.png</image>
|
||||||
|
<wrap-s>clamp</wrap-s>
|
||||||
|
<wrap-t>clamp</wrap-t>
|
||||||
|
</texture>
|
||||||
|
<texture n="5">
|
||||||
|
<type>cubemap</type>
|
||||||
|
<images>
|
||||||
|
<positive-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/1.png</positive-x>
|
||||||
|
<negative-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/4.png</negative-x>
|
||||||
|
<positive-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/2.png</positive-y>
|
||||||
|
<negative-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/3.png</negative-y>
|
||||||
|
<positive-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/6.png</positive-z>
|
||||||
|
<negative-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/5.png</negative-z>
|
||||||
|
</images>
|
||||||
|
</texture>
|
||||||
|
</parameters>
|
||||||
|
|
||||||
|
<!-- ####################
|
||||||
|
### NORMALMAP INCLUDE ###
|
||||||
|
######################### -->
|
||||||
|
<generate>
|
||||||
|
<tangent type="int">6</tangent>
|
||||||
|
<binormal type="int">7</binormal>
|
||||||
|
</generate>
|
||||||
|
<technique n="4">
|
||||||
|
<pass>
|
||||||
|
<program>
|
||||||
|
<attribute>
|
||||||
|
<name>tangent</name>
|
||||||
|
<index>6</index>
|
||||||
|
</attribute>
|
||||||
|
<attribute>
|
||||||
|
<name>binormal</name>
|
||||||
|
<index>7</index>
|
||||||
|
</attribute>
|
||||||
|
</program>
|
||||||
|
</pass>
|
||||||
|
</technique>
|
||||||
|
<technique n="7">
|
||||||
|
<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>
|
|
@ -11,6 +11,12 @@
|
||||||
<ambient-correction type="float"><use>/sim/model/reflection/ambient-correction-chrome</use></ambient-correction>
|
<ambient-correction type="float"><use>/sim/model/reflection/ambient-correction-chrome</use></ambient-correction>
|
||||||
<lightmap-enabled type="int">0</lightmap-enabled>
|
<lightmap-enabled type="int">0</lightmap-enabled>
|
||||||
<lightmap-multi type="int">0</lightmap-multi>
|
<lightmap-multi type="int">0</lightmap-multi>
|
||||||
|
<normalmap-enabled type="int">1</normalmap-enabled>
|
||||||
|
<texture n="2">
|
||||||
|
<image>Aircraft/A320-family/Models/Effects/res/Fuse-Main-Normal.png</image>
|
||||||
|
<wrap-s>clamp</wrap-s>
|
||||||
|
<wrap-t>clamp</wrap-t>
|
||||||
|
</texture>
|
||||||
<texture n="5">
|
<texture n="5">
|
||||||
<type>cubemap</type>
|
<type>cubemap</type>
|
||||||
<images>
|
<images>
|
||||||
|
@ -21,5 +27,59 @@
|
||||||
<positive-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/6.png</positive-z>
|
<positive-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/6.png</positive-z>
|
||||||
<negative-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/5.png</negative-z>
|
<negative-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/5.png</negative-z>
|
||||||
</images>
|
</images>
|
||||||
</texture></parameters>
|
</texture>
|
||||||
|
</parameters>
|
||||||
|
|
||||||
|
<!-- ####################
|
||||||
|
### NORMALMAP INCLUDE ###
|
||||||
|
######################### -->
|
||||||
|
<generate>
|
||||||
|
<tangent type="int">6</tangent>
|
||||||
|
<binormal type="int">7</binormal>
|
||||||
|
</generate>
|
||||||
|
<technique n="4">
|
||||||
|
<pass>
|
||||||
|
<program>
|
||||||
|
<attribute>
|
||||||
|
<name>tangent</name>
|
||||||
|
<index>6</index>
|
||||||
|
</attribute>
|
||||||
|
<attribute>
|
||||||
|
<name>binormal</name>
|
||||||
|
<index>7</index>
|
||||||
|
</attribute>
|
||||||
|
</program>
|
||||||
|
</pass>
|
||||||
|
</technique>
|
||||||
|
<technique n="7">
|
||||||
|
<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>
|
||||||
|
|
85
Models/Effects/reflection-engine-CFM.eff
Normal file
85
Models/Effects/reflection-engine-CFM.eff
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<PropertyList>
|
||||||
|
<name>reflection</name>
|
||||||
|
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
||||||
|
<parameters>
|
||||||
|
<reflection-enabled type="int">1</reflection-enabled>
|
||||||
|
<reflection-dynamic type="int">1</reflection-dynamic>
|
||||||
|
<reflect_map-enabled type="int">0</reflect_map-enabled>
|
||||||
|
<reflection-correction type="float"><use>/sim/model/reflection/reflection-correction</use></reflection-correction>
|
||||||
|
<reflection-type type="int">2</reflection-type>
|
||||||
|
<ambient-correction type="float"><use>/sim/model/reflection/ambient-correction</use></ambient-correction>
|
||||||
|
<lightmap-enabled type="int">0</lightmap-enabled>
|
||||||
|
<lightmap-multi type="int">0</lightmap-multi>
|
||||||
|
<normalmap-enabled type="int">1</normalmap-enabled>
|
||||||
|
<texture n="2">
|
||||||
|
<image>Aircraft/A320-family/Models/Effects/res/Fuse-Main-Normal.png</image>
|
||||||
|
<wrap-s>clamp</wrap-s>
|
||||||
|
<wrap-t>clamp</wrap-t>
|
||||||
|
</texture>
|
||||||
|
<texture n="5">
|
||||||
|
<type>cubemap</type>
|
||||||
|
<images>
|
||||||
|
<positive-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/1.png</positive-x>
|
||||||
|
<negative-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/4.png</negative-x>
|
||||||
|
<positive-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/2.png</positive-y>
|
||||||
|
<negative-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/3.png</negative-y>
|
||||||
|
<positive-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/6.png</positive-z>
|
||||||
|
<negative-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/5.png</negative-z>
|
||||||
|
</images>
|
||||||
|
</texture>
|
||||||
|
</parameters>
|
||||||
|
|
||||||
|
<!-- ####################
|
||||||
|
### NORMALMAP INCLUDE ###
|
||||||
|
######################### -->
|
||||||
|
<generate>
|
||||||
|
<tangent type="int">6</tangent>
|
||||||
|
<binormal type="int">7</binormal>
|
||||||
|
</generate>
|
||||||
|
<technique n="4">
|
||||||
|
<pass>
|
||||||
|
<program>
|
||||||
|
<attribute>
|
||||||
|
<name>tangent</name>
|
||||||
|
<index>6</index>
|
||||||
|
</attribute>
|
||||||
|
<attribute>
|
||||||
|
<name>binormal</name>
|
||||||
|
<index>7</index>
|
||||||
|
</attribute>
|
||||||
|
</program>
|
||||||
|
</pass>
|
||||||
|
</technique>
|
||||||
|
<technique n="7">
|
||||||
|
<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>
|
85
Models/Effects/reflection-engine-IAE.eff
Normal file
85
Models/Effects/reflection-engine-IAE.eff
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<PropertyList>
|
||||||
|
<name>reflection</name>
|
||||||
|
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
||||||
|
<parameters>
|
||||||
|
<reflection-enabled type="int">1</reflection-enabled>
|
||||||
|
<reflection-dynamic type="int">1</reflection-dynamic>
|
||||||
|
<reflect_map-enabled type="int">0</reflect_map-enabled>
|
||||||
|
<reflection-correction type="float"><use>/sim/model/reflection/reflection-correction</use></reflection-correction>
|
||||||
|
<reflection-type type="int">2</reflection-type>
|
||||||
|
<ambient-correction type="float"><use>/sim/model/reflection/ambient-correction</use></ambient-correction>
|
||||||
|
<lightmap-enabled type="int">0</lightmap-enabled>
|
||||||
|
<lightmap-multi type="int">0</lightmap-multi>
|
||||||
|
<normalmap-enabled type="int">1</normalmap-enabled>
|
||||||
|
<texture n="2">
|
||||||
|
<image>Aircraft/A320-family/Models/Effects/res/Fuse-Main-Normal.png</image>
|
||||||
|
<wrap-s>clamp</wrap-s>
|
||||||
|
<wrap-t>clamp</wrap-t>
|
||||||
|
</texture>
|
||||||
|
<texture n="5">
|
||||||
|
<type>cubemap</type>
|
||||||
|
<images>
|
||||||
|
<positive-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/1.png</positive-x>
|
||||||
|
<negative-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/4.png</negative-x>
|
||||||
|
<positive-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/2.png</positive-y>
|
||||||
|
<negative-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/3.png</negative-y>
|
||||||
|
<positive-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/6.png</positive-z>
|
||||||
|
<negative-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/5.png</negative-z>
|
||||||
|
</images>
|
||||||
|
</texture>
|
||||||
|
</parameters>
|
||||||
|
|
||||||
|
<!-- ####################
|
||||||
|
### NORMALMAP INCLUDE ###
|
||||||
|
######################### -->
|
||||||
|
<generate>
|
||||||
|
<tangent type="int">6</tangent>
|
||||||
|
<binormal type="int">7</binormal>
|
||||||
|
</generate>
|
||||||
|
<technique n="4">
|
||||||
|
<pass>
|
||||||
|
<program>
|
||||||
|
<attribute>
|
||||||
|
<name>tangent</name>
|
||||||
|
<index>6</index>
|
||||||
|
</attribute>
|
||||||
|
<attribute>
|
||||||
|
<name>binormal</name>
|
||||||
|
<index>7</index>
|
||||||
|
</attribute>
|
||||||
|
</program>
|
||||||
|
</pass>
|
||||||
|
</technique>
|
||||||
|
<technique n="7">
|
||||||
|
<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>
|
85
Models/Effects/reflection-matt-engine-IAE.eff
Normal file
85
Models/Effects/reflection-matt-engine-IAE.eff
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<PropertyList>
|
||||||
|
<name>reflection</name>
|
||||||
|
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
||||||
|
<parameters>
|
||||||
|
<reflection-enabled type="int">1</reflection-enabled>
|
||||||
|
<reflection-dynamic type="int">1</reflection-dynamic>
|
||||||
|
<reflect_map-enabled type="int">0</reflect_map-enabled>
|
||||||
|
<reflection-correction type="float"><use>/sim/model/reflection/reflection-correction-wing</use></reflection-correction>
|
||||||
|
<reflection-type type="int">2</reflection-type>
|
||||||
|
<ambient-correction type="float"><use>/sim/model/reflection/ambient-correction-wing</use></ambient-correction>
|
||||||
|
<lightmap-enabled type="int">0</lightmap-enabled>
|
||||||
|
<lightmap-multi type="int">0</lightmap-multi>
|
||||||
|
<normalmap-enabled type="int">1</normalmap-enabled>
|
||||||
|
<texture n="2">
|
||||||
|
<image>Aircraft/A320-family/Models/Effects/res/Fuse-Main-Normal.png</image>
|
||||||
|
<wrap-s>clamp</wrap-s>
|
||||||
|
<wrap-t>clamp</wrap-t>
|
||||||
|
</texture>
|
||||||
|
<texture n="5">
|
||||||
|
<type>cubemap</type>
|
||||||
|
<images>
|
||||||
|
<positive-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/1.png</positive-x>
|
||||||
|
<negative-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/4.png</negative-x>
|
||||||
|
<positive-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/2.png</positive-y>
|
||||||
|
<negative-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/3.png</negative-y>
|
||||||
|
<positive-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/6.png</positive-z>
|
||||||
|
<negative-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/5.png</negative-z>
|
||||||
|
</images>
|
||||||
|
</texture>
|
||||||
|
</parameters>
|
||||||
|
|
||||||
|
<!-- ####################
|
||||||
|
### NORMALMAP INCLUDE ###
|
||||||
|
######################### -->
|
||||||
|
<generate>
|
||||||
|
<tangent type="int">6</tangent>
|
||||||
|
<binormal type="int">7</binormal>
|
||||||
|
</generate>
|
||||||
|
<technique n="4">
|
||||||
|
<pass>
|
||||||
|
<program>
|
||||||
|
<attribute>
|
||||||
|
<name>tangent</name>
|
||||||
|
<index>6</index>
|
||||||
|
</attribute>
|
||||||
|
<attribute>
|
||||||
|
<name>binormal</name>
|
||||||
|
<index>7</index>
|
||||||
|
</attribute>
|
||||||
|
</program>
|
||||||
|
</pass>
|
||||||
|
</technique>
|
||||||
|
<technique n="7">
|
||||||
|
<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>
|
85
Models/Effects/reflection-matt-wing.eff
Normal file
85
Models/Effects/reflection-matt-wing.eff
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<PropertyList>
|
||||||
|
<name>reflection</name>
|
||||||
|
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
||||||
|
<parameters>
|
||||||
|
<reflection-enabled type="int">1</reflection-enabled>
|
||||||
|
<reflection-dynamic type="int">1</reflection-dynamic>
|
||||||
|
<reflect_map-enabled type="int">0</reflect_map-enabled>
|
||||||
|
<reflection-correction type="float"><use>/sim/model/reflection/reflection-correction-wing</use></reflection-correction>
|
||||||
|
<reflection-type type="int">2</reflection-type>
|
||||||
|
<ambient-correction type="float"><use>/sim/model/reflection/ambient-correction-wing</use></ambient-correction>
|
||||||
|
<lightmap-enabled type="int">0</lightmap-enabled>
|
||||||
|
<lightmap-multi type="int">0</lightmap-multi>
|
||||||
|
<normalmap-enabled type="int">1</normalmap-enabled>
|
||||||
|
<texture n="2">
|
||||||
|
<image>Aircraft/A320-family/Models/Effects/res/Fuse-Main-Normal.png</image>
|
||||||
|
<wrap-s>clamp</wrap-s>
|
||||||
|
<wrap-t>clamp</wrap-t>
|
||||||
|
</texture>
|
||||||
|
<texture n="5">
|
||||||
|
<type>cubemap</type>
|
||||||
|
<images>
|
||||||
|
<positive-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/1.png</positive-x>
|
||||||
|
<negative-x>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/4.png</negative-x>
|
||||||
|
<positive-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/2.png</positive-y>
|
||||||
|
<negative-y>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/3.png</negative-y>
|
||||||
|
<positive-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/6.png</positive-z>
|
||||||
|
<negative-z>Aircraft/Generic/Effects/CubeMaps/fgfs-sky/5.png</negative-z>
|
||||||
|
</images>
|
||||||
|
</texture>
|
||||||
|
</parameters>
|
||||||
|
|
||||||
|
<!-- ####################
|
||||||
|
### NORMALMAP INCLUDE ###
|
||||||
|
######################### -->
|
||||||
|
<generate>
|
||||||
|
<tangent type="int">6</tangent>
|
||||||
|
<binormal type="int">7</binormal>
|
||||||
|
</generate>
|
||||||
|
<technique n="4">
|
||||||
|
<pass>
|
||||||
|
<program>
|
||||||
|
<attribute>
|
||||||
|
<name>tangent</name>
|
||||||
|
<index>6</index>
|
||||||
|
</attribute>
|
||||||
|
<attribute>
|
||||||
|
<name>binormal</name>
|
||||||
|
<index>7</index>
|
||||||
|
</attribute>
|
||||||
|
</program>
|
||||||
|
</pass>
|
||||||
|
</technique>
|
||||||
|
<technique n="7">
|
||||||
|
<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>
|
|
@ -518,7 +518,7 @@
|
||||||
|
|
||||||
<!-- Effect -->
|
<!-- Effect -->
|
||||||
<effect>
|
<effect>
|
||||||
<inherits-from>Aircraft/A320-family/Models/Effects/reflection</inherits-from>
|
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-engine-CFM</inherits-from>
|
||||||
<object-name>EngineCFM56L</object-name>
|
<object-name>EngineCFM56L</object-name>
|
||||||
<object-name>EngineCFM56R</object-name>
|
<object-name>EngineCFM56R</object-name>
|
||||||
<object-name>ReverserLDoor1</object-name>
|
<object-name>ReverserLDoor1</object-name>
|
||||||
|
@ -532,13 +532,13 @@
|
||||||
</effect>
|
</effect>
|
||||||
|
|
||||||
<effect>
|
<effect>
|
||||||
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-matt</inherits-from>
|
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-matt-engine-CFM</inherits-from>
|
||||||
<object-name>PylonCFM56L</object-name>
|
<object-name>PylonCFM56L</object-name>
|
||||||
<object-name>PylonCFM56R</object-name>
|
<object-name>PylonCFM56R</object-name>
|
||||||
</effect>
|
</effect>
|
||||||
|
|
||||||
<effect>
|
<effect>
|
||||||
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-chrome</inherits-from>
|
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-chrome-engine-CFM</inherits-from>
|
||||||
<object-name>IntakeCFM56L</object-name>
|
<object-name>IntakeCFM56L</object-name>
|
||||||
<object-name>IntakeCFM56R</object-name>
|
<object-name>IntakeCFM56R</object-name>
|
||||||
</effect>
|
</effect>
|
||||||
|
|
|
@ -408,7 +408,7 @@
|
||||||
|
|
||||||
<!-- Effect -->
|
<!-- Effect -->
|
||||||
<effect>
|
<effect>
|
||||||
<inherits-from>Aircraft/A320-family/Models/Effects/reflection</inherits-from>
|
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-engine-IAE</inherits-from>
|
||||||
<object-name>EngineIAEV2500L</object-name>
|
<object-name>EngineIAEV2500L</object-name>
|
||||||
<object-name>EngineIAEV2500R</object-name>
|
<object-name>EngineIAEV2500R</object-name>
|
||||||
<object-name>ReverserLDoor</object-name>
|
<object-name>ReverserLDoor</object-name>
|
||||||
|
@ -416,13 +416,13 @@
|
||||||
</effect>
|
</effect>
|
||||||
|
|
||||||
<effect>
|
<effect>
|
||||||
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-matt</inherits-from>
|
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-matt-engine-IAE</inherits-from>
|
||||||
<object-name>PylonIAEV2500L</object-name>
|
<object-name>PylonIAEV2500L</object-name>
|
||||||
<object-name>PylonIAEV2500R</object-name>
|
<object-name>PylonIAEV2500R</object-name>
|
||||||
</effect>
|
</effect>
|
||||||
|
|
||||||
<effect>
|
<effect>
|
||||||
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-chrome</inherits-from>
|
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-chrome-engine-IAE</inherits-from>
|
||||||
<object-name>IntakeIAEV2500L</object-name>
|
<object-name>IntakeIAEV2500L</object-name>
|
||||||
<object-name>IntakeIAEV2500R</object-name>
|
<object-name>IntakeIAEV2500R</object-name>
|
||||||
</effect>
|
</effect>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
</effect>
|
</effect>
|
||||||
|
|
||||||
<effect>
|
<effect>
|
||||||
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-matt</inherits-from>
|
<inherits-from>Aircraft/A320-family/Models/Effects/reflection-matt-wing</inherits-from>
|
||||||
<object-name>Wings</object-name>
|
<object-name>Wings</object-name>
|
||||||
<object-name>FlapL1</object-name>
|
<object-name>FlapL1</object-name>
|
||||||
<object-name>FlapL2</object-name>
|
<object-name>FlapL2</object-name>
|
||||||
|
|
Loading…
Add table
Reference in a new issue