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

Method SetLight

ZEngine/src/StandardMaterial.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void StandardMaterial::SetLight(const Ref<Lights::BasicLight>& light) {
31 m_light = light;
32 }
33
34 void StandardMaterial::SetViewPosition(const glm::vec3& position) {
35 m_view_position = position;

Callers 1

InitializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected