|
@@ -107,8 +107,10 @@ public class BuildV3SceneServiceImpl implements IBuildSceneService {
|
|
this.downLoadSource(message, message.getPath());
|
|
this.downLoadSource(message, message.getPath());
|
|
JSONObject fdageJson = JSONObject.parseObject(FileUtils.readFile(message.getPath().concat("/capture/data.fdage")));
|
|
JSONObject fdageJson = JSONObject.parseObject(FileUtils.readFile(message.getPath().concat("/capture/data.fdage")));
|
|
// 兼容旧的数据,防止OnlyExportMeshObj标志未删除掉
|
|
// 兼容旧的数据,防止OnlyExportMeshObj标志未删除掉
|
|
|
|
+ log.info("data.fdage 内容:{}",fdageJson.toJSONString());
|
|
boolean rewrite = false;
|
|
boolean rewrite = false;
|
|
if (fdageJson.containsKey("OnlyExportMeshObj")) {
|
|
if (fdageJson.containsKey("OnlyExportMeshObj")) {
|
|
|
|
+ log.info("data.fdage 包含 OnlyExportMeshObj,进行去除!");
|
|
// 写入data.fdage 防止重算
|
|
// 写入data.fdage 防止重算
|
|
fdageJson.remove("OnlyExportMeshObj");
|
|
fdageJson.remove("OnlyExportMeshObj");
|
|
String ossPath = getOssPath(message.getPath());
|
|
String ossPath = getOssPath(message.getPath());
|