|
|
|
@ -58,6 +58,7 @@ import { MarkData_multiArrow_CT, MarkData_multiArrow_JG } from '../model/data/ma
|
|
|
|
|
import { ModelInfo_mark_multiArrow } from '../model/info/mark/other/mark-plan-multi-arrow'; |
|
|
|
|
import { ModelInfo_mark_particle } from '../model/info/mark/other/mark-plan-particle-info'; |
|
|
|
|
import { FacilityPosType, ModelData_facility } from '../model/data/model-data/model-data-facility'; |
|
|
|
|
import { LoadTool } from '../tool/load-tool'; |
|
|
|
|
|
|
|
|
|
//场景管理器
|
|
|
|
|
export class SceneManager { |
|
|
|
@ -556,7 +557,7 @@ export class SceneManager {
|
|
|
|
|
} |
|
|
|
|
SceneManager.endLoadMesh(modelData.resPath, modelData.resName); |
|
|
|
|
let box = SceneManager.importMeshSuccess(newMeshes, particleSystems, skeletons, animationGroups, modelInfo, needBox, modelData); |
|
|
|
|
console.log("加载模型完成", modelData.resName); |
|
|
|
|
//console.log("加载模型完成", modelData.resName);
|
|
|
|
|
onSuccess(newMeshes, box, modelInfo); |
|
|
|
|
}, null, |
|
|
|
|
function (scene: Scene, message: string, exception?: any) { |
|
|
|
@ -568,14 +569,14 @@ export class SceneManager {
|
|
|
|
|
|
|
|
|
|
SceneManager.createModel(modelType, modelData, needBox, isNew, tag, onSuccess, onError, l_index); |
|
|
|
|
|
|
|
|
|
console.log("重新开始加载" + l_index, modelData); |
|
|
|
|
//console.log("重新开始加载" + l_index, modelData);
|
|
|
|
|
console.log(exception); |
|
|
|
|
} |
|
|
|
|
else { |
|
|
|
|
modelInfo.dispose(); |
|
|
|
|
console.log(message); |
|
|
|
|
console.log(exception); |
|
|
|
|
// alert("模型加载失败: " + message + "==" + exception);
|
|
|
|
|
LoadTool.remove(modelData.resPath + modelData.resName); |
|
|
|
|
console.log(message, exception); |
|
|
|
|
alert("模型加载失败,请刷新页面重试: " + message + "==" + exception); |
|
|
|
|
// alert(exception);
|
|
|
|
|
if (onError) { |
|
|
|
|
onError(message) |
|
|
|
|