Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ SetTintColor
Method
SetTintColor
ZEngine/src/StandardMaterial.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void StandardMaterial::SetTintColor(const glm::vec4& value) {
23
m_tint_color = value;
24
}
25
26
void StandardMaterial::SetShininess(float value) {
27
m_shininess = value;
Callers
1
Render
Method · 0.80
Calls
no outgoing calls
Tested by
1
Render
Method · 0.64