diff options
| author | Tim <tim@baker.(none)> | 2013-04-22 23:41:39 +0100 |
|---|---|---|
| committer | Tim <tim@baker.(none)> | 2013-04-22 23:41:39 +0100 |
| commit | 7b6dd23708ebfb9f4c88bfa6850950702462b8d2 (patch) | |
| tree | bca916f9292117587a0a685b7ca6c53e6e7068c1 /src | |
| parent | 528ff13a8aeafefd5b70249713407a59c225c534 (diff) | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/testApp.cpp | 6 |
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); |
