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

Function pushModelView

src/cinder/gl/wrapper.cpp:463–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463void pushModelView()
464{
465 auto ctx = context();
466 ctx->getModelMatrixStack().push_back( ctx->getModelMatrixStack().back() );
467 ctx->getViewMatrixStack().push_back( ctx->getViewMatrixStack().back() );
468}
469
470void popModelView()
471{

Callers 7

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

Calls 3

backMethod · 0.80
contextFunction · 0.70
push_backMethod · 0.45

Tested by 2

renderMethod · 0.68
drawFrameMethod · 0.68