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

Method GetCurrentSpaceSceneShadowQuality

trinity/Tr2LightManager.cpp:713–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711}
712
713ShadowQuality Tr2LightManager::GetCurrentSpaceSceneShadowQuality()
714{
715 return m_currentSpaceSceneShadowQuality;
716}
717
718// based on: https://blackpawn.com/texts/lightmaps/default.html
719uint32_t Tr2LightManager::InsertAtlasNode( std::vector<AtlasNode>& atlasNodes, uint32_t nodeId, uint32_t lightIndex, int32_t width, int32_t height )

Callers 7

AddLightMethod · 0.80
GetLightsMethod · 0.80
GetLightsMethod · 0.80
GetLightsMethod · 0.80
GetLightsMethod · 0.80
GetLightsMethod · 0.80
GetLightsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected