diff options
Diffstat (limited to 'src')
| -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(); |
