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

Function getProjectionMatrix

src/cinder/gl/wrapper.cpp:523–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523mat4 getProjectionMatrix()
524{
525 auto ctx = gl::context();
526 return ctx->getProjectionMatrixStack().back();
527}
528
529mat4 getModelView()
530{

Callers 7

fillGBufferMethod · 0.85
worldToScreenMethod · 0.85
eyeToScreenMethod · 0.85
worldToNdcMethod · 0.85
windowToObjectCoordFunction · 0.85
objectToWindowCoordFunction · 0.85
setDefaultShaderVarsMethod · 0.85

Calls 2

backMethod · 0.80
contextFunction · 0.70

Tested by

no test coverage detected