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