Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ setModelMatrix
Method
setModelMatrix
Source/Shaders/Simple_Shader.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
void Simple_Shader::setModelMatrix(const Matrix4& matrix)
25
{
26
loadMatrix4(m_locationModelMatrix, matrix);
27
}
28
29
void Simple_Shader::getUniformLocations()
30
{
Callers
2
update
Method · 0.80
prepare
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected