Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ pushModelMatrix
Function
pushModelMatrix
src/cinder/gl/wrapper.cpp:427–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
}
426
427
void pushModelMatrix()
428
{
429
auto ctx = context();
430
ctx->getModelMatrixStack().push_back( ctx->getModelMatrixStack().back() );
431
}
432
433
void popModelMatrix()
434
{
Callers
13
drawScene
Method · 0.85
draw
Method · 0.85
drawSatellites
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
draw
Method · 0.85
ScopedModelMatrix
Function · 0.85
SvgGl.h
File · 0.85
Calls
3
back
Method · 0.80
context
Function · 0.70
push_back
Method · 0.45
Tested by
2
draw
Method · 0.68
draw
Method · 0.68