@realsee/dnalogel 0.1.2 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (215) hide show
  1. package/components/ARVideoFigure/ARVideoFigureMesh.js +56 -32
  2. package/components/ARVideoFigure/ARVideoFigureScene.js +30 -19
  3. package/components/ARVideoFigure/ImgBgTransparent.js +22 -6
  4. package/components/ARVideoFigure/ImgBgTransparentMesh.js +40 -30
  5. package/components/ARVideoFigure/fragmentShader.js +2 -0
  6. package/components/ARVideoFigure/index.js +22 -6
  7. package/components/ARVideoFigure/vertexShader.js +2 -0
  8. package/components/GLTFView/index.d.ts +72 -0
  9. package/components/GLTFView/index.js +149 -0
  10. package/components/GlassFilters/index.js +25 -1
  11. package/components/ModelView/ModelViewController.js +39 -29
  12. package/components/ModelView/index.js +4 -2
  13. package/components/PaintBrush/index.js +15 -1
  14. package/components/PanoTag/index.js +2 -0
  15. package/data/1aGKl9JmrlXMXx8d.js +2 -0
  16. package/data/54djM0oR6ky3Ey8e.d.ts +55 -0
  17. package/data/54djM0oR6ky3Ey8e.js +350 -0
  18. package/data/6gyq3v1verxD7JO1.js +2 -0
  19. package/data/8054djM0oR6ky3Ey8e.d.ts +55 -0
  20. package/data/8054djM0oR6ky3Ey8e.js +350 -0
  21. package/data/KpokNd82rwjhackhQTBEoYKHg8zGbPXe.js +2 -0
  22. package/data/PrXel3aqGbp34JQn.js +2 -0
  23. package/data/XJ6NMLWnkAY3Rdx8.d.ts +843 -0
  24. package/data/XJ6NMLWnkAY3Rdx8.js +7989 -0
  25. package/data/YdoNP9K4rwQDwjJr.js +2 -0
  26. package/data/ZLvK29zj4L29Jowd.d.ts +55 -0
  27. package/data/ZLvK29zj4L29Jowd.js +372 -0
  28. package/data/auto3d-njL5J99VwCmnjtQElOmXQr.js +2 -0
  29. package/data/extrude-walls/ZLvK29zj4L29Jowd.d.ts +5 -0
  30. package/data/extrude-walls/ZLvK29zj4L29Jowd.js +14 -0
  31. package/data/extrude-walls/lo024DEgzanMj5BE.d.ts +5 -0
  32. package/data/extrude-walls/lo024DEgzanMj5BE.js +14 -0
  33. package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.d.ts +85 -0
  34. package/data/jd6oMOzPxnQ3BvxY_B7yw51J9rXlhYhjhGTOgRVqu6WeEqjNX.js +511 -0
  35. package/data/lo024DEgzanMj5BE.d.ts +55 -0
  36. package/data/lo024DEgzanMj5BE.js +966 -0
  37. package/data/oPzy3ApbjjpD8YdR.js +2 -0
  38. package/data/qjAxMG4XbPn96wKG.js +2 -0
  39. package/data/rXel3aPQRRBD4JQn.js +2 -0
  40. package/data/vLykj3NWrllMrG06.d.ts +2 -0
  41. package/data/vLykj3NWrllMrG06.js +199 -2
  42. package/data/wz0QV9KA4ugyo9ME.js +2 -0
  43. package/data/zxMawr9raSg8LYjG.d.ts +53 -0
  44. package/data/zxMawr9raSg8LYjG.js +590 -0
  45. package/examples/FiveStateController/index.js +9 -15
  46. package/examples/VRHouse/Mobile.js +15 -1
  47. package/examples/VRHouse/PC.js +15 -1
  48. package/examples/VRHouse/index.js +15 -1
  49. package/index.js +4 -2
  50. package/libs/gltf-viewer/Subscribe.d.ts +76 -0
  51. package/libs/gltf-viewer/Subscribe.js +231 -0
  52. package/libs/gltf-viewer/coordsMoveByOffset.d.ts +13 -0
  53. package/libs/gltf-viewer/coordsMoveByOffset.js +22 -0
  54. package/libs/gltf-viewer/coordsToDirection.d.ts +5 -0
  55. package/{components/PBRView/index.js → libs/gltf-viewer/coordsToDirection.js} +29 -19
  56. package/libs/gltf-viewer/formatRad.d.ts +1 -0
  57. package/libs/gltf-viewer/formatRad.js +13 -0
  58. package/libs/gltf-viewer/getFrameTime.d.ts +1 -0
  59. package/libs/gltf-viewer/getFrameTime.js +28 -0
  60. package/libs/gltf-viewer/index.d.ts +55 -0
  61. package/libs/gltf-viewer/index.js +650 -0
  62. package/libs/gltf-viewer/mouseWheel.d.ts +2 -0
  63. package/libs/gltf-viewer/mouseWheel.js +59 -0
  64. package/libs/gltf-viewer/requestAnimationFrame.d.ts +1 -0
  65. package/libs/gltf-viewer/requestAnimationFrame.js +18 -0
  66. package/libs/gltf-viewer/requestAnimationFrameInterval.d.ts +1 -0
  67. package/libs/gltf-viewer/requestAnimationFrameInterval.js +31 -0
  68. package/libs/gltf-viewer/uuid.d.ts +4 -0
  69. package/libs/gltf-viewer/uuid.js +28 -0
  70. package/package.json +8 -4
  71. package/plugins/AutoPreloadPlugin/index.d.ts +23 -0
  72. package/plugins/AutoPreloadPlugin/index.js +111 -0
  73. package/plugins/CSS3DRenderPlugin/components/Marker/index.js +24 -16
  74. package/plugins/CSS3DRenderPlugin/index.d.ts +3 -2
  75. package/plugins/CSS3DRenderPlugin/index.js +79 -46
  76. package/plugins/CameraMovementPlugin/index.js +33 -9
  77. package/plugins/CameraMovementPlugin/typing.js +2 -0
  78. package/plugins/ModelChassisCompassPlugin/index.d.ts +7 -3
  79. package/plugins/ModelChassisCompassPlugin/index.js +34 -33
  80. package/plugins/ModelEntryDoorGuidePlugin/index.d.ts +13 -1
  81. package/plugins/ModelEntryDoorGuidePlugin/index.js +233 -2
  82. package/plugins/ModelExtrudeWallsPlugin/index.d.ts +16 -0
  83. package/plugins/ModelExtrudeWallsPlugin/index.js +252 -0
  84. package/plugins/ModelRoomLabelPlugin/Controller.d.ts +35 -0
  85. package/plugins/ModelRoomLabelPlugin/Controller.js +153 -0
  86. package/plugins/ModelRoomLabelPlugin/RoomLabelItem.d.ts +8 -0
  87. package/plugins/ModelRoomLabelPlugin/RoomLabelItem.js +66 -0
  88. package/plugins/ModelRoomLabelPlugin/RoomLabelItems.d.ts +7 -0
  89. package/plugins/ModelRoomLabelPlugin/RoomLabelItems.js +159 -0
  90. package/plugins/ModelRoomLabelPlugin/index.d.ts +8 -0
  91. package/plugins/ModelRoomLabelPlugin/index.js +18 -0
  92. package/plugins/ModelRoomLabelPlugin/typings.d.ts +35 -0
  93. package/plugins/ModelRoomLabelPlugin/typings.js +7 -0
  94. package/plugins/ModelRoomLabelPlugin/utils/parseData.d.ts +3 -0
  95. package/plugins/ModelRoomLabelPlugin/utils/parseData.js +35 -0
  96. package/plugins/ModelTVVideoPlugin/index.js +100 -16
  97. package/plugins/ModelViewPlugin/index.js +25 -1
  98. package/plugins/PanoCursorRaycasterPlugin/components/MovePointTowardsCamera.js +29 -25
  99. package/plugins/PanoCursorRaycasterPlugin/components/PointAxesHelper.js +15 -1
  100. package/plugins/PanoCursorRaycasterPlugin/index.js +13 -6
  101. package/plugins/PanoCursorRaycasterPlugin/utils/addLineToFive.js +4 -2
  102. package/plugins/PanoCursorRaycasterPlugin/utils/createLine.js +15 -1
  103. package/plugins/PanoDoorLabelPlugin/index.js +2 -0
  104. package/plugins/PanoIRobotPlugin/index.js +2 -0
  105. package/plugins/PanoMaskSelectorPlugin/compare.d.ts +1 -0
  106. package/plugins/PanoMaskSelectorPlugin/compare.js +17 -0
  107. package/plugins/PanoMaskSelectorPlugin/createBox.d.ts +7 -0
  108. package/plugins/PanoMaskSelectorPlugin/createBox.js +79 -0
  109. package/plugins/PanoMaskSelectorPlugin/createTextures.d.ts +3 -0
  110. package/plugins/PanoMaskSelectorPlugin/createTextures.js +45 -0
  111. package/plugins/PanoMaskSelectorPlugin/fragmentShader.d.ts +1 -0
  112. package/plugins/PanoMaskSelectorPlugin/fragmentShader.js +10 -0
  113. package/plugins/PanoMaskSelectorPlugin/index.d.ts +49 -0
  114. package/plugins/PanoMaskSelectorPlugin/index.js +348 -0
  115. package/plugins/PanoMaskSelectorPlugin/vertexShader.d.ts +1 -0
  116. package/plugins/PanoMaskSelectorPlugin/vertexShader.js +10 -0
  117. package/plugins/PanoRulerPlugin/data/roomInfo.js +2 -0
  118. package/plugins/PanoRulerPlugin/data/roomRules.js +2 -0
  119. package/plugins/PanoRulerPlugin/index.js +68 -20
  120. package/plugins/PanoRulerPlugin/typings.js +2 -0
  121. package/plugins/PanoTVVideoPlugin/index.d.ts +2 -0
  122. package/plugins/PanoTVVideoPlugin/index.js +108 -26
  123. package/plugins/TreasurePlugin/Controller.js +58 -52
  124. package/plugins/TreasurePlugin/TreasureFaceAnime.js +36 -21
  125. package/plugins/TreasurePlugin/TreasureObject.js +60 -56
  126. package/plugins/TreasurePlugin/TreasureOpenAnime.js +38 -19
  127. package/plugins/TreasurePlugin/constants.js +2 -0
  128. package/plugins/TreasurePlugin/index.js +2 -0
  129. package/plugins/TreasurePlugin/typings.js +2 -0
  130. package/plugins/floorplan/Assets/floorplanExtraObject.js +2 -0
  131. package/plugins/floorplan/ModelFloorplanPlugin/Controller.js +71 -88
  132. package/plugins/floorplan/ModelFloorplanPlugin/components/Camera.js +25 -5
  133. package/plugins/floorplan/ModelFloorplanPlugin/components/Compass.js +19 -4
  134. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomHighlight.js +28 -4
  135. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/RoomLabels.js +28 -5
  136. package/plugins/floorplan/ModelFloorplanPlugin/components/NowFloor/index.js +20 -6
  137. package/plugins/floorplan/ModelFloorplanPlugin/components/index.js +30 -8
  138. package/plugins/floorplan/ModelFloorplanPlugin/controller.style.js +2 -0
  139. package/plugins/floorplan/ModelFloorplanPlugin/index.js +4 -2
  140. package/plugins/floorplan/ModelFloorplanPlugin/typings/events.type.js +2 -0
  141. package/plugins/floorplan/ModelFloorplanPlugin/utils/constant.js +2 -0
  142. package/plugins/floorplan/ModelFloorplanPlugin/utils/correctFiveState.js +14 -22
  143. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.js +25 -3
  144. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/Camera.style.js +6 -2
  145. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/ExtraObjects.js +19 -3
  146. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/RoomHighlight.js +28 -4
  147. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/NowFloor/index.js +22 -6
  148. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.js +29 -19
  149. package/plugins/floorplan/PanoFloorplanRadarPlugin/Content/index.style.js +2 -0
  150. package/plugins/floorplan/PanoFloorplanRadarPlugin/Controller.js +44 -47
  151. package/plugins/floorplan/PanoFloorplanRadarPlugin/index.js +4 -2
  152. package/plugins/floorplan/TopviewFloorplanPlugin/Controller.js +50 -55
  153. package/plugins/floorplan/TopviewFloorplanPlugin/index.js +2 -0
  154. package/plugins/floorplan/TopviewFloorplanPlugin/style.js +2 -0
  155. package/plugins/floorplan/components/FloorplanImage.js +15 -1
  156. package/plugins/floorplan/typings/floorplanData.js +2 -0
  157. package/plugins/floorplan/typings/floorplanServerData.js +2 -0
  158. package/plugins/floorplan/utils/formatData.js +28 -10
  159. package/plugins/floorplan/utils/formatPosition.js +10 -8
  160. package/shared-utils/Preloader.js +6 -0
  161. package/shared-utils/Subscribe.js +36 -16
  162. package/shared-utils/animationFrame/BetterTween.js +28 -27
  163. package/shared-utils/animationFrame/calculateProgress.js +2 -0
  164. package/shared-utils/animationFrame/formatRad.js +2 -0
  165. package/shared-utils/animationFrame/index.js +12 -0
  166. package/shared-utils/animationFrame/tween.js +17 -1
  167. package/shared-utils/changeModelCanvansOpacity.js +14 -0
  168. package/shared-utils/createCanvasTextTexture.d.ts +8 -0
  169. package/shared-utils/createCanvasTextTexture.js +31 -0
  170. package/shared-utils/createFiveContainer.js +23 -17
  171. package/shared-utils/createLine/index.js +15 -1
  172. package/shared-utils/debounce.js +4 -0
  173. package/shared-utils/equal.js +15 -4
  174. package/shared-utils/filter.js +36 -2
  175. package/shared-utils/five/changeMode.js +13 -17
  176. package/shared-utils/five/useFivePlugin.js +2 -0
  177. package/shared-utils/formatRad.js +2 -0
  178. package/shared-utils/getPxmm.js +15 -1
  179. package/shared-utils/getRandomColor.js +10 -0
  180. package/shared-utils/isNil.js +2 -0
  181. package/shared-utils/isTruelyObject.js +4 -0
  182. package/shared-utils/math/evenNumber.js +2 -0
  183. package/shared-utils/math/planimetry.js +10 -0
  184. package/shared-utils/math/rad2Deg.js +2 -0
  185. package/shared-utils/nearlyEqual.js +2 -0
  186. package/shared-utils/nextFrame.js +2 -0
  187. package/shared-utils/noop.js +2 -0
  188. package/shared-utils/object3d2LocalMatrix.js +20 -14
  189. package/shared-utils/px2rem.js +10 -0
  190. package/shared-utils/tap.js +2 -0
  191. package/shared-utils/three/centerPoint.js +2 -0
  192. package/shared-utils/three/getExtraModelLoader.js +14 -0
  193. package/shared-utils/three/getNormal.js +4 -0
  194. package/shared-utils/three/getTextureLoader.js +16 -0
  195. package/shared-utils/three/loadFbxObj.js +13 -5
  196. package/shared-utils/three/loadTexture.js +13 -5
  197. package/shared-utils/three/transformPositionToVector3.js +2 -0
  198. package/shared-utils/three/transfromToMeshBasicMaterial.d.ts +2 -0
  199. package/shared-utils/three/transfromToMeshBasicMaterial.js +33 -0
  200. package/shared-utils/throttle.js +4 -0
  201. package/shared-utils/to.js +8 -4
  202. package/shared-utils/useDebounce.js +6 -0
  203. package/shared-utils/useThrottle.js +6 -0
  204. package/shared-utils/uuid.js +8 -0
  205. package/shared-utils/vectorTocoordinates.js +2 -0
  206. package/typedoc/components.js +2 -0
  207. package/typedoc/plugins.d.ts +2 -0
  208. package/typedoc/plugins.js +41 -1
  209. package/typedoc/shared-utils.js +2 -0
  210. package/typedoc/typings.js +2 -0
  211. package/typings/math.type.js +2 -0
  212. package/typings/utils.type.js +2 -0
  213. package/components/PBRView/index.d.ts +0 -14
  214. package/data/wYnRjQ4KZoV1yPoG.d.ts +0 -114
  215. package/data/wYnRjQ4KZoV1yPoG.js +0 -512
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
 
