12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?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</g>
- <b>0</b>
- <a>1</a>
- </ambient>
- <diffuse>
- <r>1</r>
- <g>0</g>
- <b>0</b>
- <a>1</a>
- </diffuse>
- <specular>
- <r>1</r>
- <g>0</g>
- <b>0</b>
- <a>1</a>
- </specular>
- <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.1</range-m>
- <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>
|