public void SmoothMarkedVerts()
 {
     SaveStateForUndo("Smooth marked sides");
     m_level.SmoothMarkedSides(0.05f);
     RefreshGeometry();
 }