|
@@ -1980,10 +1980,10 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
cn.hutool.core.io.FileUtil.del(resultPath);
|
|
|
}
|
|
|
//下载data.fdage
|
|
|
- if(FYunTypeEnum.AWS.code().equals(this.fyunType)){
|
|
|
- //亚马逊保持旧方式,超链接capture
|
|
|
- CreateObjUtil.createSoftConnection(path + File.separator + "capture", capturePath);
|
|
|
- }
|
|
|
+// if(FYunTypeEnum.AWS.code().equals(this.fyunType)){
|
|
|
+// //亚马逊保持旧方式,超链接capture
|
|
|
+// CreateObjUtil.createSoftConnection(path + File.separator + "capture", capturePath);
|
|
|
+// }
|
|
|
fYunFileService.downloadFile(ConstantFilePath.OSS_PREFIX + path.replace(ConstantFilePath.BUILD_MODEL_PATH, "") + "/data.fdage", capturePath + "/data.fdage");
|
|
|
CreateObjUtil.build3dModel(target , "1");
|
|
|
|