summaryrefslogtreecommitdiff
path: root/src/testApp.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2012-11-30 13:31:22 +0000
committerComment <tim@gray.(none)>2012-11-30 13:31:22 +0000
commit15cf9541ea62d95382e5c59611771fb6839a0e40 (patch)
tree77ae0eb8d3783caf16621019ee76813d1b293ffe /src/testApp.h
parentef5d82a13d1154ccdf4de91d869178dab6b76b7f (diff)
demo v0.9HEADmaster
Diffstat (limited to 'src/testApp.h')
-rwxr-xr-xsrc/testApp.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/testApp.h b/src/testApp.h
index 78ed5eb..82c563b 100755
--- a/src/testApp.h
+++ b/src/testApp.h
@@ -92,14 +92,14 @@ class testApp : public ofxFensterListener, public ofxMidiListener{
ofxButton resetFBscale;
ofxToggle drawCloud;
*/
-
+
ofxIntSlider fadectl;
ofxParameter<int> fade;
ofxFloatSlider decimatectl;
ofxParameter<float> decimate;
ofxFloatSlider featurectl;
ofxParameter<float> featuresize;
-
+
//a radio button. sigh.
int drawMode;
ofxToggle pointsMode;
@@ -108,20 +108,23 @@ class testApp : public ofxFensterListener, public ofxMidiListener{
void pointsModeSet(bool & set);
void linesModeSet(bool & set);
void polysModeSet(bool & set);
-
+
ofxToggle logo;
//void logoSet(bool & set);
-
+
+ ofxToggle add;
+ ofxToggle usecolour;
+
ofxFloatSlider rangectl;
ofxParameter<float> range;
-
+
ofxFloatSlider xrotctl;
ofxParameter<float> xrot;
ofxFloatSlider yrotctl;
ofxParameter<float> yrot;
ofxFloatSlider zrotctl;
ofxParameter<float> zrot;
-
+
ofxButton resetDrawscale;
ofxButton resetFBscale;
ofxButton resetSlide;
@@ -129,7 +132,7 @@ class testApp : public ofxFensterListener, public ofxMidiListener{
void resetDrawscalePressed(bool & pressed);
void resetFBscalePressed(bool & pressed);
void resetSlidePressed(bool & pressed);
-
+
//kinect stuff