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

Function getModelView

src/cinder/gl/wrapper.cpp:529–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529mat4 getModelView()
530{
531 auto ctx = context();
532 return ctx->getViewMatrixStack().back() * ctx->getModelMatrixStack().back();
533}
534
535mat4 getModelViewProjection()
536{

Callers 4

drawMethod · 0.85
drawMethod · 0.85
calcNormalMatrixFunction · 0.85
setDefaultShaderVarsMethod · 0.85

Calls 2

backMethod · 0.80
contextFunction · 0.70

Tested by

no test coverage detected