@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
@@ -0,0 +1,350 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.work = void 0;
9
+ var work = {
10
+ _signature: 'JVy2LCePuKHRZPj7cSWQDxxlWP3Y5rkP428MP8QPgOYDUTCwIf+uzypbaqe+8iG2ccgn12Gi4ODaicrI3Ee4ZkKj5Qkjeq1IoESCfaREtgV2s77xTIU4LeWMpPbq2XkCPOBNCrDEbkteTI4417p2zDcw2mkiS4anIHMmm+iLKxQ=',
11
+ allow_hosts: ['*'],
12
+ base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/9380ce27b46cbc5ba8d47fcf0e4c9e4f/',
13
+ certificate: '-----BEGIN CERTIFICATE-----\nMIIEMzCCAhsCCQDYAS/7ATZRmTANBgkqhkiG9w0BAQsFADCBkzELMAkGA1UEBhMC\nQ04xEDAOBgNVBAgMB0JlaWppbmcxEDAOBgNVBAcMB0JlaWppbmcxFDASBgNVBAoM\nC2xpYW5qaWEuY29tMRAwDgYDVQQLDAdSZWFsc2VlMREwDwYDVQQDDAhIYXJkd2Fy\nZTElMCMGCSqGSIb3DQEJARYWbml1aGFpcWluZ0BsaWFuamlhLmNvbTAeFw0yMTA5\nMTAwNTIwMDBaFw0zMTA5MDgwNTIwMDBaMIGmMQswCQYDVQQGEwJDTjEQMA4GA1UE\nCAwHQmVpSmluZzEQMA4GA1UEBwwHQmVpSmluZzEQMA4GA1UECgwHUmVhbHNlZTEZ\nMBcGA1UECwwQUmVhbHNlZUFwcEdldHdheTEgMB4GA1UEAwwXYXBwLWdhdGV3YXku\ncmVhbHNlZS5jb20xJDAiBgkqhkiG9w0BCQEWFWRldmVsb3BlckByZWFsc2VlLmNv\nbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuv/y3Ezsy/wh3LCA8vomPbgI\nSO9iO5kyR+oAetklD+epMU6J/ZbvTDEomZxuS5iyyKGBupzAh2ZFLIy7tsE71Vx1\nIIvT7Kdyq66lMU4YzdrpKUcxv7oOQnO8DA1orKluNa4jkyXBywHKs/Q+20LVc+RD\ngKXqFGJUdo8mAxEScs0CAwEAATANBgkqhkiG9w0BAQsFAAOCAgEAkMxsU4VLPd4J\n0rElBNBIyqPtvnlTs6VkhIK0l4oM58wtDKc1uG9UPSX5j29NguZM6LOe0jCsU2Vg\nEpUseMWQjx4o2yBg7MokQyjWc1zu6PppKhQ+RqHQy/biJ2zsIMpX3oMASXffvnW5\nn4Bjyo1JdDJiLm1fLvLlVVxQoraJD+rtpqWDEYixGVREUo5OIL5Y5dVjkHG2r9RQ\nQuu3yEiyr9gAW8yhz3YR6/sJ6boyGK8NC0v8Jih7NnCdT+9ML+3jn3P5F3TeXdSf\nVeYIm5oWAOTe3AjjKP8ARMb2RYACjg80/AcowD/dvRRjbwQmyucUNug2pXJynXpD\nNfx1IBmUmzSAT1Z5yNuY/f3VRBJvmIQ6Jpmef+g0/wUJpyS4SObguItyYlFPLqRH\nK1oKqNX/uV0GWWEQl6Lml986TzlHxc4ljtHBhjzlKYIYYZLWWipk4JiB8hxJcTK+\ncrgvclEQSxFlmAyoqxYFClrOOsPqZJdBhDTvoUWnnWuJLQt7DLHpyInp+S75Gg3o\n0zgHpt9m26B3YbjQGYMQlYmhl2VLQa+Ey0W8UZQXLcTvoRT4p+8crqr6cNNsxCyZ\nm08vBbEMIMvhBeLQvpM75oaMBmelegipFl2eelxVIHdGJWoyJSZQUdXN0uSidhZp\nI7AIgzhqK1Ku/IXK0OSXJonn+/9X/VI=\n-----END CERTIFICATE-----',
14
+ create_time: '2020-07-29T15:18:06+08:00',
15
+ expire_at: '1955506179872',
16
+ initial: {
17
+ flag_position: [-1.8683282713225706, -1.1184803014502747, -2.536637882840082],
18
+ fov: 95,
19
+ heading: 0,
20
+ latitude: 0,
21
+ longitude: 5.58602282229265,
22
+ pano: 4,
23
+ pano_index: 4
24
+ },
25
+ model: {
26
+ file_url: 'model/auto3d-syVb5hzy8ZL1gZut_VvGDo.at3d',
27
+ material_base_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/9380ce27b46cbc5ba8d47fcf0e4c9e4f/materials/',
28
+ material_textures: ['texture_0.jpg', 'texture_1.jpg', 'texture_2.jpg', 'texture_3.jpg', 'texture_4.jpg', 'texture_5.jpg', 'texture_6.jpg', 'texture_7.jpg', 'texture_8.jpg'],
29
+ modify_time: '2020-07-29T15:37:17+08:00',
30
+ type: 0
31
+ },
32
+ observers: [{
33
+ accessible_nodes: [1, 2, 3, 4, 6, 7, 8],
34
+ floor_index: 0,
35
+ index: 0,
36
+ offset_point_count: 551,
37
+ position: [-2.9148900508880615, 0, 1.392490029335022],
38
+ quaternion: {
39
+ w: 0.44238951628615497,
40
+ x: -0.0011834399273419546,
41
+ y: -0.8968221073969266,
42
+ z: -0.00045692663054024737
43
+ },
44
+ standing_position: [-2.9148900508880615, -1.1193245547539874, 1.392490029335022],
45
+ visible_nodes: [1, 2, 3, 4, 6, 7, 8]
46
+ }, {
47
+ accessible_nodes: [0, 2, 3, 4],
48
+ floor_index: 0,
49
+ index: 1,
50
+ offset_point_count: 1382,
51
+ position: [-1.780460000038147, -0.00217098998837173, 4.450079917907715],
52
+ quaternion: {
53
+ w: 0.46776604948048534,
54
+ x: -0.0011699393533674196,
55
+ y: -0.883851410579187,
56
+ z: -0.000490464139922521
57
+ },
58
+ standing_position: [-1.780460000038147, -1.1214462854241507, 4.450079917907715],
59
+ visible_nodes: [0, 2, 3, 4]
60
+ }, {
61
+ accessible_nodes: [0, 1, 3, 4],
62
+ floor_index: 0,
63
+ index: 2,
64
+ offset_point_count: 378,
65
+ position: [-1.3428200483322144, -0.0028426700737327337, 6.358610153198242],
66
+ quaternion: {
67
+ w: 0.6069850728938949,
68
+ x: -0.001073151580086956,
69
+ y: -0.7947122170838032,
70
+ z: -0.0006765059598702671
71
+ },
72
+ standing_position: [-1.3428200483322144, -1.1225737228916606, 6.358610153198242],
73
+ visible_nodes: [0, 1, 3, 4]
74
+ }, {
75
+ accessible_nodes: [0, 1, 2, 4, 6, 7, 8],
76
+ floor_index: 0,
77
+ index: 3,
78
+ offset_point_count: 0,
79
+ position: [-2.554189920425415, -0.005082080140709877, 6.343259811401367],
80
+ quaternion: {
81
+ w: -0.030997155509175898,
82
+ x: -0.0033666821765646494,
83
+ y: -0.9994984128781037,
84
+ z: -0.005546881036692224
85
+ },
86
+ standing_position: [-2.554189920425415, -1.1224907918710612, 6.343259811401367],
87
+ visible_nodes: [0, 1, 2, 4, 6, 7, 8]
88
+ }, {
89
+ accessible_nodes: [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11],
90
+ floor_index: 0,
91
+ index: 4,
92
+ offset_point_count: 941,
93
+ position: [-2.91471004486084, -0.0003035110130440444, 0.06049229949712753],
94
+ quaternion: {
95
+ w: 0.0513025987418296,
96
+ x: -0.0012676475973127641,
97
+ y: -0.9986823460816978,
98
+ z: 0.00004879134915086605
99
+ },
100
+ standing_position: [-2.91471004486084, -1.1184803014502747, 0.06049229949712753],
101
+ visible_nodes: [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11]
102
+ }, {
103
+ accessible_nodes: [4, 6, 9, 10],
104
+ floor_index: 0,
105
+ index: 5,
106
+ offset_point_count: 863,
107
+ position: [-1.0017000436782837, -0.005517140030860901, -1.6075899600982666],
108
+ quaternion: {
109
+ w: -0.0344319061946854,
110
+ x: -0.001258810265919515,
111
+ y: -0.9994062434209862,
112
+ z: 0.0001571970577815824
113
+ },
114
+ standing_position: [-1.0017000436782837, -1.1178040247150276, -1.6075899600982666],
115
+ visible_nodes: [4, 6, 9, 10]
116
+ }, {
117
+ accessible_nodes: [0, 3, 4, 5, 7, 8],
118
+ floor_index: 0,
119
+ index: 6,
120
+ offset_point_count: 1322,
121
+ position: [-2.846139907836914, -0.001211759983561933, -3.169840097427368],
122
+ quaternion: {
123
+ w: 0.32066123052403445,
124
+ x: -0.0012332355032137405,
125
+ y: -0.9471930957831524,
126
+ z: -0.00029739399948980815
127
+ },
128
+ standing_position: [-2.846139907836914, -1.1164889512469, -3.169840097427368],
129
+ visible_nodes: [0, 3, 4, 5, 7, 8]
130
+ }, {
131
+ accessible_nodes: [0, 3, 4, 6, 8],
132
+ floor_index: 0,
133
+ index: 7,
134
+ offset_point_count: 2356,
135
+ position: [-3.0448501110076904, -0.0010134399635717273, -4.505109786987305],
136
+ quaternion: {
137
+ w: 0.49087982982843503,
138
+ x: -0.001156616652291604,
139
+ y: -0.8712263733357108,
140
+ z: -0.0005211039435373182
141
+ },
142
+ standing_position: [-3.0448501110076904, -1.11562920091362, -4.505109786987305],
143
+ visible_nodes: [0, 3, 4, 6, 8]
144
+ }, {
145
+ accessible_nodes: [0, 3, 4, 6, 7],
146
+ floor_index: 0,
147
+ index: 8,
148
+ offset_point_count: 234,
149
+ position: [-2.9152801036834717, -0.01438829954713583, -6.370659828186035],
150
+ quaternion: {
151
+ w: -0.30469427695314993,
152
+ x: 0.0033588028429806095,
153
+ y: -0.952412964681632,
154
+ z: -0.007724194714338225
155
+ },
156
+ standing_position: [-2.9152801036834717, -1.1144715989725875, -6.370659828186035],
157
+ visible_nodes: [0, 3, 4, 6, 7]
158
+ }, {
159
+ accessible_nodes: [4, 5, 10, 11, 12, 13],
160
+ floor_index: 0,
161
+ index: 9,
162
+ offset_point_count: 4886,
163
+ position: [-4.0423102378845215, 0.003333129920065403, -0.03953389823436737],
164
+ quaternion: {
165
+ w: -0.18957592794754674,
166
+ x: 0.010895134657991246,
167
+ y: -0.9818002618819436,
168
+ z: -0.0032427031038127978
169
+ },
170
+ standing_position: [-4.0423102378845215, -1.118231507556375, -0.03953389823436737],
171
+ visible_nodes: [4, 5, 10, 11, 12, 13]
172
+ }, {
173
+ accessible_nodes: [4, 5, 9, 11],
174
+ floor_index: 0,
175
+ index: 10,
176
+ offset_point_count: 1773,
177
+ position: [-4.850550174713135, 0.004613489843904972, 0.1713390052318573],
178
+ quaternion: {
179
+ w: 0.12768161943121548,
180
+ x: -0.0012676586552423492,
181
+ y: -0.9918143930048722,
182
+ z: -0.00004849317962342722
183
+ },
184
+ standing_position: [-4.850550174713135, -1.1182253683511887, 0.1713390052318573],
185
+ visible_nodes: [4, 5, 9, 11]
186
+ }, {
187
+ accessible_nodes: [4, 9, 10],
188
+ floor_index: 0,
189
+ index: 11,
190
+ offset_point_count: 654,
191
+ position: [-5.53085994720459, -0.013371099717915058, -0.143778994679451],
192
+ quaternion: {
193
+ w: -0.0030183054753861976,
194
+ x: -0.00047414000140664293,
195
+ y: -0.9999897553992034,
196
+ z: -0.0033406236879980804
197
+ },
198
+ standing_position: [-5.53085994720459, -1.1179010210789888, -0.143778994679451],
199
+ visible_nodes: [4, 9, 10]
200
+ }, {
201
+ accessible_nodes: [9, 13],
202
+ floor_index: 0,
203
+ index: 12,
204
+ offset_point_count: 1237,
205
+ position: [-4.178860187530518, -0.013643399812281132, 1.3469799757003784],
206
+ quaternion: {
207
+ w: 0.06683888675991313,
208
+ x: -0.0047767000805582485,
209
+ y: -0.9977055393311836,
210
+ z: -0.00966420424898995
211
+ },
212
+ standing_position: [-4.178860187530518, -1.1190794461899993, 1.3469799757003784],
213
+ visible_nodes: [9, 13]
214
+ }, {
215
+ accessible_nodes: [9, 12],
216
+ floor_index: 0,
217
+ index: 13,
218
+ offset_point_count: 466,
219
+ position: [-4.963950157165527, -0.005961719900369644, 3.710700035095215],
220
+ quaternion: {
221
+ w: -0.19462188396064967,
222
+ x: 0.004454742146828046,
223
+ y: -0.9807853643462634,
224
+ z: -0.012749200565824454
225
+ },
226
+ standing_position: [-4.963950157165527, -1.12043610464341, 3.710700035095215],
227
+ visible_nodes: [9, 12]
228
+ }],
229
+ panorama: {
230
+ count: 14,
231
+ list: [{
232
+ back: 'images/cube_2048/0/9bf403506f2bc22eea0a81cdb09a8e22/0_b.jpg',
233
+ down: 'images/cube_2048/0/9bf403506f2bc22eea0a81cdb09a8e22/0_d.jpg',
234
+ front: 'images/cube_2048/0/9bf403506f2bc22eea0a81cdb09a8e22/0_f.jpg',
235
+ index: 0,
236
+ left: 'images/cube_2048/0/9bf403506f2bc22eea0a81cdb09a8e22/0_l.jpg',
237
+ right: 'images/cube_2048/0/9bf403506f2bc22eea0a81cdb09a8e22/0_r.jpg',
238
+ up: 'images/cube_2048/0/9bf403506f2bc22eea0a81cdb09a8e22/0_u.jpg'
239
+ }, {
240
+ back: 'images/cube_2048/1/cb8db51bc30afdd40cf6e4f3f7341c40/1_b.jpg',
241
+ down: 'images/cube_2048/1/cb8db51bc30afdd40cf6e4f3f7341c40/1_d.jpg',
242
+ front: 'images/cube_2048/1/cb8db51bc30afdd40cf6e4f3f7341c40/1_f.jpg',
243
+ index: 1,
244
+ left: 'images/cube_2048/1/cb8db51bc30afdd40cf6e4f3f7341c40/1_l.jpg',
245
+ right: 'images/cube_2048/1/cb8db51bc30afdd40cf6e4f3f7341c40/1_r.jpg',
246
+ up: 'images/cube_2048/1/cb8db51bc30afdd40cf6e4f3f7341c40/1_u.jpg'
247
+ }, {
248
+ back: 'images/cube_2048/2/67cdadb9caa0f844f56fee0aac7bb56d/2_b.jpg',
249
+ down: 'images/cube_2048/2/67cdadb9caa0f844f56fee0aac7bb56d/2_d.jpg',
250
+ front: 'images/cube_2048/2/67cdadb9caa0f844f56fee0aac7bb56d/2_f.jpg',
251
+ index: 2,
252
+ left: 'images/cube_2048/2/67cdadb9caa0f844f56fee0aac7bb56d/2_l.jpg',
253
+ right: 'images/cube_2048/2/67cdadb9caa0f844f56fee0aac7bb56d/2_r.jpg',
254
+ up: 'images/cube_2048/2/67cdadb9caa0f844f56fee0aac7bb56d/2_u.jpg'
255
+ }, {
256
+ back: 'images/cube_2048/3/791c38edaf6bbcc16e19682543745e9b/3_b.jpg',
257
+ down: 'images/cube_2048/3/791c38edaf6bbcc16e19682543745e9b/3_d.jpg',
258
+ front: 'images/cube_2048/3/791c38edaf6bbcc16e19682543745e9b/3_f.jpg',
259
+ index: 3,
260
+ left: 'images/cube_2048/3/791c38edaf6bbcc16e19682543745e9b/3_l.jpg',
261
+ right: 'images/cube_2048/3/791c38edaf6bbcc16e19682543745e9b/3_r.jpg',
262
+ up: 'images/cube_2048/3/791c38edaf6bbcc16e19682543745e9b/3_u.jpg'
263
+ }, {
264
+ back: 'images/cube_2048/4/ee318d536c51ef3de38c4aa059d65ef0/4_b.jpg',
265
+ down: 'images/cube_2048/4/ee318d536c51ef3de38c4aa059d65ef0/4_d.jpg',
266
+ front: 'images/cube_2048/4/ee318d536c51ef3de38c4aa059d65ef0/4_f.jpg',
267
+ index: 4,
268
+ left: 'images/cube_2048/4/ee318d536c51ef3de38c4aa059d65ef0/4_l.jpg',
269
+ right: 'images/cube_2048/4/ee318d536c51ef3de38c4aa059d65ef0/4_r.jpg',
270
+ up: 'images/cube_2048/4/ee318d536c51ef3de38c4aa059d65ef0/4_u.jpg'
271
+ }, {
272
+ back: 'images/cube_2048/5/b19d98dc23ec04d86df755dd1a15fdb3/5_b.jpg',
273
+ down: 'images/cube_2048/5/b19d98dc23ec04d86df755dd1a15fdb3/5_d.jpg',
274
+ front: 'images/cube_2048/5/b19d98dc23ec04d86df755dd1a15fdb3/5_f.jpg',
275
+ index: 5,
276
+ left: 'images/cube_2048/5/b19d98dc23ec04d86df755dd1a15fdb3/5_l.jpg',
277
+ right: 'images/cube_2048/5/b19d98dc23ec04d86df755dd1a15fdb3/5_r.jpg',
278
+ up: 'images/cube_2048/5/b19d98dc23ec04d86df755dd1a15fdb3/5_u.jpg'
279
+ }, {
280
+ back: 'images/cube_2048/6/b8f425e5f8943c38ad1386ab391b54bc/6_b.jpg',
281
+ down: 'images/cube_2048/6/b8f425e5f8943c38ad1386ab391b54bc/6_d.jpg',
282
+ front: 'images/cube_2048/6/b8f425e5f8943c38ad1386ab391b54bc/6_f.jpg',
283
+ index: 6,
284
+ left: 'images/cube_2048/6/b8f425e5f8943c38ad1386ab391b54bc/6_l.jpg',
285
+ right: 'images/cube_2048/6/b8f425e5f8943c38ad1386ab391b54bc/6_r.jpg',
286
+ up: 'images/cube_2048/6/b8f425e5f8943c38ad1386ab391b54bc/6_u.jpg'
287
+ }, {
288
+ back: 'images/cube_2048/7/a05b06a01171babb1aceb5aad8406ab8/7_b.jpg',
289
+ down: 'images/cube_2048/7/a05b06a01171babb1aceb5aad8406ab8/7_d.jpg',
290
+ front: 'images/cube_2048/7/a05b06a01171babb1aceb5aad8406ab8/7_f.jpg',
291
+ index: 7,
292
+ left: 'images/cube_2048/7/a05b06a01171babb1aceb5aad8406ab8/7_l.jpg',
293
+ right: 'images/cube_2048/7/a05b06a01171babb1aceb5aad8406ab8/7_r.jpg',
294
+ up: 'images/cube_2048/7/a05b06a01171babb1aceb5aad8406ab8/7_u.jpg'
295
+ }, {
296
+ back: 'images/cube_2048/8/2cd717b9c97f48ae79511855cc7e5138/8_b.jpg',
297
+ down: 'images/cube_2048/8/2cd717b9c97f48ae79511855cc7e5138/8_d.jpg',
298
+ front: 'images/cube_2048/8/2cd717b9c97f48ae79511855cc7e5138/8_f.jpg',
299
+ index: 8,
300
+ left: 'images/cube_2048/8/2cd717b9c97f48ae79511855cc7e5138/8_l.jpg',
301
+ right: 'images/cube_2048/8/2cd717b9c97f48ae79511855cc7e5138/8_r.jpg',
302
+ up: 'images/cube_2048/8/2cd717b9c97f48ae79511855cc7e5138/8_u.jpg'
303
+ }, {
304
+ back: 'images/cube_2048/9/0b634fe985df7011472b81c75babfd95/9_b.jpg',
305
+ down: 'images/cube_2048/9/0b634fe985df7011472b81c75babfd95/9_d.jpg',
306
+ front: 'images/cube_2048/9/0b634fe985df7011472b81c75babfd95/9_f.jpg',
307
+ index: 9,
308
+ left: 'images/cube_2048/9/0b634fe985df7011472b81c75babfd95/9_l.jpg',
309
+ right: 'images/cube_2048/9/0b634fe985df7011472b81c75babfd95/9_r.jpg',
310
+ up: 'images/cube_2048/9/0b634fe985df7011472b81c75babfd95/9_u.jpg'
311
+ }, {
312
+ back: 'images/cube_2048/10/40c1a6463b8c7462aadfca2a5f80f685/10_b.jpg',
313
+ down: 'images/cube_2048/10/40c1a6463b8c7462aadfca2a5f80f685/10_d.jpg',
314
+ front: 'images/cube_2048/10/40c1a6463b8c7462aadfca2a5f80f685/10_f.jpg',
315
+ index: 10,
316
+ left: 'images/cube_2048/10/40c1a6463b8c7462aadfca2a5f80f685/10_l.jpg',
317
+ right: 'images/cube_2048/10/40c1a6463b8c7462aadfca2a5f80f685/10_r.jpg',
318
+ up: 'images/cube_2048/10/40c1a6463b8c7462aadfca2a5f80f685/10_u.jpg'
319
+ }, {
320
+ back: 'images/cube_2048/11/9663b7885a119f2f06da06212986bc9b/11_b.jpg',
321
+ down: 'images/cube_2048/11/9663b7885a119f2f06da06212986bc9b/11_d.jpg',
322
+ front: 'images/cube_2048/11/9663b7885a119f2f06da06212986bc9b/11_f.jpg',
323
+ index: 11,
324
+ left: 'images/cube_2048/11/9663b7885a119f2f06da06212986bc9b/11_l.jpg',
325
+ right: 'images/cube_2048/11/9663b7885a119f2f06da06212986bc9b/11_r.jpg',
326
+ up: 'images/cube_2048/11/9663b7885a119f2f06da06212986bc9b/11_u.jpg'
327
+ }, {
328
+ back: 'images/cube_2048/12/01f84f2edd8642d0bf5e4874d01a28ac/12_b.jpg',
329
+ down: 'images/cube_2048/12/01f84f2edd8642d0bf5e4874d01a28ac/12_d.jpg',
330
+ front: 'images/cube_2048/12/01f84f2edd8642d0bf5e4874d01a28ac/12_f.jpg',
331
+ index: 12,
332
+ left: 'images/cube_2048/12/01f84f2edd8642d0bf5e4874d01a28ac/12_l.jpg',
333
+ right: 'images/cube_2048/12/01f84f2edd8642d0bf5e4874d01a28ac/12_r.jpg',
334
+ up: 'images/cube_2048/12/01f84f2edd8642d0bf5e4874d01a28ac/12_u.jpg'
335
+ }, {
336
+ back: 'images/cube_2048/13/e9ce1249af9000a33d566c653560c3d6/13_b.jpg',
337
+ down: 'images/cube_2048/13/e9ce1249af9000a33d566c653560c3d6/13_d.jpg',
338
+ front: 'images/cube_2048/13/e9ce1249af9000a33d566c653560c3d6/13_f.jpg',
339
+ index: 13,
340
+ left: 'images/cube_2048/13/e9ce1249af9000a33d566c653560c3d6/13_l.jpg',
341
+ right: 'images/cube_2048/13/e9ce1249af9000a33d566c653560c3d6/13_r.jpg',
342
+ up: 'images/cube_2048/13/e9ce1249af9000a33d566c653560c3d6/13_u.jpg'
343
+ }]
344
+ },
345
+ picture_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/9380ce27b46cbc5ba8d47fcf0e4c9e4f/screenshot/1596005211_4/pc0_3aoiit6zp.jpg',
346
+ title_picture_url: 'https://vrlab-public.ljcdn.com/release/auto3dhd/9380ce27b46cbc5ba8d47fcf0e4c9e4f/screenshot/1596005211_4/pc1_iQLf2N6a6_1.jpg',
347
+ vr_code: '8054djM0oR6ky3Ey8e',
348
+ vr_type: 'reality'
349
+ };
350
+ exports.work = work;
@@ -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,55 @@
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
+ flag_position: number[];
10
+ fov: number;
11
+ heading: number;
12
+ latitude: number;
13
+ longitude: number;
14
+ pano: number;
15
+ pano_index: number;
16
+ };
17
+ model: {
18
+ file_url: string;
19
+ material_base_url: string;
20
+ material_textures: string[];
21
+ modify_time: string;
22
+ type: number;
23
+ };
24
+ observers: {
25
+ accessible_nodes: number[];
26
+ floor_index: number;
27
+ index: number;
28
+ offset_point_count: number;
29
+ position: number[];
30
+ quaternion: {
31
+ w: number;
32
+ x: number;
33
+ y: number;
34
+ z: number;
35
+ };
36
+ standing_position: number[];
37
+ visible_nodes: number[];
38
+ }[];
39
+ panorama: {
40
+ count: number;
41
+ list: {
42
+ back: string;
43
+ down: string;
44
+ front: string;
45
+ index: number;
46
+ left: string;
47
+ right: string;
48
+ up: string;
49
+ }[];
50
+ };
51
+ picture_url: string;
52
+ title_picture_url: string;
53
+ vr_code: string;
54
+ vr_type: string;
55
+ };