|
@@ -517,7 +517,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
if (!gen3dTiles) {
|
|
|
String damPath = path + File.separator + "results" + File.separator + ConstantFileName.modelUUID + "_50k.dam";
|
|
|
CreateObjUtil.convertTxtToDam(path + File.separator + "results" + File.separator + "tex" + File.separator + "modeldata.txt", damPath);
|
|
|
- FileUtil.writeBytes(ZipUtil.gzip(new File(damPath)), damPath);
|
|
|
+// FileUtil.writeBytes(ZipUtil.gzip(new File(damPath)), damPath);
|
|
|
map.put(damPath, imagesPath + ConstantFileName.modelUUID + "_50k.dam");
|
|
|
}else{
|
|
|
List<String> list = FileUtils.list(new File(path + File.separator + "results" + File.separator + ModelKind.THREE_D_TILE.code()));
|