MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / loadLightSpaceMatrix

Method loadLightSpaceMatrix

src/Shaders/DepthShader.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void DepthShader::loadLightSpaceMatrix(const glm::mat4 &lightSpaceMatrix) {
38 loadMat4(lightSpaceMatrixLocation, &lightSpaceMatrix[0][0]);
39}
40
41void DepthShader::loadTransformMatrix(const glm::mat4 &transformationMatrix) {
42 loadMat4(transformationMatrixLocation, &transformationMatrix[0][0]);

Callers 2

renderTrackMethod · 0.45
renderShadowMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected