Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
470
void popModelView()
471
{
472
auto ctx = context();
473
ctx->getModelMatrixStack().pop_back();
474
ctx->getViewMatrixStack().pop_back();
475
}
476
477
void pushMatrices()
478
{
Callers
7
drawFrameSlices
Method · 0.85
drawCardinalTex
Method · 0.85
render
Method · 0.85
drawLabels
Method · 0.85
draw
Method · 0.85
render
Method · 0.85
drawFrame
Method · 0.85
Calls
2
pop_back
Method · 0.80
context
Function · 0.70
Tested by
2
render
Method · 0.68
drawFrame
Method · 0.68