123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <PropertyList>
- <path>dimmer.ac</path>
- <animation>
- <object-name>dimmer</object-name>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>dimmer</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.1</interval-sec>
- <binding>
- <command>property-adjust</command>
- <property>/controls/lighting/instruments-norm</property>
- <step>0.05</step>
- <min>0</min>
- <max>1.0</max>
- <wrap>false</wrap>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>dimmer</object-name>
- <action>
- <button>1</button>
- <repeatable>true</repeatable>
- <interval-sec>0.1</interval-sec>
- <binding>
- <command>property-adjust</command>
- <property>/controls/lighting/instruments-norm</property>
- <step>-0.05</step>
- <min>0</min>
- <max>1.0</max>
- <wrap>false</wrap>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>dimmer</object-name>
- <action>
- <button>3</button>
- <repeatable>true</repeatable>
- <interval-sec>0.1</interval-sec>
- <binding>
- <command>property-adjust</command>
- <property>/controls/lighting/instruments-norm</property>
- <step>0.05</step>
- <min>0</min>
- <max>1.0</max>
- <wrap>false</wrap>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>dimmer</object-name>
- <action>
- <button>4</button>
- <repeatable>true</repeatable>
- <interval-sec>0.1</interval-sec>
- <binding>
- <command>property-adjust</command>
- <property>/controls/lighting/instruments-norm</property>
- <step>-0.05</step>
- <min>0</min>
- <max>1.0</max>
- <wrap>false</wrap>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>dimmer</object-name>
- <property>/controls/lighting/instruments-norm</property>
- <factor> -180 </factor>
- <center>
- <x-m> 0 </x-m>
- <y-m> 0 </y-m>
- <z-m> 0 </z-m>
- </center>
- <axis>
- <x> 1 </x>
- <y> 0 </y>
- <z> 0 </z>
- </axis>
- </animation>
- </PropertyList>
|