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

Method SetDiffuseColor

ZEngine/src/Light.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 }
8
9 void BasicLight::SetDiffuseColor(const Maths::Vector3& value) {
10 m_diffuse_color = value;
11 }
12
13 void BasicLight::SetSpecularColor(const Maths::Vector3& value) {
14 m_specular_color = value;

Callers 1

LightComponentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected