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 -->
|
||||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue