diff options
| author | Comment <tim@gray.(none)> | 2013-01-16 14:41:27 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-01-16 14:41:27 +0000 |
| commit | e775f024476943beacc433c39b6b1003f7ba0d86 (patch) | |
| tree | 5a26b90a0a11574e3cbd3aa7cead9b55a6289bc6 /liveengineUnmapped/src/main.cpp | |
| parent | 2b3eaa8dd74c373e7c82a414014c469fe415b66e (diff) | |
frame engine with alpha channel and blending
Diffstat (limited to 'liveengineUnmapped/src/main.cpp')
| -rwxr-xr-x | liveengineUnmapped/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liveengineUnmapped/src/main.cpp b/liveengineUnmapped/src/main.cpp index 6f40023..f0c0c0f 100755 --- a/liveengineUnmapped/src/main.cpp +++ b/liveengineUnmapped/src/main.cpp @@ -7,7 +7,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(ofxFensterManager::get(),2048,768, OF_WINDOW); //2048,768 + ofSetupOpenGL(ofxFensterManager::get(),1024,768, OF_WINDOW); //2048,768 //ofSetupOpenGL(&window, 1024,768, OF_WINDOW); // <-------- setup the GL context //ofSetupOpenGL(&window, 1024,768, OF_WINDOW); |
