From 0366f46d3d7e946e254f933888aea4beb4e70658 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Wed, 1 Dec 2010 19:46:14 -0500 Subject: Added support for RecursiveHooks, RecursiveBehaviors and GaussianMapper supporting Gaussian based pixel mapping. --- config/LightInstallationConfig.xml | 52 ++++++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 5 deletions(-) (limited to 'config/LightInstallationConfig.xml') diff --git a/config/LightInstallationConfig.xml b/config/LightInstallationConfig.xml index 441b7e4..aa331af 100644 --- a/config/LightInstallationConfig.xml +++ b/config/LightInstallationConfig.xml @@ -31,13 +31,24 @@ - + + + + pixelmappers.GaussianMapper + + gaussmap + 30 + 5 + .5 + + @@ -47,7 +58,7 @@ (1300,50) - + @@ -66,6 +77,14 @@ 100 + + inputs.PygameInput + + followmouse + 100 + True + + inputs.UDPInput @@ -102,7 +121,7 @@ decay Exponential - .005 + .001 0 False @@ -119,6 +138,13 @@ + + behaviors.RecursiveDecay + + recursivedecay + 20000 + + behaviors.BehaviorChain @@ -131,6 +157,22 @@ running decay + {'running':'recursivedecay'} + True + + + + behaviors.BehaviorChain + + mousechaser + + followmouse + + + echo + colorchange + decay + True @@ -141,7 +183,7 @@ pygame - 10 + 1 False -- cgit v1.2.3