123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
-
-
- <!-- Coompositor lights -->
-
- <light>
- <name>dash1</name>
- <type>spot</type>
- <position>
- <x-m>0</x-m>
- <y-m>0.0</y-m>
- <z-m>0</z-m>
- </position>
- <direction>
- <x>-1.0</x>
- <y>0</y>
- <z>0</z>
- </direction>
- <ambient>
- <r>1</r>
- <g>0.65</g>
- <b>0.5</b>
- <a>1</a>
- </ambient>
- <diffuse>
- <r>1</r>
- <g>0.65</g>
- <b>0.5</b>
- <a>1</a>
- </diffuse>
- <specular>
- <r>1</r>
- <g>0.65</g>
- <b>0.5</b>
- <a>1</a>
- </specular>
- <color>
- <r>1.00</r>
- <g>0.65</g>
- <b>0.50</b>
- <a>1.0</a>
- </color>
- <attenuation>
- <c>1</c>
- <l>1.5</l>
- <q>3.5</q>
- </attenuation>
- <spot-exponent>5</spot-exponent>
- <spot-cutoff>70</spot-cutoff>
- <range-m>0.5</range-m>
- <intensity>5</intensity>
- <dim-factor>
- <property>controls/lighting/instrument-lights-norm</property>
- </dim-factor>
- </light>
- <animation>
- <type>select</type>
- <object-name>dash1</object-name>
- <condition>
- <equals>
- <property>sim/current-view/internal</property>
- <value>true</value>
- </equals>
- </condition>
- </animation>
- </PropertyList>
|