Forráskód Böngészése

Merge branch 'feature-sg-20230615-dsx' into test

dsx 2 éve
szülő
commit
a64c108e02

+ 5 - 0
src/main/java/com/fdkankan/modeling/service/impl/BuildServiceImpl.java

@@ -52,10 +52,15 @@ public class BuildServiceImpl implements IBuildService {
             }
 
             if(Integer.parseInt(cameraType) == 14){
+                Integer location = fdageData.getInteger("location");
                 //转台相机
                 log.info("激光转台相机调用算法");
                 skyboxType = "SKYBOX_V11";
                 splitType = "SPLIT_V14";
+                if(location == 5){//深广相机SLAM拍摄模式
+                    skyboxType = "SKYBOX_V6";
+                    splitType = "SPLIT_V25";
+                }
                 if (!ObjectUtils.isEmpty(fdageData)) {
                     if ((fdageData.containsKey("exportMeshObj") && fdageData.getIntValue("exportMeshObj") == 1)) {
                         splitType = "SPLIT_V22";