| 86 | } |
| 87 | |
| 88 | TriVariable* 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 | |
| 100 | TriVariable* GetAmbientColorHandle() |
| 101 | { |
no test coverage detected