1
0
Fork 0
fgdata/AI/Lights/procedural_light_nav_tail.xml
2018-07-30 09:56:06 +02:00

25 lines
No EOL
790 B
XML

<?xml version="1.0"?>
<!-- Create a Light Object by Associating a Geometry and a Custom Effect -->
<PropertyList>
<path>procedural_light.ac</path>
<nopreview />
<effect>
<inherits-from>procedural-light-nav-tail</inherits-from>
<object-name>procedural_light</object-name>
</effect>
<animation>
<!-- Scale the generic AC Object to allow view from larger distance -->
<type>scale</type>
<x-offset>10</x-offset>
<y-offset>10</y-offset>
<z-offset>10</z-offset>
</animation>
<!-- Re scale Light Object based on distance from viewer to compensate perspective -->
<animation>
<type>dist-scale</type>
<object-name>procedural_light</object-name>
<factor>0.005</factor>
<offset>0.0</offset>
<min>0.12</min>
</animation>
</PropertyList>