1
0
Fork 0
fgdata/Aircraft/c172p/Models/Effects/interior/c172p-interior-glass-reflection-front.eff
Stuart Buchanan 0bb7e30ce1 2019.1 C172p
From https://github.com/c172p-team/c172p/releases/tag/version%2F2019.1

Thanks to Gilberto AGOSTINHO and team.
2019-05-15 19:14:04 +01:00

35 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>c172p-interior-glass-reflection-front</name>
<inherits-from>Effects/glass</inherits-from>
<parameters>
<texture n="2">
<image>Aircraft/c172p/Models/Effects/interior/mask-windshield.png</image>
<type>2d</type>
<filter>linear-mipmap-linear</filter>
<wrap-s>clamp</wrap-s>
<wrap-t>clamp</wrap-t>
<internal-format>normalized</internal-format>
</texture>
<use-mask type="int">1</use-mask>
<overlay-alpha type="float"><use>/environment/aircraft-effects/frost-level</use></overlay-alpha>
<overlay-color type="vec3d" n="0">1.0 1.0 1.0</overlay-color>
<frost-level>0</frost-level>
<use-overlay>1</use-overlay>
<overlay-glare type="float"><use>/environment/aircraft-effects/overlay-glare</use></overlay-glare>
<texture n="3">
<type>cubemap</type>
<images>
<positive-x>Aircraft/c172p/Models/Effects/interior/reflection_px.png</positive-x>
<negative-x>Aircraft/c172p/Models/Effects/interior/reflection_nx.png</negative-x>
<positive-y>Aircraft/c172p/Models/Effects/interior/reflection_py.png</positive-y>
<negative-y>Aircraft/c172p/Models/Effects/interior/reflection_ny.png</negative-y>
<positive-z>Aircraft/c172p/Models/Effects/interior/reflection_pz.png</positive-z>
<negative-z>Aircraft/c172p/Models/Effects/interior/reflection_nz.png</negative-z>
</images>
</texture>
<use-reflection type="int">1</use-reflection>
<reflection-strength type="float"><use>/sim/model/lightmap/combined/factor-glassglare</use></reflection-strength>
</parameters>
</PropertyList>