aboutsummaryrefslogtreecommitdiff
path: root/config/Outdoor.xml
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2010-12-22 14:27:33 -0500
committerGravatar rcoh <rcoh@mit.edu>2010-12-22 14:27:33 -0500
commitc581408f028d5b8ceadc53c68d7c1252fbe09e6d (patch)
tree8724862d05bde3bb3427cdff378cdb08da8babd2 /config/Outdoor.xml
parenta1d9b85320c9b07d62470d78ef0c5f9015baf813 (diff)
About halfway done with support for pixel regions. Modified the component registry a bit. Added
support for multiple pixel mappers (and along with that, default components). RCOH
Diffstat (limited to 'config/Outdoor.xml')
-rw-r--r--config/Outdoor.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/config/Outdoor.xml b/config/Outdoor.xml
index 10274b2..a004c4e 100644
--- a/config/Outdoor.xml
+++ b/config/Outdoor.xml
@@ -1,5 +1,10 @@
<!---All configuration items contain a "Class" tag specifying the python class they represent, and an "Args" tag specifying the args to be passed in.-->
<LightInstallation>
+ <InstallationConfiguration>
+ <Defaults>
+ <PixelMapper>simplemap</PixelMapper>
+ </Defaults>
+ </InstallationConfiguration>
<PixelConfiguration>
<PixelStrip>
<Class>layouts.LineLayout</Class>
@@ -62,15 +67,13 @@
</Args>
</PixelStrip>
</PixelConfiguration>
- <!--<PixelMapperConfiguration>
+ <PixelMapperConfiguration>
<PixelMapper>
<Class>pixelmappers.SimpleMapper</Class>
<Args>
<Id>simplemap</Id>
</Args>
</PixelMapper>
- </PixelMapperConfiguration>-->
- <PixelMapperConfiguration>
<PixelMapper>
<Class>pixelmappers.GaussianMapper</Class>
<Args>