aboutsummaryrefslogtreecommitdiff
path: root/config/LightInstallationConfig.xml
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2010-12-08 16:39:50 -0500
committerGravatar rcoh <rcoh@mit.edu>2010-12-08 16:39:50 -0500
commitb335b746523ffd59db1402b097a802b3fd99eaac (patch)
tree74333be1820f3d2666358c3b009beb14bf929256 /config/LightInstallationConfig.xml
parent353ab16db64c86122c0fcb9e1852b85c14b354b8 (diff)
Code for the demo. Everything works afaik. Contains a couple more optimizations. Contains modify param behavior. Improved support for recursive hooks. Modifications to SmootCoreObject to get us closer to a fully multi-threaded system. This should be the last commit directly to master. All further commits should be on subranches and get merged.
Diffstat (limited to 'config/LightInstallationConfig.xml')
-rw-r--r--config/LightInstallationConfig.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/config/LightInstallationConfig.xml b/config/LightInstallationConfig.xml
index dfa05d7..5067335 100644
--- a/config/LightInstallationConfig.xml
+++ b/config/LightInstallationConfig.xml
@@ -7,13 +7,13 @@
<Args><!--Any args the layout class needs. This go as
elements of a dictionary that gets passed to the Layout machinery-->
<Id>strip1</Id>
- <zigLength>25</zigLength>
+ <zigLength>250</zigLength>
<zigAxis>X</zigAxis>
<yDirection>-1</yDirection>
<pixelToPixelSpacing>12</pixelToPixelSpacing>
- <spacing>12</spacing> <!--we can space at any value less the
+ <spacing>5</spacing> <!--we can space at any value less the
l2lspacing-->
- <numPixels>50</numPixels>
+ <numPixels>500</numPixels>
<originLocation>(10,20)</originLocation>
</Args>
</PixelStrip>
@@ -21,12 +21,12 @@
<Class>layouts.ZigzagLayout</Class>
<Args>
<Id>strip2</Id>
- <zigLength>25</zigLength>
+ <zigLength>250</zigLength>
<zigAxis>X</zigAxis>
<yDirection>1</yDirection>
<pixelToPixelSpacing>12</pixelToPixelSpacing>
- <spacing>12</spacing>
- <numPixels>50</numPixels>
+ <spacing>5</spacing>
+ <numPixels>500</numPixels>
<originLocation>(10,30)</originLocation>
</Args>
</PixelStrip>
@@ -44,8 +44,8 @@
<Class>pixelmappers.GaussianMapper</Class>
<Args>
<Id>gaussmap</Id>
- <CutoffDist>30</CutoffDist>
- <Width>5</Width>
+ <CutoffDist>20</CutoffDist>
+ <Width>3</Width>
<Height>1</Height>
</Args>
</PixelMapper>
@@ -121,7 +121,7 @@
<Args>
<Id>decay</Id>
<DecayType>Exponential</DecayType>
- <Coefficient>.001</Coefficient>
+ <Coefficient>.01</Coefficient>
<z-index>0</z-index>
<RenderToScreen>False</RenderToScreen>
<Inputs>