Change c172p to use model-combined-deferred effect to enable bumpmapping under Rembrandt.
This commit is contained in:
parent
d65b8b347b
commit
4a70fbb994
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
<!-- Bump and specular effect -->
|
<!-- Bump and specular effect -->
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<name>Aircraft/c172p/Models/Effects/bumpspec-fuselage</name>
|
<name>Aircraft/c172p/Models/Effects/bumpspec-fuselage</name>
|
||||||
<inherits-from>Effects/bumpspec</inherits-from>
|
<inherits-from>Aircraft/c172p/Models/Effects/bumpspec</inherits-from>
|
||||||
<parameters>
|
<parameters>
|
||||||
<texture n="2">
|
<texture n="2">
|
||||||
<image>Aircraft/c172p/Models/Liveries/fuselage-normal.png</image>
|
<image>Aircraft/c172p/Models/Liveries/fuselage-normal.png</image>
|
||||||
|
@ -12,4 +12,4 @@
|
||||||
<internal-format>normalized</internal-format>
|
<internal-format>normalized</internal-format>
|
||||||
</texture>
|
</texture>
|
||||||
</parameters>
|
</parameters>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<!-- Bump and specular effect -->
|
<!-- Bump and specular effect -->
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<name>Aircraft/c172p/Models/Effects/bumpspec-tail</name>
|
<name>Aircraft/c172p/Models/Effects/bumpspec-tail</name>
|
||||||
<inherits-from>Effects/bumpspec</inherits-from>
|
<inherits-from>Aircraft/c172p/Models/Effects/bumpspec</inherits-from>
|
||||||
<parameters>
|
<parameters>
|
||||||
<texture n="2">
|
<texture n="2">
|
||||||
<image>Aircraft/c172p/Models/Liveries/tail-normal.png</image>
|
<image>Aircraft/c172p/Models/Liveries/tail-normal.png</image>
|
||||||
|
@ -12,4 +12,4 @@
|
||||||
<internal-format>normalized</internal-format>
|
<internal-format>normalized</internal-format>
|
||||||
</texture>
|
</texture>
|
||||||
</parameters>
|
</parameters>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<!-- Bump and specular effect -->
|
<!-- Bump and specular effect -->
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<name>Aircraft/c172p/Models/Effects/bumpspec-wing</name>
|
<name>Aircraft/c172p/Models/Effects/bumpspec-wing</name>
|
||||||
<inherits-from>Effects/bumpspec</inherits-from>
|
<inherits-from>Aircraft/c172p/Models/Effects/bumpspec</inherits-from>
|
||||||
<parameters>
|
<parameters>
|
||||||
<texture n="2">
|
<texture n="2">
|
||||||
<image>Aircraft/c172p/Models/Liveries/wing-normal.png</image>
|
<image>Aircraft/c172p/Models/Liveries/wing-normal.png</image>
|
||||||
|
@ -12,4 +12,4 @@
|
||||||
<internal-format>normalized</internal-format>
|
<internal-format>normalized</internal-format>
|
||||||
</texture>
|
</texture>
|
||||||
</parameters>
|
</parameters>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
Loading…
Add table
Reference in a new issue