MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / AddDirectionalLight

Method AddDirectionalLight

src/Nazara/Graphics/AbstractRenderQueue.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 */
25
26 void AbstractRenderQueue::AddDirectionalLight(const DirectionalLight& light)
27 {
28 directionalLights.push_back(light);
29 }
30
31 /*!
32 * \brief Adds a point light to the rendering queue

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected