| 74 | } |
| 75 | |
| 76 | TriVariable* 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 | |
| 88 | TriVariable* GetSunSpecularColorHandle() |
| 89 | { |
no test coverage detected