bubble-chamber: Update for processing changes

db4
Eduardo Cavazos 2008-07-28 12:55:08 -05:00
parent fce11759e9
commit 72344abf71
4 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,8 @@
USING: kernel sequences random accessors multi-methods USING: kernel sequences random accessors multi-methods
math math.constants math.ranges math.points combinators.cleave math math.constants math.ranges math.points combinators.cleave
processing bubble-chamber.common bubble-chamber.particle ; processing processing.shapes
bubble-chamber.common bubble-chamber.particle ;
IN: bubble-chamber.particle.axion IN: bubble-chamber.particle.axion

View File

@ -1,6 +1,6 @@
USING: kernel random math math.constants math.points accessors multi-methods USING: kernel random math math.constants math.points accessors multi-methods
processing processing processing.shapes
processing.color processing.color
bubble-chamber.common bubble-chamber.common
bubble-chamber.particle ; bubble-chamber.particle ;

View File

@ -7,6 +7,7 @@ USING: kernel arrays sequences random
multi-methods accessors multi-methods accessors
combinators.cleave combinators.cleave
processing processing
processing.shapes
bubble-chamber.common bubble-chamber.common
bubble-chamber.particle bubble-chamber.particle
bubble-chamber.particle.muon.colors ; bubble-chamber.particle.muon.colors ;

View File

@ -1,6 +1,6 @@
USING: kernel arrays sequences random math accessors multi-methods USING: kernel arrays sequences random math accessors multi-methods
processing processing processing.shapes
bubble-chamber.common bubble-chamber.common
bubble-chamber.particle ; bubble-chamber.particle ;