MCPcopy Create free account
hub / github.com/cinder/Cinder / setup

Method setup

test/GLTileRenderTest/src/GLTileRenderTestApp.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42void 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
49void GLTileRenderTestApp::keyDown( KeyEvent event )
50{

Callers

nothing calls this directly

Calls 4

getWindowAspectRatioFunction · 0.85
lookAtMethod · 0.80
setPerspectiveMethod · 0.80
zeroFunction · 0.50

Tested by

no test coverage detected