|
|
@@ -105,7 +105,7 @@ 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);
|
|
|
+ FileUtil.copy(dataSource + "/results/mesh.ply", jgPath + "/laserData/meshPly/mesh.ply", true);
|
|
|
|
|
|
FileUtils.copyDirectiory(dataSource + "/results/laserData/cover", jgPath + "/extras");
|
|
|
//删除旧的深度图
|