| 98 | } |
| 99 | |
| 100 | TriVariable* GetAmbientColorHandle() |
| 101 | { |
| 102 | static TriVariable* s_handle = NULL; |
| 103 | |
| 104 | if( s_handle == NULL ) |
| 105 | { |
| 106 | s_handle = GlobalStore().FindVariable( "Scene.AmbientColor" ); |
| 107 | } |
| 108 | |
| 109 | return s_handle; |
| 110 | } |
| 111 | } |
| 112 | |
| 113 | Tr2InteriorScene::Tr2InteriorScene( IRoot* lockobj /*= NULL */ ) : |
no test coverage detected