Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
529
mat4 getModelView()
530
{
531
auto ctx = context();
532
return ctx->getViewMatrixStack().back() * ctx->getModelMatrixStack().back();
533
}
534
535
mat4 getModelViewProjection()
536
{
Callers
4
draw
Method · 0.85
draw
Method · 0.85
calcNormalMatrix
Function · 0.85
setDefaultShaderVars
Method · 0.85
Calls
2
back
Method · 0.80
context
Function · 0.70
Tested by
no test coverage detected