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

Method resize

samples/FrustumCulling/src/FrustumCullingApp.cpp:348–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void FrustumCullingReduxApp::resize()
349{
350 // Adjust the camera's aspect ratio.
351 mRenderCam.setAspectRatio( getWindowAspectRatio() );
352}
353
354void FrustumCullingReduxApp::toggleCullableFov()
355{

Callers 2

setupMethod · 0.45
setupFallingGearsMethod · 0.45

Calls 1

getWindowAspectRatioFunction · 0.85

Tested by

no test coverage detected