1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <animation>
- <type>select</type>
- <object-name>beaconlight</object-name>
- <condition>
- <property>controls/lighting/beacon</property>
- </condition>
- </animation>
- <light>
- <name>beaconlight</name>
- <type>point</type>
- <ambient>
- <r> 0.98 </r>
- <g> 0.20 </g>
- <b> 0.20 </b>
- <a> 1.00 </a>
- </ambient>
- <diffuse>
- <r> 0.98 </r>
- <g> 0.20 </g>
- <b> 0.20 </b>
- <a> 1.00 </a>
- </diffuse>
- <specular>
- <r> 0.98 </r>
- <g> 0.20 </g>
- <b> 0.20 </b>
- <a> 1.00 </a>
- </specular>
- <attenuation>
- <c> 1.00 </c>
- <l> 1.40 </l>
- <q> 3.60 </q>
- </attenuation>
- <dim-factor>
- <property>/sim/model/lights/beacon/state</property>
- </dim-factor>
- <range-m>10</range-m>
- <debug-color>
- <r> 1 </r>
- <g> 0 </g>
- <b> 0 </b>
- <a> 1 </a>
- </debug-color>
- </light>
- <animation>
- <type>noshadow</type>
- <object-name>beaconlight</object-name>
- </animation>
- </PropertyList>
|