diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-03-28 16:28:45 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-03-28 16:28:45 +0100 |
| commit | 623e1924aeea83ea70c8ae7f645b067f17a293ea (patch) | |
| tree | 6016c770098ef923e6fac0be12040703d99fcbb2 /morpher/src/main.cpp | |
| parent | a47b39541a7f60dfdda921c9598abe947e1e6ad9 (diff) | |
mesh loader and morpher working
Diffstat (limited to 'morpher/src/main.cpp')
| -rw-r--r-- | morpher/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/morpher/src/main.cpp b/morpher/src/main.cpp index 6a32c6a..e502a4d 100644 --- a/morpher/src/main.cpp +++ b/morpher/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 640,480, OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
