12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- ########################################
- # DR400-jsbSim by PAF team
- # April 2012 : Modified by PAF team
- # http://equipe-flightgear.forumactif.com
- ##########################################-->
- <PropertyList>
- <path>Landinglight.ac</path>
- <nopreview/>
- <animation>
- <type>light</type>
- <light-type>spot</light-type>
- <object-name>light</object-name>
- <nopreview/>
- <position>
- <x> 0 </x>
- <y> 0 </y>
- <z> 0 </z>
- </position>
- <direction>
- <x> -0.998 </x>
- <y> 0.000 </y>
- <z> 0.125 </z>
- </direction>
- <ambient>
- <r> 0.3 </r>
- <g> 0.3 </g>
- <b> 0.3 </b>
- <a> 1.0 </a>
- </ambient>
- <diffuse>
- <r> 0.8 </r>
- <g> 0.8 </g>
- <b> 0.8 </b>
- <a> 1.0 </a>
- </diffuse>
- <specular>
- <r> 0.5 </r>
- <g> 0.5 </g>
- <b> 0.5 </b>
- <a> 1.0 </a>
- </specular>
- <dim-factor>
- <property>dimming/property</property>
- <!-- optional begin -->
- <expression />
- <interpolation />
- <factor>1</factor>
- <offset>0</offset>
- <min>0</min>
- <max>1</max>
- <!-- optional end -->
- </dim-factor>
- <attenuation>
- <c>1.0</c>
- <l>0.002</l>
- <q>0.00005</q>
- </attenuation>
- <exponent>30.0</exponent>
- <cutoff>39</cutoff>
- <near-m>3.5</near-m>
- <far-m>110</far-m>
- </animation>
- <animation>
- <type>select</type>
- <object-name>light</object-name>
- <condition>
- <equals>
- <property>gear/gear[0]/position-norm</property>
- <value> 1 </value>
- </equals>
- </condition>
- </animation>
- <model>
- <path>Aircraft/AvroVulcanB2/Models/lightsR/LandingLightPlate.xml</path>
- </model>
- <!-- If you need to change scale of the light source, use and adapt : -->
- <!--<animation>
- <type>scale</type>
- <object-name>light</object-name>
- <x-offset> 1.0 </x-offset>
- <y-offset> 1.0 </y-offset>
- <z-offset> 1.0 </z-offset>
- </animation>-->
- </PropertyList>
|