|
@@ -90,7 +90,7 @@ public class BuildE57SceneServiceImpl implements IBuildSceneService {
|
|
|
//写入算法参数文件
|
|
|
Map<String, String> dataMap = new HashMap<>();
|
|
|
dataMap.put("splitType", "SPLIT_V27");
|
|
|
- dataMap.put("skyboxType", "SKYBOX_V5");
|
|
|
+ dataMap.put("skyboxType", "SKYBOX_V11");
|
|
|
buildService.writeDataJson(message, null, dataMap, null);
|
|
|
|
|
|
log.info("e57计算资源准备结束,场景码:{}", message.getSceneNum());
|