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

Method loadStarRotationMatrix

src/Shaders/SkydomeShader.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void SkydomeShader::loadStarRotationMatrix(const glm::mat4 &star_rotation_matrix){
47 loadMat4(starRotationMatrixLocation, &star_rotation_matrix[0][0]);
48}
49
50void SkydomeShader::loadSunPosition(const Light &sun){
51 loadVec3(sunPositionLocation, sun.position);

Callers 1

renderSkyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected