summaryrefslogtreecommitdiff
path: root/src/testApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/testApp.cpp')
-rw-r--r--src/testApp.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/testApp.cpp b/src/testApp.cpp
index 7ab2683..88c73fe 100644
--- a/src/testApp.cpp
+++ b/src/testApp.cpp
@@ -56,7 +56,7 @@ void testApp::setup(){
vidGrabber.setDeviceID(0);
- grabberAvailable=vidGrabber.initGrabber(camWidth,camHeight);
+ grabberAvailable=false; //vidGrabber.initGrabber(camWidth,camHeight);
//printf("asked for 320 by 240 - actual size is %i by %i\n", vidGrabber.width, vidGrabber.height);
videoInverted = new unsigned char[camWidth*camHeight*3];
@@ -219,7 +219,8 @@ void testApp::ProcessMessages(){
}
}
}
-
+//22-04-13
+//what the hell is the correct positioning for the bottle!
//--------------------------------------------------------------
@@ -239,6 +240,7 @@ void testApp::draw(){
//calibrator_label.getTextureReference().bind();
drawBoard(0,225,0);
bindTexture(calibrator_label); //
+ //drawCylinder(26.5,200,0,225,0);
drawCylinder(26.5,200,0,225,0);
ofPushMatrix();
ofRotate(90,0,1,0);