summaryrefslogtreecommitdiff
path: root/src/testApp.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2012-12-10 19:15:12 +0000
committerComment <tim@gray.(none)>2012-12-10 19:15:12 +0000
commitec11fe054dedc8c892df1918640fd056f5aebab7 (patch)
treed429b8945a556fa1b8af211ee493f4eee512272c /src/testApp.cpp
parent3dbac595be9c2d5e57a62576eb05ec264b994e07 (diff)
tigerglass version
Diffstat (limited to 'src/testApp.cpp')
-rw-r--r--src/testApp.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testApp.cpp b/src/testApp.cpp
index afaaad0..2f822f4 100644
--- a/src/testApp.cpp
+++ b/src/testApp.cpp
@@ -34,7 +34,7 @@ void testApp::setup(){
//ofDisableArbTex();
- mode=DISPLAY;
+ mode=CALIBRATE;
transTime=0;
transition=false;
@@ -74,8 +74,8 @@ void testApp::setup(){
//--------------------------------------------------------------
void testApp::update(){
- texture.idleMovie();
- calibrator_label.idleMovie();
+ texture.update();
+ calibrator_label.update();
//mixAmount=sin(ofGetElapsedTimef())+1.0;
doTransition();
@@ -243,7 +243,7 @@ void testApp::draw(){
ofPushMatrix();
ofRotate(90,0,1,0);
//calibrator_model.draw();
- ///calibrator_label.draw(0,0);
+ //calibrator_label.draw(0,0);
ofPopMatrix();
unbindTexture(calibrator_label); //texture); //
//calibrator_label.getTextureReference().unbind();