MCPcopy 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
427void pushModelMatrix()
428{
429 auto ctx = context();
430 ctx->getModelMatrixStack().push_back( ctx->getModelMatrixStack().back() );
431}
432
433void popModelMatrix()
434{

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
SvgGl.hFile · 0.85

Calls 3

backMethod · 0.80
contextFunction · 0.70
push_backMethod · 0.45

Tested by 2

drawMethod · 0.68
drawMethod · 0.68