123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?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>0</r>
- <g>1</g>
- <b>0</b>
- <a>1</a>
- </ambient>
- <diffuse>
- <r>0</r>
- <g>1</g>
- <b>0</b>
- <a>1</a>
- </diffuse>
- <specular>
- <r>0</r>
- <g>1</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>
- </PropertyList>
|