MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getAllUnsortedLights

Method getAllUnsortedLights

Engine/source/lighting/lightManager.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void LightManager::getAllUnsortedLights( Vector<LightInfo*> *list ) const
301{
302 list->merge( mRegisteredLights );
303}
304
305void LightManager::_update4LightConsts( const SceneData &sgData,
306 GFXShaderConstHandle *lightPositionSC,

Callers 3

_scoreLightsMethod · 0.80
renderMethod · 0.80
lightMethod · 0.80

Calls 1

mergeMethod · 0.45

Tested by

no test coverage detected