Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ loadTransformMatrix
Method
loadTransformMatrix
src/Shaders/DepthShader.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void DepthShader::loadTransformMatrix(const glm::mat4 &transformationMatrix) {
42
loadMat4(transformationMatrixLocation, &transformationMatrix[0][0]);
43
}
Callers
2
renderTrack
Method · 0.45
renderShadowMap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected