|
|
@ -128,7 +128,7 @@ export class BuildingWindow extends UIBase { |
|
|
|
file.push(manifestFile); //临时关闭缓存文件
|
|
|
|
file.push(manifestFile); //临时关闭缓存文件
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PlanComponent.instance.showLoading(true); |
|
|
|
ServeManager.instance.uploadFile(0, file, resPath_out, (name: string, path: string, currentfile) => { |
|
|
|
ServeManager.instance.uploadFile(0, file, resPath_out, (name: string, path: string, currentfile) => { |
|
|
|
if (TsTool.stringContain(name, ".gltf")) { |
|
|
|
if (TsTool.stringContain(name, ".gltf")) { |
|
|
|
if (TsTool.stringContain(name, ".gltf.manifest")) { |
|
|
|
if (TsTool.stringContain(name, ".gltf.manifest")) { |
|
|
@ -150,6 +150,7 @@ export class BuildingWindow extends UIBase { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
, () => { |
|
|
|
, () => { |
|
|
|
|
|
|
|
PlanComponent.instance.showLoading(false); |
|
|
|
let buildingInfo = buildingWindow.getBuildingInfo(buildingData.normalData.key); |
|
|
|
let buildingInfo = buildingWindow.getBuildingInfo(buildingData.normalData.key); |
|
|
|
buildingWindow.updateBuildingModel(buildingInfo, true); |
|
|
|
buildingWindow.updateBuildingModel(buildingInfo, true); |
|
|
|
// buildingWindow.three = ThreeDimensionalHomeComponent.instance;
|
|
|
|
// buildingWindow.three = ThreeDimensionalHomeComponent.instance;
|
|
|
@ -506,7 +507,7 @@ export class BuildingWindow extends UIBase { |
|
|
|
if (firstType == BuildingType.Environment) { |
|
|
|
if (firstType == BuildingType.Environment) { |
|
|
|
instance.createOneBuildingItem(firstItem, 0, (uiItem, index) => { |
|
|
|
instance.createOneBuildingItem(firstItem, 0, (uiItem, index) => { |
|
|
|
instance.onChangeCurrentBuildingItem(uiItem, false); |
|
|
|
instance.onChangeCurrentBuildingItem(uiItem, false); |
|
|
|
uiItem.lookAt(false); |
|
|
|
// uiItem.lookAt(false);
|
|
|
|
if (buildingDatas_Environment.length > 1) { |
|
|
|
if (buildingDatas_Environment.length > 1) { |
|
|
|
instance.addBuildings(BuildingType.Environment, 1); |
|
|
|
instance.addBuildings(BuildingType.Environment, 1); |
|
|
|
} |
|
|
|
} |
|
|
@ -519,7 +520,7 @@ export class BuildingWindow extends UIBase { |
|
|
|
else { |
|
|
|
else { |
|
|
|
instance.createOneBuildingItem(firstItem, 0, (uiItem, index) => { |
|
|
|
instance.createOneBuildingItem(firstItem, 0, (uiItem, index) => { |
|
|
|
instance.onChangeCurrentBuildingItem(uiItem, false); |
|
|
|
instance.onChangeCurrentBuildingItem(uiItem, false); |
|
|
|
uiItem.lookAt(false); |
|
|
|
// uiItem.lookAt(false);
|
|
|
|
if (buildingDatas_mormal.length > 1) { |
|
|
|
if (buildingDatas_mormal.length > 1) { |
|
|
|
instance.addBuildings(BuildingType.Normal, 1); |
|
|
|
instance.addBuildings(BuildingType.Normal, 1); |
|
|
|
} |
|
|
|
} |
|
|
|