diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-05-18 13:23:38 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-05-18 13:23:38 +0100 |
| commit | 6a9948c0b2c1420aca5d68bb9bbcab19c5e6c5e1 (patch) | |
| tree | d703cdf572034dd5d0b64bbd0027c3e68b0ee90f /src/testApp.cpp | |
| parent | 8b59180d73b5678e5f2274b98e3440d01917caa1 (diff) | |
osx version upside down
Diffstat (limited to 'src/testApp.cpp')
| -rw-r--r-- | src/testApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testApp.cpp b/src/testApp.cpp index a3d5510..983c3a5 100644 --- a/src/testApp.cpp +++ b/src/testApp.cpp @@ -38,7 +38,7 @@ void testApp::setup(){ 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(); |
