|
|
@@ -105,6 +105,8 @@ public class IFdkkLaserServiceImpl implements IFdkkLaserService {
|
|
|
log.info("开始拷贝obj文件");
|
|
|
FileUtils.copyDirectiory(dataSource + "/results/mesh", jgPath + "/laserData/mesh");
|
|
|
|
|
|
+ FileUtil.copy(dataSource + "/results/mesh.ply", jgPath + "/laserData/mesh.ply", true);
|
|
|
+
|
|
|
FileUtils.copyDirectiory(dataSource + "/results/laserData/cover", jgPath + "/extras");
|
|
|
//删除旧的深度图
|
|
|
if(FileUtil.exist( jgPath+"/laserData/depthmap/")){
|