Exemplo n.º 1
0
 public static void ClearExportObjectsLibrary(this ExportableModel m)
 {
     ObjectsExportLibraryInterface.ClearExportObjectsLibrary();
 }
Exemplo n.º 2
0
 void ExportMeshesAndAnimationsData()
 {
     ObjectsExportLibraryInterface.ClearExportObjectsLibrary();
     ExportMeshesData();
     ExportAnimationsData();
 }
Exemplo n.º 3
0
 public static void AddToExportObjectsLibrary(this ExportableModel m)
 {
     ObjectsExportLibraryInterface.AddR3AnimatedMeshToLibrary(m);
 }