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

Function popModelView

src/cinder/gl/wrapper.cpp:470–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470void popModelView()
471{
472 auto ctx = context();
473 ctx->getModelMatrixStack().pop_back();
474 ctx->getViewMatrixStack().pop_back();
475}
476
477void pushMatrices()
478{

Callers 7

drawFrameSlicesMethod · 0.85
drawCardinalTexMethod · 0.85
renderMethod · 0.85
drawLabelsMethod · 0.85
drawMethod · 0.85
renderMethod · 0.85
drawFrameMethod · 0.85

Calls 2

pop_backMethod · 0.80
contextFunction · 0.70

Tested by 2

renderMethod · 0.68
drawFrameMethod · 0.68