aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-27 17:21:28 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-27 17:21:28 -0500
commit4fbb65efee8a214d9a35395e46c582f251ea2a35 (patch)
tree35fc0b137274708d9ccfa7a29b3e7180afa1bda4 /config
parent890e167b2cd2a438f81a759833fc4f1c876c4142 (diff)
parent328464219a02c014caf1608a27a898900cad8456 (diff)
Merge branch 'mobileapp'
Diffstat (limited to 'config')
-rw-r--r--config/MobileTest.xml28
1 files changed, 25 insertions, 3 deletions
diff --git a/config/MobileTest.xml b/config/MobileTest.xml
index a318069..af94c25 100644
--- a/config/MobileTest.xml
+++ b/config/MobileTest.xml
@@ -207,10 +207,17 @@
<Class>behaviors.MoveBehavior</Class>
<Args>
<Id>move</Id>
- <XStep>5</XStep>
- <YStep>5</YStep>
+ <XStep>3</XStep>
+ <YStep>3</YStep>
</Args>
</Behavior>
+ <Behavior>
+ <Class>behaviors.MobileShakeBehavior</Class>
+ <Args>
+ <Id>mobileshake</Id>
+ <SizeMult>3</SizeMult>
+ </Args>
+ </Behavior>
<Behavior>
<Class>behaviors.BehaviorChain</Class>
<Args>
@@ -222,9 +229,24 @@
<Id>move</Id>
<Id>decay</Id>
</ChainedBehaviors>
- <RenderToScreen>True</RenderToScreen>
+ <RenderToScreen>True</RenderToScreen>
<Mapper>gaussmap</Mapper>
</Args>
</Behavior>
+ <Behavior>
+ <Class>behaviors.BehaviorChain</Class>
+ <Args>
+ <Id>shakeanddecay</Id>
+ <Inputs>
+ <Id>tcp</Id>
+ </Inputs>
+ <ChainedBehaviors>
+ <Id>mobileshake</Id>
+ <Id>slowdecay</Id>
+ </ChainedBehaviors>
+ <RenderToScreen>True</RenderToScreen>
+ <Mapper>simplemap</Mapper>
+ </Args>
+ </Behavior>
</BehaviorConfiguration>
</LightInstallation>