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

Method drawDebug

samples/FallingGears/src/FallingGearsApp.cpp:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void FallingGearsApp::drawDebug()
208{
209 float pointsPerMeter = mScene.getPointsPerMeter();
210
211 gl::ScopedModelMatrix modelScope;
212 gl::scale( pointsPerMeter, pointsPerMeter );
213 mScene.getWorld()->DrawDebugData();
214}
215
216void FallingGearsApp::drawInfo()
217{

Callers

nothing calls this directly

Calls 4

getPointsPerMeterMethod · 0.80
DrawDebugDataMethod · 0.80
getWorldMethod · 0.80
scaleFunction · 0.50

Tested by

no test coverage detected