summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/testApp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testApp.cpp b/src/testApp.cpp
index e5685c2..7ab2683 100644
--- a/src/testApp.cpp
+++ b/src/testApp.cpp
@@ -34,7 +34,7 @@ void testApp::setup(){
//ofDisableArbTex();
- mode=CALIBRATE;
+ mode=CALIBRATE;
transTime=0;
transition=false;
@@ -257,7 +257,7 @@ void testApp::draw(){
drawBoard(0,225,0);
bindTexture(texture); //
ofPushMatrix();
- ofRotate(90,0,1,0);
+ ofRotate(-90,1,0,0); //ofRotate(90,0,1,0);
model.draw();
ofPopMatrix();
unbindTexture(texture); //
@@ -266,7 +266,7 @@ void testApp::draw(){
case GRAB:
bindTex(videoTexture);
ofPushMatrix();
- ofRotate(90,0,1,0);
+ ofRotate(-90,1,0,0); //ofRotate(90,0,1,0);
model.draw();
ofPopMatrix();
unbindTex(videoTexture);