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

Function GetSunDirWorldHandle

trinity/Interior/Tr2InteriorScene.cpp:64–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62};
63
64TriVariable* GetSunDirWorldHandle()
65{
66 static TriVariable* s_sunDirWorldHandle = NULL;
67
68 if( s_sunDirWorldHandle == NULL )
69 {
70 s_sunDirWorldHandle = GlobalStore().FindVariable( "Sun.DirWorld" );
71 }
72
73 return s_sunDirWorldHandle;
74}
75
76TriVariable* GetSunDiffuseColorHandle()
77{

Callers 2

Calls 1

FindVariableMethod · 0.80

Tested by

no test coverage detected