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

Function GetSunDiffuseColorHandle

trinity/Interior/Tr2InteriorScene.cpp:76–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76TriVariable* GetSunDiffuseColorHandle()
77{
78 static TriVariable* s_handle = NULL;
79
80 if( s_handle == NULL )
81 {
82 s_handle = GlobalStore().FindVariable( "Sun.WodDiffuseColor" );
83 }
84
85 return s_handle;
86}
87
88TriVariable* GetSunSpecularColorHandle()
89{

Callers 1

Calls 1

FindVariableMethod · 0.80

Tested by

no test coverage detected