Browse Source

深光场景算法切图选项

dsx 2 năm trước cách đây
mục cha
commit
49e35facc6

+ 3 - 1
src/main/java/com/fdkankan/modeling/service/impl/BuildServiceImpl.java

@@ -87,7 +87,9 @@ public class BuildServiceImpl implements IBuildService {
                 case ModelTypeEnums.TILE_CODE:
                     if(skyboxType.equals("SKYBOX_V6")){
                         skyboxType = "SKYBOX_V14";
-                    }else{
+                    }else if(skyboxType.equals("SKYBOX_V11")){
+                        skyboxType = "SKYBOX_V15";
+                    } else{
                         skyboxType = "SKYBOX_V13";
                     }
             }