Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ SetShininess
Method
SetShininess
ZEngine/src/StandardMaterial.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void StandardMaterial::SetShininess(float value) {
27
m_shininess = value;
28
}
29
30
void StandardMaterial::SetLight(const Ref<Lights::BasicLight>& light) {
31
m_light = light;
Callers
2
Render
Method · 0.80
Initialize
Method · 0.80
Calls
no outgoing calls
Tested by
1
Render
Method · 0.64