|
@@ -58,10 +58,6 @@ public class BuildServiceImpl implements IBuildService {
|
|
|
log.info("激光转台相机调用算法");
|
|
|
skyboxType = "SKYBOX_V11";
|
|
|
splitType = "SPLIT_V14";
|
|
|
- if(location == 5 || location == 6){//深广相机SLAM拍摄模式,5:纯slam,6:有点位
|
|
|
-// skyboxType = "SKYBOX_V6";
|
|
|
- splitType = "SPLIT_V25";
|
|
|
- }
|
|
|
if (!ObjectUtils.isEmpty(fdageData)) {
|
|
|
if ((fdageData.containsKey("exportMeshObj") && fdageData.getIntValue("exportMeshObj") == 1)) {
|
|
|
splitType = "SPLIT_V22";
|
|
@@ -70,6 +66,10 @@ public class BuildServiceImpl implements IBuildService {
|
|
|
splitType = "SPLIT_V20";
|
|
|
}
|
|
|
}
|
|
|
+ if(location == 6){
|
|
|
+// skyboxType = "SKYBOX_V6";
|
|
|
+ splitType = "SPLIT_V25";
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
}else {
|