MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / GetDiffuseColor

Method GetDiffuseColor

ZEngine/src/Light.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 Maths::Vector3 BasicLight::GetDiffuseColor() const {
22 return m_diffuse_color;
23 }
24
25 Maths::Vector3 BasicLight::GetSpecularColor() const {
26 return m_specular_color;

Callers 1

ApplyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected