@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,14 +0,0 @@
1
- import * as React from 'react';
2
- export interface PBRViewPropTypes {
3
- hidden?: boolean;
4
- className?: string;
5
- }
6
- /**
7
- * 查看 **PBR**模型
8
- *
9
- * @TODO 待排期
10
- *
11
- * > RD 小哥哥 正在 加班研发中 ...
12
- */
13
- declare const PBRView: React.FC<PBRViewPropTypes>;
14
- export default PBRView;
@@ -1,114 +0,0 @@
1
- declare const _default: {
2
- basic_code: string;
3
- business_id: string;
4
- file_map: {
5
- 'all.json': boolean;
6
- 'animation.jpg': boolean;
7
- 'animation.mp4': boolean;
8
- 'before_floorplan.json': boolean;
9
- 'config.json': boolean;
10
- 'floor_animations.json': boolean;
11
- 'floorplan.json': boolean;
12
- 'frame_image.png': boolean;
13
- 'gltf_file.json': boolean;
14
- 'house_papers.json': boolean;
15
- 'initial.json': boolean;
16
- 'manifest.json': boolean;
17
- 'material_textures.json': boolean;
18
- 'model.at3d': boolean;
19
- 'model.dome': boolean;
20
- 'model.domez': boolean;
21
- 'observer_images.json': boolean;
22
- 'observers.json': boolean;
23
- 'outline_floor_plan.json': boolean;
24
- 'picture.jpg': boolean;
25
- 'trade_pro_snapshot.jpg': boolean;
26
- 'observer_images_AtHome.json': boolean;
27
- 'observer_images_Cinema.json': boolean;
28
- 'observer_images_Visitor.json': boolean;
29
- 'observer_images_Dining.json': boolean;
30
- 'observer_images_LeisureTime.json': boolean;
31
- 'observer_images_WakeUp.json': boolean;
32
- 'observer_images_Read.json': boolean;
33
- 'observer_images_Night.json': boolean;
34
- 'observer_images_General.json': boolean;
35
- };
36
- frame_code: string;
37
- house_id: string;
38
- is_ai: boolean;
39
- mode_list: string[];
40
- outer_edge_group_id: string;
41
- panorama: {
42
- list: {
43
- index: number;
44
- right: string;
45
- left: string;
46
- up: string;
47
- down: string;
48
- front: string;
49
- back: string;
50
- }[];
51
- };
52
- prefix_path: string;
53
- render_code: string;
54
- render_type: string;
55
- resolution_ratio: string;
56
- source: string;
57
- status: string;
58
- style: string;
59
- union_plan_code: string;
60
- urls: {
61
- 'animation.jpg': string;
62
- 'animation.mp4': string;
63
- frame_image: string;
64
- model: string;
65
- picture: string;
66
- };
67
- work_code: string;
68
- model: {
69
- file_url: string;
70
- material_textures: string[];
71
- };
72
- animation_file_url: string;
73
- animation_picture_url: string;
74
- picture_url: string;
75
- initial: {
76
- pano_index: number;
77
- heading: number;
78
- longitude: number;
79
- latitude: number;
80
- fov: number;
81
- flag_position: number[];
82
- pano: number;
83
- };
84
- observers: {
85
- id: number;
86
- user_id: number;
87
- work_id: number;
88
- visible_nodes: number[];
89
- accessible_nodes: number[];
90
- index: number;
91
- status: string;
92
- quaternion: {
93
- w: number;
94
- x: number;
95
- y: number;
96
- z: number;
97
- };
98
- standing_position: number[];
99
- position: number[];
100
- floor_index: number;
101
- offset_point_count: number;
102
- device_info: string;
103
- mode: string[];
104
- }[];
105
- config: never[];
106
- manifest: never[];
107
- outline_floor_plan: {
108
- url: string;
109
- index: number;
110
- checksum: string;
111
- }[];
112
- modelAsync: boolean;
113
- };
114
- export default _default;
@@ -1,512 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _default = {
8
- basic_code: 'wYnRjQ4KZoV1yPoG',
9
- business_id: '101110285223',
10
- file_map: {
11
- 'all.json': false,
12
- 'animation.jpg': true,
13
- 'animation.mp4': true,
14
- 'before_floorplan.json': false,
15
- 'config.json': true,
16
- 'floor_animations.json': false,
17
- 'floorplan.json': true,
18
- 'frame_image.png': false,
19
- 'gltf_file.json': false,
20
- 'house_papers.json': false,
21
- 'initial.json': true,
22
- 'manifest.json': true,
23
- 'material_textures.json': true,
24
- 'model.at3d': true,
25
- 'model.dome': true,
26
- 'model.domez': true,
27
- 'observer_images.json': true,
28
- 'observers.json': true,
29
- 'outline_floor_plan.json': true,
30
- 'picture.jpg': true,
31
- 'trade_pro_snapshot.jpg': false,
32
- 'observer_images_AtHome.json': true,
33
- 'observer_images_Cinema.json': true,
34
- 'observer_images_Visitor.json': true,
35
- 'observer_images_Dining.json': true,
36
- 'observer_images_LeisureTime.json': true,
37
- 'observer_images_WakeUp.json': true,
38
- 'observer_images_Read.json': true,
39
- 'observer_images_Night.json': true,
40
- 'observer_images_General.json': true
41
- },
42
- frame_code: '',
43
- house_id: '1115094553013',
44
- is_ai: true,
45
- mode_list: ['AtHome', 'Cinema', 'Visitor', 'Dining', 'LeisureTime', 'WakeUp', 'Read', 'Night', 'General'],
46
- outer_edge_group_id: '0',
47
- panorama: {
48
- list: [{
49
- index: 0,
50
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/0/0_r.jpg',
51
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/0/0_l.jpg',
52
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/0/0_u.jpg',
53
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/0/0_d.jpg',
54
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/0/0_f.jpg',
55
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/0/0_b.jpg'
56
- }, {
57
- index: 1,
58
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/1/1_r.jpg',
59
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/1/1_l.jpg',
60
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/1/1_u.jpg',
61
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/1/1_d.jpg',
62
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/1/1_f.jpg',
63
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/1/1_b.jpg'
64
- }, {
65
- index: 2,
66
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/2/2_r.jpg',
67
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/2/2_l.jpg',
68
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/2/2_u.jpg',
69
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/2/2_d.jpg',
70
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/2/2_f.jpg',
71
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/2/2_b.jpg'
72
- }, {
73
- index: 3,
74
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/3/3_r.jpg',
75
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/3/3_l.jpg',
76
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/3/3_u.jpg',
77
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/3/3_d.jpg',
78
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/3/3_f.jpg',
79
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/3/3_b.jpg'
80
- }, {
81
- index: 4,
82
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/4/4_r.jpg',
83
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/4/4_l.jpg',
84
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/4/4_u.jpg',
85
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/4/4_d.jpg',
86
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/4/4_f.jpg',
87
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/4/4_b.jpg'
88
- }, {
89
- index: 5,
90
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/5/5_r.jpg',
91
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/5/5_l.jpg',
92
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/5/5_u.jpg',
93
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/5/5_d.jpg',
94
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/5/5_f.jpg',
95
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/5/5_b.jpg'
96
- }, {
97
- index: 6,
98
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/6/6_r.jpg',
99
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/6/6_l.jpg',
100
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/6/6_u.jpg',
101
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/6/6_d.jpg',
102
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/6/6_f.jpg',
103
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/6/6_b.jpg'
104
- }, {
105
- index: 7,
106
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/7/7_r.jpg',
107
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/7/7_l.jpg',
108
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/7/7_u.jpg',
109
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/7/7_d.jpg',
110
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/7/7_f.jpg',
111
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/7/7_b.jpg'
112
- }, {
113
- index: 8,
114
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/8/8_r.jpg',
115
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/8/8_l.jpg',
116
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/8/8_u.jpg',
117
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/8/8_d.jpg',
118
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/8/8_f.jpg',
119
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/8/8_b.jpg'
120
- }, {
121
- index: 9,
122
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/9/9_r.jpg',
123
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/9/9_l.jpg',
124
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/9/9_u.jpg',
125
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/9/9_d.jpg',
126
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/9/9_f.jpg',
127
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/9/9_b.jpg'
128
- }, {
129
- index: 10,
130
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/10/10_r.jpg',
131
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/10/10_l.jpg',
132
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/10/10_u.jpg',
133
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/10/10_d.jpg',
134
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/10/10_f.jpg',
135
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/10/10_b.jpg'
136
- }, {
137
- index: 11,
138
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/11/11_r.jpg',
139
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/11/11_l.jpg',
140
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/11/11_u.jpg',
141
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/11/11_d.jpg',
142
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/11/11_f.jpg',
143
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/11/11_b.jpg'
144
- }, {
145
- index: 12,
146
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/12/12_r.jpg',
147
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/12/12_l.jpg',
148
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/12/12_u.jpg',
149
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/12/12_d.jpg',
150
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/12/12_f.jpg',
151
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/12/12_b.jpg'
152
- }, {
153
- index: 13,
154
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/13/13_r.jpg',
155
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/13/13_l.jpg',
156
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/13/13_u.jpg',
157
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/13/13_d.jpg',
158
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/13/13_f.jpg',
159
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/13/13_b.jpg'
160
- }, {
161
- index: 14,
162
- right: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/14/14_r.jpg',
163
- left: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/14/14_l.jpg',
164
- up: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/14/14_u.jpg',
165
- down: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/14/14_d.jpg',
166
- front: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/14/14_f.jpg',
167
- back: 'https://vrlab-public.ljcdn.com/release/ue4/76f50e6f64312b468d72cd07dd187525/ue4_result/14/14_b.jpg'
168
- }]
169
- },
170
- prefix_path: 'https://vrlab-image4.ljcdn.com/vrframework/release/ue4_decoration_plan/RwjrWOBLqFaNx0Eo/vrproc-ue4/render/',
171
- render_code: 'Qd2OkKgQevawYVob',
172
- render_type: 'WHOLE_ROAMING',
173
- resolution_ratio: '',
174
- source: 'AIOT',
175
- status: 'RENDER_DONE',
176
- style: '轻奢',
177
- union_plan_code: 'RwjrWOBLqFaNx0Eo',
178
- urls: {
179
- 'animation.jpg': 'https://vrlab-image3.ljcdn.com/vrframework/release/ue4_decoration_plan/RwjrWOBLqFaNx0Eo/vrproc-ue4/render/animation.jpg?imageMogr2/thumbnail/400x',
180
- 'animation.mp4': 'https://vrlab-image4.ljcdn.com/vrframework/release/ue4_decoration_plan/RwjrWOBLqFaNx0Eo/vrproc-ue4/render/animation.mp4',
181
- frame_image: '',
182
- model: 'https://vrlab-image4.ljcdn.com/vrframework/release/ue4_decoration_plan/RwjrWOBLqFaNx0Eo/vrproc-ue4/render/model.at3d',
183
- picture: 'https://vrlab-image3.ljcdn.com/vrframework/release/ue4_decoration_plan/RwjrWOBLqFaNx0Eo/vrproc-ue4/render/picture.jpg?imageMogr2/thumbnail/400x'
184
- },
185
- work_code: '6gyq3v1verxD7JO1',
186
- model: {
187
- file_url: 'https://vrlab-image4.ljcdn.com/vrframework/release/ue4_decoration_plan/RwjrWOBLqFaNx0Eo/vrproc-ue4/render/model.at3d?v=2',
188
- material_textures: ['https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_0.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_1.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_2.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_3.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_4.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_5.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_6.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_7.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_8.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_9.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_10.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_11.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_12.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_13.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_14.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_15.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_16.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_17.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_18.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_19.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_20.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_21.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_22.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_23.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_24.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_25.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_26.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_27.jpg', 'https://vrlab-public.ljcdn.com/release/ue4/6be137416ce458fae0b7463b1ca01a79/at3d_results/texture_28.jpg']
189
- },
190
- animation_file_url: 'https://vrlab-image4.ljcdn.com/vrframework/release/ue4_decoration_plan/RwjrWOBLqFaNx0Eo/vrproc-ue4/render/animation.mp4',
191
- animation_picture_url: 'https://vrlab-image3.ljcdn.com/vrframework/release/ue4_decoration_plan/RwjrWOBLqFaNx0Eo/vrproc-ue4/render/animation.jpg?imageMogr2/thumbnail/400x',
192
- picture_url: 'https://vrlab-image3.ljcdn.com/vrframework/release/ue4_decoration_plan/RwjrWOBLqFaNx0Eo/vrproc-ue4/render/picture.jpg?imageMogr2/thumbnail/400x',
193
- initial: {
194
- pano_index: 4,
195
- heading: 0,
196
- longitude: 2.6886982469083023,
197
- latitude: 0,
198
- fov: 95,
199
- flag_position: [-0.26989970058202745, -1.1157774957768274, 1.363670015335083],
200
- pano: 4
201
- },
202
- observers: [{
203
- id: 78593797,
204
- user_id: 1000000020351811,
205
- work_id: 9667795,
206
- visible_nodes: [1, 2, 4, 7, 8, 9],
207
- accessible_nodes: [1, 2, 4, 7, 8, 9],
208
- index: 0,
209
- status: '1',
210
- quaternion: {
211
- w: 0.7071067811865475,
212
- x: 0,
213
- y: 0.7071067811865475,
214
- z: 0
215
- },
216
- standing_position: [0.0034323600120842457, 0.01667310854732107, -0.5725619792938232],
217
- position: [0.0034323600120842457, 1.1319806259496712, -0.5725619792938232],
218
- floor_index: 0,
219
- offset_point_count: 0,
220
- device_info: '',
221
- mode: ['AtHome', 'Cinema', 'Visitor', 'Normal']
222
- }, {
223
- id: 78593798,
224
- user_id: 1000000020351811,
225
- work_id: 9667795,
226
- visible_nodes: [0, 4, 7, 8, 9],
227
- accessible_nodes: [0, 4, 7, 8, 9],
228
- index: 1,
229
- status: '1',
230
- quaternion: {
231
- w: 0.7071067811865475,
232
- x: 0,
233
- y: 0.7071067811865475,
234
- z: 0
235
- },
236
- standing_position: [-0.06989970058202744, 0.0194321601151477, 1.213670015335083],
237
- position: [-0.06989970058202744, 1.1285454957185888, 1.213670015335083],
238
- floor_index: 0,
239
- offset_point_count: 0,
240
- device_info: '',
241
- mode: ['AtHome', 'Cinema', 'Visitor', 'Normal']
242
- }, {
243
- id: 78593799,
244
- user_id: 1000000020351811,
245
- work_id: 9667795,
246
- visible_nodes: [0, 3],
247
- accessible_nodes: [0, 3],
248
- index: 2,
249
- status: '1',
250
- quaternion: {
251
- w: 0.7071067811865475,
252
- x: 0,
253
- y: 0.7071067811865475,
254
- z: 0
255
- },
256
- standing_position: [1.372380018234253, 0.014108672738317507, -0.5365539789199829],
257
- position: [1.372380018234253, 1.129803825672587, -0.5365539789199829],
258
- floor_index: 0,
259
- offset_point_count: 0,
260
- device_info: '',
261
- mode: ['WakeUp', 'Read', 'Night', 'General', 'Normal']
262
- }, {
263
- id: 78593800,
264
- user_id: 1000000020351811,
265
- work_id: 9667795,
266
- visible_nodes: [2, 4],
267
- accessible_nodes: [2, 4],
268
- index: 3,
269
- status: '1',
270
- quaternion: {
271
- w: 0.7071067811865475,
272
- x: 0,
273
- y: 0.7071067811865475,
274
- z: 0
275
- },
276
- standing_position: [1.7993500232696533, 0.006255558625213764, 0.9100480079650879],
277
- position: [1.7993500232696533, 1.124309556130191, 0.9100480079650879],
278
- floor_index: 0,
279
- offset_point_count: 0,
280
- device_info: '',
281
- mode: ['WakeUp', 'Read', 'Night', 'General', 'Normal']
282
- }, {
283
- id: 78593801,
284
- user_id: 1000000020351811,
285
- work_id: 9667795,
286
- visible_nodes: [0, 1, 3, 5, 6, 7, 8, 9],
287
- accessible_nodes: [0, 1, 3, 5, 6, 7, 8, 9],
288
- index: 4,
289
- status: '1',
290
- quaternion: {
291
- w: 0.7071067811865475,
292
- x: 0,
293
- y: 0.7071067811865475,
294
- z: 0
295
- },
296
- standing_position: [0.40468600392341614, 0.016726853978551448, -1.8687100410461426],
297
- position: [0.40468600392341614, 1.131405025990551, -1.8687100410461426],
298
- floor_index: 0,
299
- offset_point_count: 0,
300
- device_info: '',
301
- mode: ['AtHome', 'Cinema', 'Visitor', 'Normal']
302
- }, {
303
- id: 78593802,
304
- user_id: 1000000020351811,
305
- work_id: 9667795,
306
- visible_nodes: [4, 6],
307
- accessible_nodes: [4, 6],
308
- index: 5,
309
- status: '1',
310
- quaternion: {
311
- w: 0.7071067811865475,
312
- x: 0,
313
- y: 0.7071067811865475,
314
- z: 0
315
- },
316
- standing_position: [1.4843100309371948, 0.012978018923400336, -1.9300600290298462],
317
- position: [1.4843100309371948, 1.1300533856636488, -1.9300600290298462],
318
- floor_index: 0,
319
- offset_point_count: 0,
320
- device_info: '',
321
- mode: ['Normal']
322
- }, {
323
- id: 78593803,
324
- user_id: 1000000020351811,
325
- work_id: 9667795,
326
- visible_nodes: [4, 5],
327
- accessible_nodes: [4, 5],
328
- index: 6,
329
- status: '1',
330
- quaternion: {
331
- w: 0.7071067811865475,
332
- x: 0,
333
- y: 0.7071067811865475,
334
- z: 0
335
- },
336
- standing_position: [2.66828989982605, 0.006247661337162258, -1.8861700296401978],
337
- position: [2.66828989982605, 1.1283992757460677, -1.8861700296401978],
338
- floor_index: 0,
339
- offset_point_count: 0,
340
- device_info: '',
341
- mode: ['Normal']
342
- }, {
343
- id: 78593804,
344
- user_id: 1000000020351811,
345
- work_id: 9667795,
346
- visible_nodes: [0, 1, 4, 8, 9, 10],
347
- accessible_nodes: [0, 1, 4, 8, 9, 10],
348
- index: 7,
349
- status: '1',
350
- quaternion: {
351
- w: 0.7071067811865475,
352
- x: 0,
353
- y: 0.7071067811865475,
354
- z: 0
355
- },
356
- standing_position: [0.3868210017681122, 0.013287788466405992, -3.025170087814331],
357
- position: [0.3868210017681122, 1.1285475860721075, -3.025170087814331],
358
- floor_index: 0,
359
- offset_point_count: 0,
360
- device_info: '',
361
- mode: ['Normal']
362
- }, {
363
- id: 78593805,
364
- user_id: 1000000020351811,
365
- work_id: 9667795,
366
- visible_nodes: [0, 1, 4, 7, 9, 10, 11, 12, 13, 14],
367
- accessible_nodes: [0, 1, 4, 7, 9, 10, 11, 12, 13, 14],
368
- index: 8,
369
- status: '1',
370
- quaternion: {
371
- w: 0.7071067811865475,
372
- x: 0,
373
- y: 0.7071067811865475,
374
- z: 0
375
- },
376
- standing_position: [0.40371599793434143, 0.0051933232264831375, -3.8192501068115234],
377
- position: [0.40371599793434143, 1.1273036762511932, -3.8192501068115234],
378
- floor_index: 0,
379
- offset_point_count: 0,
380
- device_info: '',
381
- mode: ['Normal']
382
- }, {
383
- id: 78593806,
384
- user_id: 1000000020351811,
385
- work_id: 9667795,
386
- visible_nodes: [0, 1, 4, 7, 8],
387
- accessible_nodes: [0, 1, 4, 7, 8],
388
- index: 9,
389
- status: '1',
390
- quaternion: {
391
- w: 0.7071067811865475,
392
- x: 0,
393
- y: 0.7071067811865475,
394
- z: 0
395
- },
396
- standing_position: [0.5691230297088623, 0.006180573220018859, -5.296410083770752],
397
- position: [0.5691230297088623, 1.1276020058801972, -5.296410083770752],
398
- floor_index: 0,
399
- offset_point_count: 0,
400
- device_info: '',
401
- mode: ['Normal']
402
- }, {
403
- id: 78593807,
404
- user_id: 1000000020351811,
405
- work_id: 9667795,
406
- visible_nodes: [7, 8, 11, 12, 13, 14],
407
- accessible_nodes: [7, 8, 11, 12, 13, 14],
408
- index: 10,
409
- status: '1',
410
- quaternion: {
411
- w: 0.7071067811865475,
412
- x: 0,
413
- y: 0.7071067811865475,
414
- z: 0
415
- },
416
- standing_position: [1.6362199783325195, 0.00282378291810903, -3.7374799251556396],
417
- position: [1.6362199783325195, 1.1217469559422337, -3.7374799251556396],
418
- floor_index: 0,
419
- offset_point_count: 0,
420
- device_info: '',
421
- mode: ['WakeUp', 'Read', 'Night', 'General', 'Normal']
422
- }, {
423
- id: 78593808,
424
- user_id: 1000000020351811,
425
- work_id: 9667795,
426
- visible_nodes: [8, 10, 12, 13, 14],
427
- accessible_nodes: [8, 10, 12, 13, 14],
428
- index: 11,
429
- status: '1',
430
- quaternion: {
431
- w: 0.7071067811865475,
432
- x: 0,
433
- y: 0.7071067811865475,
434
- z: 0
435
- },
436
- standing_position: [2.730720043182373, 0.0005335754115241009, -3.7751400470733643],
437
- position: [2.730720043182373, 1.1187375565430724, -3.7751400470733643],
438
- floor_index: 0,
439
- offset_point_count: 0,
440
- device_info: '',
441
- mode: ['WakeUp', 'Read', 'Night', 'General', 'Normal']
442
- }, {
443
- id: 78593809,
444
- user_id: 1000000020351811,
445
- work_id: 9667795,
446
- visible_nodes: [8, 10, 11, 13, 14],
447
- accessible_nodes: [8, 10, 11, 13, 14],
448
- index: 12,
449
- status: '1',
450
- quaternion: {
451
- w: 0.7071067811865475,
452
- x: 0,
453
- y: 0.7071067811865475,
454
- z: 0
455
- },
456
- standing_position: [3.8385798931121826, 0, -3.8901898860931396],
457
- position: [3.8385798931121826, 1.1142719560674035, -3.8901898860931396],
458
- floor_index: 0,
459
- offset_point_count: 0,
460
- device_info: '',
461
- mode: ['WakeUp', 'Read', 'Night', 'General', 'Normal']
462
- }, {
463
- id: 78593810,
464
- user_id: 1000000020351811,
465
- work_id: 9667795,
466
- visible_nodes: [8, 10, 11, 12, 14],
467
- accessible_nodes: [8, 10, 11, 12, 14],
468
- index: 13,
469
- status: '1',
470
- quaternion: {
471
- w: 0.7071067811865475,
472
- x: 0,
473
- y: 0.7071067811865475,
474
- z: 0
475
- },
476
- standing_position: [-0.5569639801979065, 0.006562921352944562, -3.938230037689209],
477
- position: [-0.5569639801979065, 1.122975656334182, -3.938230037689209],
478
- floor_index: 0,
479
- offset_point_count: 0,
480
- device_info: '',
481
- mode: ['Normal']
482
- }, {
483
- id: 78593811,
484
- user_id: 1000000020351811,
485
- work_id: 9667795,
486
- visible_nodes: [8, 10, 11, 12, 13],
487
- accessible_nodes: [8, 10, 11, 12, 13],
488
- index: 14,
489
- status: '1',
490
- quaternion: {
491
- w: 0.7071067811865475,
492
- x: 0,
493
- y: 0.7071067811865475,
494
- z: 0
495
- },
496
- standing_position: [-1.185539960861206, 0.00656000223995945, -4.057919979095459],
497
- position: [-1.185539960861206, 1.1236250554582679, -4.057919979095459],
498
- floor_index: 0,
499
- offset_point_count: 0,
500
- device_info: '',
501
- mode: ['Normal']
502
- }],
503
- config: [],
504
- manifest: [],
505
- outline_floor_plan: [{
506
- url: 'https://vrlab-public.ljcdn.com/release/vrlab/outlinefloorplan/basic_21495899.jpg',
507
- index: 0,
508
- checksum: '3a5d3ee6831006663790089efc666cb7'
509
- }],
510
- modelAsync: false
511
- };
512
- exports["default"] = _default;