summaryrefslogtreecommitdiff
path: root/src/testApp.cpp
diff options
context:
space:
mode:
authorTim <tim@baker.(none)>2012-12-11 10:08:54 +0000
committerTim <tim@baker.(none)>2012-12-11 10:08:54 +0000
commit2aff44b0fbe58af83fbed9612c3395502866efb3 (patch)
tree61a6cb3745f7ebbee3de7b1187bdc9b18617487f /src/testApp.cpp
parentd6c9c81657e817c3c36d7255aa16bef31aaafefc (diff)
stupid fixes. 3DS format weird changes
Diffstat (limited to 'src/testApp.cpp')
-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);