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

Method AddPointLight

src/Nazara/Graphics/AbstractRenderQueue.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 */
36
37 void AbstractRenderQueue::AddPointLight(const PointLight& light)
38 {
39 pointLights.push_back(light);
40 }
41
42 /*!
43 * \brief Adds a spot light to the rendering queue

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected