Added Lightmap and Navigation Lights to ERJ 170 / 175
This commit is contained in:
parent
d1e8e70a90
commit
22f39409f1
5 changed files with 23163 additions and 25402 deletions
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 156 KiB |
36
AI/Aircraft/E70/Effects/E75-LightMap.eff
Normal file
36
AI/Aircraft/E70/Effects/E75-LightMap.eff
Normal file
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Lighting of Tail, Flanks and Windows -->
|
||||
<PropertyList>
|
||||
<name>E75-LightMap</name>
|
||||
<inherits-from>Effects/model-combined-deferred</inherits-from>
|
||||
<parameters>
|
||||
<normalmap-enabled type="int">0</normalmap-enabled>
|
||||
<reflection-enabled type="int">0</reflection-enabled>
|
||||
<reflection-dynamic type="int">0</reflection-dynamic>
|
||||
<reflect_map-enabled type="int">0</reflect_map-enabled>
|
||||
<reflection-correction type="float">0</reflection-correction>
|
||||
<!-- Enable 3 colors RGB LigntMap -->
|
||||
<lightmap-enabled type="int"><use>/environment/lightmap-factor</use></lightmap-enabled>
|
||||
<lightmap-multi type="int">1</lightmap-multi>
|
||||
<!-- Red Channel (Tail) - Night Activation and Color -->
|
||||
<lightmap-factor type="float" n="0">1</lightmap-factor>
|
||||
<lightmap-color type="vec3d" n="0">1.0 1.0 1.0</lightmap-color>
|
||||
<!-- Green Channel (Windows) Multiplying Factor and Color -->
|
||||
<lightmap-factor type="float" n="1">1.5</lightmap-factor>
|
||||
<lightmap-color type="vec3d" n="1">1.0 1.0 1.0</lightmap-color>
|
||||
<!-- Blue Channel (UnUsed) Multiplying Factor and Color -->
|
||||
<lightmap-factor type="float" n="2">0</lightmap-factor>
|
||||
<lightmap-color type="vec3d" n="2">1.0 1.0 1.0</lightmap-color>
|
||||
<!-- Alpha Channel (UnUsed) Multiplying Factor and Color -->
|
||||
<lightmap-factor type="float" n="3">0.0</lightmap-factor>
|
||||
<lightmap-color type="vec3d" n="3">1.0 1.0 1.0</lightmap-color>
|
||||
<!-- LightMap Image Location -->
|
||||
<texture n="3">
|
||||
<image>AI/Aircraft/E70/Effects/E75-LightMap.png</image>
|
||||
<filter>linear-mipmap-linear</filter>
|
||||
<wrap-s>clamp</wrap-s>
|
||||
<wrap-t>clamp</wrap-t>
|
||||
<internal-format>normalized</internal-format>
|
||||
</texture>
|
||||
</parameters>
|
||||
</PropertyList>
|
BIN
AI/Aircraft/E70/Effects/E75-LightMap.png
Normal file
BIN
AI/Aircraft/E70/Effects/E75-LightMap.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 151 KiB |
|
@ -6,25 +6,25 @@
|
|||
<name>nav-right</name>
|
||||
<path>AI/Lights/procedural_light_nav_right.xml</path>
|
||||
<offsets>
|
||||
<x-m>1.90381</x-m>
|
||||
<x-m>2.63055</x-m>
|
||||
<y-m>12.2143</y-m>
|
||||
<z-m>3.12482</z-m>
|
||||
<z-m>3.11041</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>nav-left</name>
|
||||
<path>AI/Lights/procedural_light_nav_left.xml</path>
|
||||
<offsets>
|
||||
<x-m>1.90381</x-m>
|
||||
<x-m>2.63055</x-m>
|
||||
<y-m>-12.2143</y-m>
|
||||
<z-m>3.12482</z-m>
|
||||
<z-m>3.11041</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>nav-tail</name>
|
||||
<path>AI/Lights/procedural_light_nav_tail.xml</path>
|
||||
<offsets>
|
||||
<x-m>16.2</x-m>
|
||||
<x-m>17</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>3.88447</z-m>
|
||||
</offsets>
|
||||
|
@ -34,25 +34,25 @@
|
|||
<name>strobe-right</name>
|
||||
<path>AI/Lights/procedural_light_strobe_right.xml</path>
|
||||
<offsets>
|
||||
<x-m>4.1969</x-m>
|
||||
<x-m>4.91412</x-m>
|
||||
<y-m>12.9351</y-m>
|
||||
<z-m>4.57857</z-m>
|
||||
<z-m>4.59153</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>strobe-left</name>
|
||||
<path>AI/Lights/procedural_light_strobe_left.xml</path>
|
||||
<offsets>
|
||||
<x-m>4.1969</x-m>
|
||||
<x-m>4.91412</x-m>
|
||||
<y-m>-12.9351</y-m>
|
||||
<z-m>4.57857</z-m>
|
||||
<z-m>4.59153</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
<model>
|
||||
<name>strobe-tail</name>
|
||||
<path>AI/Lights/procedural_light_strobe_tail.xml</path>
|
||||
<offsets>
|
||||
<x-m>17</x-m>
|
||||
<x-m>17.5</x-m>
|
||||
<y-m>0</y-m>
|
||||
<z-m>3.88447</z-m>
|
||||
</offsets>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue