1
0
Fork 0

Change c172p to use model-combined-deferred effect to enable bumpmapping under Rembrandt.

This commit is contained in:
Stuart Buchanan 2012-06-15 14:26:34 +01:00
parent d65b8b347b
commit 4a70fbb994
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
<!-- Bump and specular effect -->
<PropertyList>
<name>Aircraft/c172p/Models/Effects/bumpspec-fuselage</name>
<inherits-from>Effects/bumpspec</inherits-from>
<inherits-from>Aircraft/c172p/Models/Effects/bumpspec</inherits-from>
<parameters>
<texture n="2">
<image>Aircraft/c172p/Models/Liveries/fuselage-normal.png</image>
@ -12,4 +12,4 @@
<internal-format>normalized</internal-format>
</texture>
</parameters>
</PropertyList>
</PropertyList>

View file

@ -2,7 +2,7 @@
<!-- Bump and specular effect -->
<PropertyList>
<name>Aircraft/c172p/Models/Effects/bumpspec-tail</name>
<inherits-from>Effects/bumpspec</inherits-from>
<inherits-from>Aircraft/c172p/Models/Effects/bumpspec</inherits-from>
<parameters>
<texture n="2">
<image>Aircraft/c172p/Models/Liveries/tail-normal.png</image>
@ -12,4 +12,4 @@
<internal-format>normalized</internal-format>
</texture>
</parameters>
</PropertyList>
</PropertyList>

View file

@ -2,7 +2,7 @@
<!-- Bump and specular effect -->
<PropertyList>
<name>Aircraft/c172p/Models/Effects/bumpspec-wing</name>
<inherits-from>Effects/bumpspec</inherits-from>
<inherits-from>Aircraft/c172p/Models/Effects/bumpspec</inherits-from>
<parameters>
<texture n="2">
<image>Aircraft/c172p/Models/Liveries/wing-normal.png</image>
@ -12,4 +12,4 @@
<internal-format>normalized</internal-format>
</texture>
</parameters>
</PropertyList>
</PropertyList>