Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ SetSpecularColor
Method
SetSpecularColor
ZEngine/src/Light.cpp:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
void BasicLight::SetSpecularColor(const Maths::Vector3& value) {
14
m_specular_color = value;
15
}
16
17
Maths::Vector3 BasicLight::GetAmbientColor() const {
18
return m_ambient_color;
Callers
1
LightComponent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected