Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ GetShininess
Method
GetShininess
ZEngine/src/StandardMaterial.cpp:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
float StandardMaterial::GetShininess() const {
63
return m_shininess;
64
}
65
66
const Maths::Vector4& StandardMaterial::GetTintColor() const {
67
return m_tint_color;
Callers
1
Render
Method · 0.80
Calls
no outgoing calls
Tested by
1
Render
Method · 0.64