3
+ require("core-js/modules/es.object.define-property.js");
4
+
3
5
  Object.defineProperty(exports, "__esModule", {
4
6
  value: true
5
7
  });
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
 
3
+ require("core-js/modules/es.object.define-property.js");
4
+
3
5
  Object.defineProperty(exports, "__esModule", {
4
6
  value: true
5
7
  });
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
 
3
+ require("core-js/modules/es.object.define-property.js");
4
+
3
5
  Object.defineProperty(exports, "__esModule", {
4
6
  value: true
5
7
  });
@@ -1,4 +1,5 @@
1
1
  import { FloorplanServerData } from '../plugins/floorplan/typings/floorplanServerData';
2
+ import { ModelRoomLabelPluginData } from '../plugins/ModelRoomLabelPlugin/typings';
2
3
  declare const _default: {
3
4
  auto_floor_plan_checksum: string;
4
5
  auto_floor_plan_url: string;
@@ -87,3 +88,4 @@ declare const _default: {
87
88
  };
88
89
  export default _default;
89
90
  export declare const floorplanServerData: FloorplanServerData;
91
+ export declare const modelRoomLabels: ModelRoomLabelPluginData;
@@ -1,9 +1,11 @@
1
1
  "use strict";
2
2
 
3
+ require("core-js/modules/es.object.define-property.js");
4
+
3
5
  Object.defineProperty(exports, "__esModule", {
4
6
  value: true
5
7
  });
6
- exports.floorplanServerData = exports["default"] = void 0;
8
+ exports.modelRoomLabels = exports.floorplanServerData = exports["default"] = void 0;
7
9
  var _default = {
8
10
  auto_floor_plan_checksum: '3d0b8203b08a23785e6acdb8186dde70',
9
11
  auto_floor_plan_url: '',
@@ -2529,4 +2531,199 @@ var floorplanServerData = {
2529
2531
  url: 'http://vrlab-public.ljcdn.com/release/vrcustomer/outline_2_ec177b0b-ddd9-43fe-b9c1-1ac2ce11a065.png'
2530
2532
  }]
2531
2533
  };
