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

Method AddSpotLight

src/Nazara/Graphics/AbstractRenderQueue.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 */
47
48 void AbstractRenderQueue::AddSpotLight(const SpotLight& light)
49 {
50 spotLights.push_back(light);
51 }
52
53 /*!
54 * \brief Clears the rendering queue

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected