diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-02 01:40:11 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-02 01:40:11 +0000 |
| commit | 8b005ba4cebd9909496e0d032770efe9844b5675 (patch) | |
| tree | 963ab648ba0876099830edbbd93d9becee96259c /src/main.cpp | |
| parent | a728ca18def61a13bbd7d0680dfab011d7ea20ac (diff) | |
camera light orbiting not working
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 049d993..3df2e96 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 512,512, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 1024,600, OF_FULLSCREEN); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN |
