示例#1
0
 private void Menu_Export_COLLADA()
 {
     if (MessageBox.Show("Exporting to COLLADA is experimental.\nTexture information will not be exported.\n\nContinue anyway?", "Export as COLLADA", MessageBoxButtons.YesNo) != DialogResult.Yes)
     {
         return;
     }
     FileUtil.SaveFile(oldsceneryentry.ToCOLLADA(), FileFilters.COLLADA, FileFilters.Any);
 }