public static void ClearExportObjectsLibrary(this ExportableModel m)
 {
     ObjectsExportLibraryInterface.ClearExportObjectsLibrary();
 }
 void ExportMeshesAndAnimationsData()
 {
     ObjectsExportLibraryInterface.ClearExportObjectsLibrary();
     ExportMeshesData();
     ExportAnimationsData();
 }
 public static void AddToExportObjectsLibrary(this ExportableModel m)
 {
     ObjectsExportLibraryInterface.AddR3AnimatedMeshToLibrary(m);
 }