Browse Source

Update example

master
Krisjanis Rijnieks 11 years ago
parent
commit
5bf819c887
  1. 2
      example/src/ofApp.cpp

2
example/src/ofApp.cpp

@ -21,7 +21,7 @@ void ofApp::update()
ofVec2f t;
t.x = ofRandomuf();
t.y = ofRandomuf();
triangleSurface.setTexCoord(0, t);
//triangleSurface.setTexCoord(0, t);
}
void ofApp::draw()

Loading…
Cancel
Save