private void EnableAtmosphere(bool enabled)
 {
     m_atmosphereEnabled = enabled;
     MyRenderProxy.EnableAtmosphere(m_atmosphereEnabled);
 }