|
@@ -1142,6 +1142,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
|| !new File(path + "/caches/images").exists()
|
|
|
|| !new File(path + "/caches/depthmap").exists()
|
|
|
|| !new File(path + "/caches/depthmap_csc").exists()
|
|
|
+ || !new File(path + "caches/floor_group_fix.json").exists()
|
|
|
|| !new File(path + "/caches/panorama.json").exists()
|
|
|
|| !new File(path + "/results/laserData/laser.ply").exists()) {
|
|
|
log.error("生成obj缺少必要文件,生成失败!");
|