1<?xml version="1.0" encoding="utf-8"?> 2 3<PropertyList> 4 5 <name>Fuselagereflect</name> 6 <inherits-from>Effects/reflect</inherits-from> 7 <parameters> 8 <texture n="5"> 9 <type>cubemap</type> 10 <images> 11 <positive-x>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_px.png</positive-x> 12 <negative-x>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_nx.png</negative-x> 13 <positive-y>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_py.png</positive-y> 14 <negative-y>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_ny.png</negative-y> 15 <positive-z>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_pz.png</positive-z> 16 <negative-z>Aircraft/Generic/Effects/CubeMaps/real.blue-sky/fair-sky_nz.png</negative-z> 17 </images> 18 </texture> 19 <texture n="6"> 20 <image>Aircraft/Generic/Effects/Rainbow.png</image> 21 <filter>linear-mipmap-linear</filter> 22 <wrap-s>repeat</wrap-s> 23 <wrap-t>repeat</wrap-t> 24 </texture> 25 <texture n="7"> 26 <image>Aircraft/Generic/Effects/FresnelLookUp.png</image> 27 <filter>linear-mipmap-linear</filter> 28 <wrap-s>repeat</wrap-s> 29 <wrap-t>repeat</wrap-t> 30 <internal-format>normalized</internal-format> 31 </texture> 32 <texture n="8"> 33 <image>Aircraft/Generic/Effects/greymap.png</image> 34 <filter>linear-mipmap-linear</filter> 35 <wrap-s>repeat</wrap-s> 36 <wrap-t>repeat</wrap-t> 37 <internal-format>normalized</internal-format> 38 </texture> 39 <rendering-hint>transparent</rendering-hint> 40 <shade-model>smooth</shade-model> 41 <rainbowiness type="double">0.1</rainbowiness> 42 <fresneliness type="double">0.1</fresneliness> 43 <noisiness type="double">0.1</noisiness> 44 <refl_correction type="double">-0.2</refl_correction> 45 <ambient_correction type="double">0.1</ambient_correction> 46 <reflect_map type="double">0</reflect_map> 47 </parameters> 48 49</PropertyList> 50