|
@@ -47,6 +47,10 @@ public class BuildServiceImpl implements IBuildService {
|
|
|
//转台相机
|
|
|
skyboxType = "SKYBOX_V6";
|
|
|
splitType = "SPLIT_V12";
|
|
|
+ Integer location = fdageData.getInteger("location");//全景看看
|
|
|
+ if(Objects.nonNull(location) && location == 7){
|
|
|
+ splitType = "SPLIT_V26";
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
if(Integer.parseInt(cameraType) == 14){
|
|
@@ -58,8 +62,8 @@ public class BuildServiceImpl implements IBuildService {
|
|
|
if(location == 6){//slam
|
|
|
splitType = "SPLIT_V25";
|
|
|
}
|
|
|
- if(location == 7){//四维深巡
|
|
|
- splitType = "SPLIT_V26";
|
|
|
+ if(location == 8){//四维深巡
|
|
|
+ splitType = "SPLIT_V16";
|
|
|
}
|
|
|
if (!ObjectUtils.isEmpty(fdageData)) {
|
|
|
if ((fdageData.containsKey("exportMeshObj") && fdageData.getIntValue("exportMeshObj") == 1)) {
|