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

Function popModelMatrix

src/cinder/gl/wrapper.cpp:433–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void popModelMatrix()
434{
435 auto ctx = context();
436 ctx->getModelMatrixStack().pop_back();
437}
438
439void pushViewMatrix()
440{

Callers 13

drawSceneMethod · 0.85
drawMethod · 0.85
drawSatellitesMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
drawMethod · 0.85
~ScopedModelMatrixFunction · 0.85
~SvgRendererGlFunction · 0.85

Calls 2

pop_backMethod · 0.80
contextFunction · 0.70

Tested by 2

drawMethod · 0.68
drawMethod · 0.68