| 40 | }; |
| 41 | |
| 42 | void GLTileRenderTestApp::setup() |
| 43 | { |
| 44 | CameraPersp cam; |
| 45 | mCam.lookAt( vec3( 0, 0, 10 ), vec3::zero() ); |
| 46 | mCam.setPerspective( 60.0f, getWindowAspectRatio(), 1, 50 ); |
| 47 | } |
| 48 | |
| 49 | void GLTileRenderTestApp::keyDown( KeyEvent event ) |
| 50 | { |
nothing calls this directly
no test coverage detected