2532
- exports.floorplanServerData = floorplanServerData;
2534
+ exports.floorplanServerData = floorplanServerData;
2535
+ var modelRoomLabels = {
2536
+ code: 200,
2537
+ data: {
2538
+ model_room_labels: [{
2539
+ id: 'u-OYiP6TkTe8hSA8',
2540
+ name: '客厅',
2541
+ position: {
2542
+ x: 1.4775,
2543
+ y: -0.7875563686250507,
2544
+ z: 6.9825
2545
+ },
2546
+ longitude: -0.730755951280623,
2547
+ floor_index: 0,
2548
+ pano_index: 14
2549
+ }, {
2550
+ id: 'u-gSJA1fkTe8J6es',
2551
+ name: '门厅',
2552
+ position: {
2553
+ x: 1.505,
2554
+ y: -0.7875563686250507,
2555
+ z: -1.7875
2556
+ },
2557
+ longitude: -1.5895326019545093,
2558
+ floor_index: 0,
2559
+ pano_index: 0
2560
+ }, {
2561
+ id: 'u-12zVUSKTe8JmL2',
2562
+ name: '卫生间A',
2563
+ position: {
2564
+ x: -0.6715,
2565
+ y: -0.7875563686250507,
2566
+ z: 2.4235
2567
+ },
2568
+ longitude: 2.858400716857332,
2569
+ floor_index: 0,
2570
+ pano_index: 8
2571
+ }, {
2572
+ id: 'u-KhmJ4PKtE8JUg3',
2573
+ name: '厨房',
2574
+ position: {
2575
+ x: 3.219,
2576
+ y: -0.7875563686250507,
2577
+ z: 1.027
2578
+ },
2579
+ longitude: -0.10613090543212096,
2580
+ floor_index: 0,
2581
+ pano_index: 3
2582
+ }, {
2583
+ id: 'u-MvmD6EkTE8k5rk',
2584
+ name: '卧室A',
2585
+ position: {
2586
+ x: 0.031147705078125,
2587
+ y: -0.7875563686250507,
2588
+ z: 12.400404541015625
2589
+ },
2590
+ longitude: 1.9061996759631914,
2591
+ floor_index: 0,
2592
+ pano_index: 16
2593
+ }, {
2594
+ id: 'u-oJFy5Mkte8kd9M',
2595
+ name: '阳台A',
2596
+ position: {
2597
+ x: 3.1525,
2598
+ y: -0.7875563686250507,
2599
+ z: 10.884
2600
+ },
2601
+ longitude: 1.4006535364833654,
2602
+ floor_index: 0,
2603
+ pano_index: 13
2604
+ }, {
2605
+ id: 'u-g4FuqwKtE8Keee',
2606
+ name: '阳台B',
2607
+ position: {
2608
+ x: -0.13,
2609
+ y: -0.7875563686250507,
2610
+ z: 15.3665
2611
+ },
2612
+ longitude: 1.5861496525046053,
2613
+ floor_index: 0,
2614
+ pano_index: 18
2615
+ }, {
2616
+ id: 'u-8U1mk8kTE8p152',
2617
+ name: '过道',
2618
+ position: {
2619
+ x: -0.45,
2620
+ y: 2.370511009717191,
2621
+ z: 7.2005
2622
+ },
2623
+ longitude: -1.863424018318805,
2624
+ floor_index: 1,
2625
+ pano_index: 43
2626
+ }, {
2627
+ id: 'u-Qt2a8lkTE8Q5Fn',
2628
+ name: '阳台C',
2629
+ position: {
2630
+ x: 2.1015,
2631
+ y: 2.370511009717191,
2632
+ z: 0.0255
2633
+ },
2634
+ longitude: -2.4006814131323395,
2635
+ floor_index: 1,
2636
+ pano_index: 38
2637
+ }, {
2638
+ id: 'u-NUjVStktE8QgQB',
2639
+ name: '卫生间C',
2640
+ position: {
2641
+ x: 1.416,
2642
+ y: 2.370511009717191,
2643
+ z: 2.906
2644
+ },
2645
+ longitude: 0.5297027973317656,
2646
+ floor_index: 1,
2647
+ pano_index: 35
2648
+ }, {
2649
+ id: 'u-k8xCaekTE8qNO7',
2650
+ name: '衣帽间',
2651
+ position: {
2652
+ x: 3.5075,
2653
+ y: 2.370511009717191,
2654
+ z: 2.906
2655
+ },
2656
+ longitude: -0.8524865527979524,
2657
+ floor_index: 1,
2658
+ pano_index: 34
2659
+ }, {
2660
+ id: 'u-HLe50ekte8QoQY',
2661
+ name: '卫生间B',
2662
+ position: {
2663
+ x: -0.596,
2664
+ y: 2.370511009717191,
2665
+ z: 2.712
2666
+ },
2667
+ longitude: 2.819075672091178,
2668
+ floor_index: 1,
2669
+ pano_index: 40
2670
+ }, {
2671
+ id: 'u-LOmp8sKtE8QwsF',
2672
+ name: '卧室C',
2673
+ position: {
2674
+ x: 0.0367342529296875,
2675
+ y: 2.370511009717191,
2676
+ z: 11.653860717773437
2677
+ },
2678
+ longitude: -2.510866315315486,
2679
+ floor_index: 1,
2680
+ pano_index: 25
2681
+ }, {
2682
+ id: 'u-v7i75MKtE8R6AJ',
2683
+ name: '卧室B',
2684
+ position: {
2685
+ x: 2.6395,
2686
+ y: 2.370511009717191,
2687
+ z: 7.4345
2688
+ },
2689
+ longitude: -1.243487718655088,
2690
+ floor_index: 1,
2691
+ pano_index: 30
2692
+ }, {
2693
+ id: 'u-GnW2cJkTE8r794',
2694
+ name: '阳台D',
2695
+ position: {
2696
+ x: 3.155,
2697
+ y: 2.370511009717191,
2698
+ z: 10.8575
2699
+ },
2700
+ longitude: -1.414575052134261,
2701
+ floor_index: 1,
2702
+ pano_index: 32
2703
+ }, {
2704
+ id: 'u-Y3Z387ktE8wXe1',
2705
+ name: '多功能间',
2706
+ position: {
2707
+ x: 0.8792567749023438,
2708
+ y: 4.9981275216157375,
2709
+ z: 5.834980285644531
2710
+ },
2711
+ longitude: 0.08800197783492275,
2712
+ floor_index: 2,
2713
+ pano_index: 50
2714
+ }, {
2715
+ id: 'u-Y7QFVlKtE8xo1W',
2716
+ name: '阳光房',
2717
+ position: {
2718
+ x: 0.0105,
2719
+ y: 4.9981275216157375,
2720
+ z: 12.1045
2721
+ },
2722
+ longitude: -2.2901714040824257,
2723
+ floor_index: 2,
2724
+ pano_index: 49
2725
+ }]
2726
+ },
2727
+ msg: ''
2728
+ }.data;
2729
+ exports.modelRoomLabels = modelRoomLabels;
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
 
