123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
-
- <path>light-cone.ac</path>
-
- <animation>
- <object-name>Cone</object-name>
- <object-name>Cone-texture</object-name>
- <object-name>Light</object-name>
- </animation>
-
- <effect>
- <inherits-from>Effects/model-transparent</inherits-from>
- <object-name>Cone</object-name>
- <object-name>Cone-texture</object-name>
- <condition>
- <property>sim/rendering/rembrandt/enabled</property>
- </condition>
- </effect>
-
- <effect>
- <inherits-from>Effects/light-cone</inherits-from>
- <object-name>Cone</object-name>
- <object-name>Cone-texture</object-name>
- </effect>
-
- <animation>
- <type>material</type>
- <object-name>Light</object-name>
- <emission>
- <red> 2 </red>
- <green> 2 </green>
- <blue> 2 </blue>
- </emission>
- </animation>
-
- <animation>
- <type>select</type>
- <object-name>Cone</object-name>
- <object-name>Cone-texture</object-name>
- <object-name>Light</object-name>
- <condition>
- <property>/controls/lighting/landing-lights</property>
- </condition>
- </animation>
- </PropertyList>
|