From 2aff44b0fbe58af83fbed9612c3395502866efb3 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 11 Dec 2012 10:08:54 +0000 Subject: stupid fixes. 3DS format weird changes --- src/testApp.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/testApp.cpp') 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); -- cgit v1.2.3