MCPcopy Create free account
hub / github.com/carbonengine/trinity / Clear

Method Clear

trinity/Interior/Tr2InteriorLightSet.cpp:50–53  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Clears the light set --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

48// Clears the light set
49// --------------------------------------------------------------------------------------
50void Tr2InteriorLightSet::Clear( void )
51{
52 m_lightInstances.clear();
53}
54
55// --------------------------------------------------------------------------------------
56// Description:

Callers 7

RenderMethod · 0.45
VisibilityQueryMethod · 0.45
RenderFullForwardMethod · 0.45
SetupShadowMapsMethod · 0.45
RenderShadowsMethod · 0.45
DoQueryBeginMethod · 0.45
RebuildSceneDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected