|
@@ -140,6 +140,7 @@ public class BuildObjServiceImpl implements IBuildSceneService {
|
|
|
String prevoisPath = message.getBuildContext().get("previousPath").toString();
|
|
|
FileUtils.copyFile(prevoisPath + "/caches/reconstruction/final.bin", path + "/caches/reconstruction/final.bin", true);
|
|
|
FileUtils.copyFile(prevoisPath + "/caches/reconstruction/chunk.json", path + "/caches/reconstruction/chunk.json", true);
|
|
|
+ FileUtils.copyFile(prevoisPath + "/caches/floor_group_fix.json", path + "/caches/floor_group_fix.json", true);
|
|
|
FileUtils.copyDirectiory(prevoisPath + "/caches/images", path + "/caches/images");
|
|
|
|
|
|
FileUtils.copyDirectiory(prevoisPath + "/caches/depthmap_csc", path + "/caches/depthmap_csc");
|