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

Method SetAmbientColor

ZEngine/src/Light.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace ZEngine::Rendering::Lights {
4
5 void BasicLight::SetAmbientColor(const Maths::Vector3& value) {
6 m_ambient_color = value;
7 }
8
9 void BasicLight::SetDiffuseColor(const Maths::Vector3& value) {
10 m_diffuse_color = value;

Callers 1

LightComponentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected