Browse Source

v4.11.0 增加scenejson实体类字段

dengsixing 1 year ago
parent
commit
2a558d4245
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/main/java/com/fdkankan/download/bean/SceneViewInfo.java

+ 10 - 0
src/main/java/com/fdkankan/download/bean/SceneViewInfo.java

@@ -243,5 +243,15 @@ public class SceneViewInfo implements Serializable {
      */
     private Integer billboards;
 
+    /**
+     * 是否有模型裁剪(0-否,1-是)
+     */
+    private Integer cutModel = 0;
+
+    /**
+     * 启动页配置信息
+     */
+    private JSONObject started;
+
 
 }