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

Function GetSunSpecularColorHandle

trinity/Interior/Tr2InteriorScene.cpp:88–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88TriVariable* GetSunSpecularColorHandle()
89{
90 static TriVariable* s_handle = NULL;
91
92 if( s_handle == NULL )
93 {
94 s_handle = GlobalStore().FindVariable( "Sun.SpecularColor" );
95 }
96
97 return s_handle;
98}
99
100TriVariable* GetAmbientColorHandle()
101{

Callers 1

Calls 1

FindVariableMethod · 0.80

Tested by

no test coverage detected