just a test

Dependencies:   mbed

Fork of scoreLight_Advanced by Alvaro Cassinelli

Revision:
24:4e52031a495b
Parent:
19:228430f1350e
Child:
30:d8af03f01cd4
--- a/elasticLoop.h	Wed Jun 13 10:09:41 2012 +0000
+++ b/elasticLoop.h	Mon Jun 18 08:00:57 2012 +0000
@@ -38,6 +38,8 @@
     virtual void draw(void);  // draw the blob (renders on the laser trajectory object lsdTrajectory from the base class, using the openGL laser renderer - not yet done).
     virtual void computeBoundingBox();
     virtual void sendDataSpecific(void);
+    // Some behaviour parameters:
+    virtual void speedFactor(float speedfactor);
        
     // methods that are new to this class (not in base class): 
     void initSizeBlob(int _numMasses);