From 02635c7127b158a2821ce1f2e9fde20407d81037 Mon Sep 17 00:00:00 2001 From: "git@eclectronics.org" Date: Mon, 21 May 2012 11:08:37 +0100 Subject: added windows project --- src/testApp.cpp | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'src') diff --git a/src/testApp.cpp b/src/testApp.cpp index 983c3a5..e19e377 100644 --- a/src/testApp.cpp +++ b/src/testApp.cpp @@ -31,19 +31,19 @@ void testApp::setup(){ camera.rotate(70,1,0,0); camera.cacheMatrices(); //stop error messages */ - + ofSetFrameRate(60); - - ofSetCircleResolution(windowWidth); + + ofSetCircleResolution(windowWidth); ofEnableSmoothing(); - + camera.setPosition(0,windowHeight*10,windowHeight); - camera.lookAt(ofVec3f(0,0,-windowHeight*.5),ofVec3f(0, 0, -1)); + camera.lookAt(ofVec3f(0,0,-windowHeight*.5),ofVec3f(0, 0, 1)); camera.setFov(6.5); - camera.cacheMatrices(); - + camera.cacheMatrices(); + numLines=20; - + lines = new ofPoint[numLines]; imeis = new string[numLines]; for (int i=0;i