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

Function calcViewMatrixInverse

src/cinder/gl/wrapper.cpp:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541mat4 calcViewMatrixInverse()
542{
543 return glm::inverse( getViewMatrix() );
544}
545
546mat3 calcNormalMatrix()
547{

Callers 1

setDefaultShaderVarsMethod · 0.85

Calls 2

inverseFunction · 0.85
getViewMatrixFunction · 0.85

Tested by

no test coverage detected