3
+ require("core-js/modules/es.object.define-property.js");
4
+
3
5
  Object.defineProperty(exports, "__esModule", {
4
6
  value: true
5
7
  });
@@ -0,0 +1,53 @@
1
+ export declare const work: {
2
+ _signature: string;
3
+ allow_hosts: string[];
4
+ base_url: string;
5
+ certificate: string;
6
+ create_time: string;
7
+ expire_at: string;
8
+ initial: {
9
+ fov: number;
10
+ latitude: number;
11
+ longitude: number;
12
+ pano: number;
13
+ pano_index: number;
14
+ recordVideo: boolean;
15
+ };
16
+ model: {
17
+ file_url: string;
18
+ material_base_url: string;
19
+ material_textures: string[];
20
+ modify_time: string;
21
+ type: number;
22
+ };
23
+ observers: {
24
+ accessible_nodes: number[];
25
+ floor_index: number;
26
+ index: number;
27
+ offset_point_count: number;
28
+ position: number[];
29
+ quaternion: {
30
+ w: number;
31
+ x: number;
32
+ y: number;
33
+ z: number;
34
+ };
35
+ standing_position: number[];
36
+ visible_nodes: number[];
37
+ }[];
38
+ panorama: {
39
+ count: number;
40
+ list: {
41
+ back: string;
42
+ down: string;
43
+ front: string;
44
+ index: number;
45
+ left: string;
46
+ right: string;
47
+ up: string;
48
+ }[];
49
+ };
50
+ picture_url: string;
51
+ title_picture_url: string;
52
+ vr_type: string;
53
+ };