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

Method loadTransformMatrix

src/Shaders/TrackShader.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void TrackShader::loadTransformMatrix(const glm::mat4 &transformation){
83 loadMat4(transformationMatrixLocation, &transformation[0][0]);
84}
85
86void TrackShader::loadLightSpaceMatrix(const glm::mat4 &lightSpaceMatrix){
87 loadMat4(lightSpaceMatrixLocation, &lightSpaceMatrix[0][0]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected