From 4f1d5b3a6efe1de7885b37b091595f7bbc8a9b29 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 30 Dec 2011 21:13:07 +0000 Subject: succesfully combined camera and FBO --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6ff359a..049d993 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,7 +6,7 @@ int main( ){ ofAppGlutWindow window; - ofSetupOpenGL(&window, 400,400, OF_WINDOW); // <-------- setup the GL context + ofSetupOpenGL(&window, 512,512, OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN -- cgit v1.2.3