diff options
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index 14d9934..5f26ad1 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -93,6 +93,10 @@ class ofApp: public ofBaseApp { ofxIntSlider laser_intensity; ofxIntSlider laser_points; + //====== video + + ofxFloatSlider video_speed; + //svg gui ofxToggle shapes_randomise; ofxFloatSlider shapes_amount; |
