소스 검색

3dModeling buildingCreate.js 张婷 commit at 2021-01-13

张婷 4 년 전
부모
커밋
bf413cdb08
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      3dModeling/sygy319/buildingCreate.js

+ 15 - 0
3dModeling/sygy319/buildingCreate.js

@@ -0,0 +1,15 @@
+// 创建app
+var app = new THING.App({
+    url: '/api/scene/0b75dc5f4460f22c329afd96',
+    // url: '/api/scene/ab93bd9640a9db05a4937351',
+    background: 'https://www.thingjs.com/static/images/background_img_03.png'
+});
+
+//设备列表
+var buildingStore;
+$.ajax({
+    type: "GET",
+    url:'/uploads/wechat/163607/file/杨浦16/buildingStore.json',
+    dataType: "json",
+    async: false,
+    success: function (data) {