1
0
Fork 0
A320-family/Models/Effects/cockpit-irradiance.eff

26 lines
1,006 B
Text
Raw Normal View History

2019-10-14 16:48:35 +00:00
<PropertyList>
<name>panel</name>
<inherits-from>Effects/model-interior</inherits-from>
<parameters>
<irradiance-map-type type="int">1</irradiance-map-type>
<irradiance-map-strength type="float">0.33</irradiance-map-strength>
2019-10-14 16:48:35 +00:00
<texture n="4">
<type>cubemap</type>
2019-10-14 16:48:35 +00:00
<images>
<positive-x>Models/Effects/res/white.png</positive-x>
<negative-x>Models/Effects/res/white.png</negative-x>
<positive-y>Models/Effects/res/white.png</positive-y>
<negative-y>Models/Effects/res/white.png</negative-y>
<positive-z>Models/Effects/res/white.png</positive-z>
<negative-z>Models/Effects/res/white.png</negative-z>
</images>
</texture>
<!--
the cube center must be the same as the camera x,y,z in blend
-->
<opacity-cube-center type="vec3d" n="0"> 0.262764 0.0 0.610718</opacity-cube-center>
<opacity-cube-scale type="vec3d" n="0"> 1.0 2.0 1.0</opacity-cube-scale>
2019-10-14 16:48:35 +00:00
<opacity-cube-angle type="float">0.0</opacity-cube-angle>
</parameters>
</PropertyList>