Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ GetSpecularColor
Method
GetSpecularColor
ZEngine/src/Light.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
Maths::Vector3 BasicLight::GetSpecularColor() const {
26
return m_specular_color;
27
}
28
29
void BasicLight::SetPosition(const Maths::Vector3& position) {
30
m_position = position;
Callers
1
Apply
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected