1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <animation>
- <type>select</type>
- <object-name>taillight</object-name>
- <condition>
- <property>/controls/lighting/nav-lights</property>
- property>
- </condition>
- </animation>
- <light>
- <name>taillight</name>
- <type>point</type>
- <direction>
- <lookat-x-m> 27 </lookat-x-m>
- <lookat-y-m> 0 </lookat-y-m>
- <lookat-z-m> -20 </lookat-z-m>
- </direction>
- <ambient>
- <r> 0.95 </r>
- <g> 0.95 </g>
- <b> 0.95 </b>
- <a> 1.00 </a>
- </ambient>
- <diffuse>
- <r> 0.95 </r>
- <g> 0.95 </g>
- <b> 0.95 </b>
- <a> 1.00 </a>
- </diffuse>
- <specular>
- <r> 0.95 </r>
- <g> 0.95 </g>
- <b> 0.95 </b>
- <a> 1.00 </a>
- </specular>
- <attenuation>
- <c> 1.00 </c>
- <l> 1.40 </l>
- <q> 2.16 </q>
- </attenuation>
- <range-m>20</range-m>
- <debug-color>
- <r> 1 </r>
- <g> 1 </g>
- <b> 1 </b>
- <a> 1 </a>
- </debug-color>
- </light>
- <animation>
- <type>noshadow</type>
- <object-name>taillight</object-name>
- </animation>
- </PropertyList>
|