AI 359 Lightmap Fix Capitalisation in File Names
This commit is contained in:
parent
e3a48ae73e
commit
dfc76591e3
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
</animation>
|
</animation>
|
||||||
<!-- Tail and Windows Lightmap Effect -->
|
<!-- Tail and Windows Lightmap Effect -->
|
||||||
<effect>
|
<effect>
|
||||||
<inherits-from>AI/Aircraft/A350/Effects/359-lightMap</inherits-from>
|
<inherits-from>AI/Aircraft/A350/Effects/359-LightMap</inherits-from>
|
||||||
<object-name>359</object-name>
|
<object-name>359</object-name>
|
||||||
</effect>
|
</effect>
|
||||||
<!-- Add Navigation Lights Objects -->
|
<!-- Add Navigation Lights Objects -->
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Lighting of Tail, Flanks and Windows -->
|
<!-- Lighting of Tail, Flanks and Windows -->
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<name>A359-Lightmap</name>
|
<name>A359-LightMap</name>
|
||||||
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
||||||
<parameters>
|
<parameters>
|
||||||
<normalmap-enabled type="int">0</normalmap-enabled>
|
<normalmap-enabled type="int">0</normalmap-enabled>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<lightmap-color type="vec3d" n="3">1.0 1.0 1.0</lightmap-color>
|
<lightmap-color type="vec3d" n="3">1.0 1.0 1.0</lightmap-color>
|
||||||
<!-- LightMap Image Location -->
|
<!-- LightMap Image Location -->
|
||||||
<texture n="3">
|
<texture n="3">
|
||||||
<image>AI/Aircraft/A350/Effects/359-lightMap.png</image>
|
<image>AI/Aircraft/A350/Effects/359-LightMap.png</image>
|
||||||
<filter>linear-mipmap-linear</filter>
|
<filter>linear-mipmap-linear</filter>
|
||||||
<wrap-s>clamp</wrap-s>
|
<wrap-s>clamp</wrap-s>
|
||||||
<wrap-t>clamp</wrap-t>
|
<wrap-t>clamp</wrap-t>
|
||||||
|
|
Loading…
Add table
Reference in a new issue