|
@@ -94,6 +94,11 @@ public class ComputerUtil {
|
|
if (fileJson.getIntValue("clazz") == 4) {
|
|
if (fileJson.getIntValue("clazz") == 4) {
|
|
map.put(filePath, ossPanoPath + "pan/low/" + fileName.replace("low/", ""));
|
|
map.put(filePath, ossPanoPath + "pan/low/" + fileName.replace("low/", ""));
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ //2k/4k照片目录
|
|
|
|
+ if (fileJson.getIntValue("clazz") == 5) {
|
|
|
|
+ map.put(filePath, ossPanoPath + fileName);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
CreateObjUtil.convertTxtToDam(panoRootPath + File.separator + "results" + File.separator + "tex" + File.separator + "modeldata.txt", panoRootPath + File.separator + "results" + File.separator + ConstantFileName.modelUUID + "_50k.dam");
|
|
CreateObjUtil.convertTxtToDam(panoRootPath + File.separator + "results" + File.separator + "tex" + File.separator + "modeldata.txt", panoRootPath + File.separator + "results" + File.separator + ConstantFileName.modelUUID + "_50k.dam");
|