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

Method prepareSettings

samples/FrustumCulling/src/FrustumCullingApp.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96};
97
98void FrustumCullingReduxApp::prepareSettings( Settings *settings )
99{
100 settings->setWindowSize( 1200, 675 );
101 settings->disableFrameRate();
102}
103
104void FrustumCullingReduxApp::setup()
105{

Callers

nothing calls this directly

Calls 2

setWindowSizeMethod · 0.80
disableFrameRateMethod · 0.45

Tested by

no test coverage detected