Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanPhilippeKernel/RendererEngine
/ GetAmbientColor
Method
GetAmbientColor
ZEngine/src/Light.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
Maths::Vector3 BasicLight::GetAmbientColor() const {
18
return m_ambient_color;
19
}
20
21
Maths::Vector3 BasicLight::GetDiffuseColor() const {
22
return m_diffuse_color;
Callers
1
Apply
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected