@realsee/five 5.0.0-alpha.15 → 5.0.0-alpha.151

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 (238) hide show
  1. package/README.md +21 -11
  2. package/docs/.nojekyll +1 -0
  3. package/docs/assets/highlight.css +134 -0
  4. package/docs/assets/icons.css +1043 -0
  5. package/docs/assets/{images/icons.png → icons.png} +0 -0
  6. package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
  7. package/docs/assets/main.js +52 -0
  8. package/docs/assets/search.js +1 -0
  9. package/docs/assets/style.css +1414 -0
  10. package/docs/assets/{images/widgets.png → widgets.png} +0 -0
  11. package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
  12. package/docs/classes/five.AnimationFrameLoop.html +15 -0
  13. package/docs/classes/five.BVH.html +10 -0
  14. package/docs/classes/five.BVHIntersect.html +1 -0
  15. package/docs/classes/five.BVHNode.html +7 -0
  16. package/docs/classes/five.BVHVector3.html +1 -0
  17. package/docs/classes/five.Camera.html +11 -0
  18. package/docs/classes/five.Clipper.html +1 -0
  19. package/docs/classes/five.Five.html +323 -0
  20. package/docs/classes/five.InternalWebGLRenderer.html +1 -0
  21. package/docs/classes/five.IntersectMesh.html +1 -0
  22. package/docs/classes/five.LegacyPanoCircleMesh.html +5 -0
  23. package/docs/classes/five.Model.html +87 -0
  24. package/docs/classes/five.NetworkSubscribe.html +50 -0
  25. package/docs/classes/five.PBMContainer.html +17 -0
  26. package/docs/classes/five.PBMGroup.html +19 -0
  27. package/docs/classes/five.PBMMaterial.html +27 -0
  28. package/docs/classes/five.PBMMesh.html +7 -0
  29. package/docs/classes/five.PanoCircleMesh.html +7 -0
  30. package/docs/classes/five.PanoCircleMeshDark.html +7 -0
  31. package/docs/classes/five.PanoCircleMeshSolid.html +7 -0
  32. package/docs/classes/five.Scene.html +3 -0
  33. package/docs/classes/five.Subscribe.html +56 -0
  34. package/docs/classes/five.TextureLoader.html +1 -0
  35. package/docs/classes/five.Tile3D.html +34 -0
  36. package/docs/classes/five.Tile3DModel.html +15 -0
  37. package/docs/classes/five.TileBoundingSphere.html +1 -0
  38. package/docs/classes/five.TileCacheNode.html +1 -0
  39. package/docs/classes/five.TileCubeTextureTarget.html +1 -0
  40. package/docs/classes/five.TileCullingVolume.html +1 -0
  41. package/docs/classes/five.TileOrientedBoundingBox.html +1 -0
  42. package/docs/classes/five.TilePlane.html +1 -0
  43. package/docs/classes/five.TileRequestScheduler.html +16 -0
  44. package/docs/classes/five.Tileset3D.html +11 -0
  45. package/docs/classes/five.Tileset3DTraverser.html +1 -0
  46. package/docs/classes/five.TilesetCache.html +1 -0
  47. package/docs/classes/five.Work.html +30 -0
  48. package/docs/classes/five.XRButton.html +1 -0
  49. package/docs/classes/gltf_loader.DDSLoader.html +1 -0
  50. package/docs/classes/gltf_loader.DRACOLoader.html +1 -0
  51. package/docs/classes/gltf_loader.GLTFLoader.html +17 -0
  52. package/docs/classes/gltf_loader.GLTFObject.html +7 -0
  53. package/docs/classes/gltf_loader.GLTFParser.html +1 -0
  54. package/docs/classes/gltf_loader.THREEGLTFLoader.html +1 -0
  55. package/docs/classes/line.Line.html +1 -0
  56. package/docs/classes/line.LineGeometry.html +1 -0
  57. package/docs/classes/line.LineMaterial.html +1 -0
  58. package/docs/classes/line.LineSegmentsGeometry.html +1 -0
  59. package/docs/classes/line.THREE_Line2.html +1 -0
  60. package/docs/classes/line.THREE_LineSegments2.html +1 -0
  61. package/docs/classes/react.Store.html +29 -0
  62. package/docs/classes/server.BVH.html +10 -0
  63. package/docs/classes/server.BVHIntersect.html +1 -0
  64. package/docs/classes/server.BVHNode.html +7 -0
  65. package/docs/classes/server.BVHVector3.html +1 -0
  66. package/docs/classes/server.Model.html +63 -0
  67. package/docs/classes/server.PBMGroup.html +9 -0
  68. package/docs/classes/server.PBMMesh.html +7 -0
  69. package/docs/classes/sticker.Sticker.html +32 -0
  70. package/docs/index.html +166 -422
  71. package/docs/interfaces/five.AddableObject.html +1 -0
  72. package/docs/interfaces/five.AnimationFrame.html +1 -0
  73. package/docs/interfaces/five.CameraPose.html +1 -0
  74. package/docs/interfaces/five.ClipperParameter.html +1 -0
  75. package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +28 -0
  76. package/docs/interfaces/five.EventCallback.html +399 -0
  77. package/docs/interfaces/five.FiveInitArgs.html +109 -0
  78. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +15 -0
  79. package/docs/interfaces/five.ImageOptions.html +18 -0
  80. package/docs/interfaces/five.ImageURLMappings.html +1 -0
  81. package/docs/interfaces/five.ImageURLOptions.html +17 -0
  82. package/docs/interfaces/five.IntersectMeshInterface.html +3 -0
  83. package/docs/interfaces/five.Intersection.html +7 -0
  84. package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +15 -0
  85. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +20 -0
  86. package/docs/interfaces/five.ModelEventCallback.html +22 -0
  87. package/docs/interfaces/five.MovePanoOptions.html +42 -0
  88. package/docs/interfaces/five.NetworkOptions.html +9 -0
  89. package/docs/interfaces/five.PBMPanoPicture.html +7 -0
  90. package/docs/interfaces/five.PBMParameters.html +27 -0
  91. package/docs/interfaces/five.PanoCircleMeshInterface.html +19 -0
  92. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +33 -0
  93. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +20 -0
  94. package/docs/interfaces/five.Pose.html +37 -0
  95. package/docs/interfaces/five.Scissor.html +14 -0
  96. package/docs/interfaces/five.State.html +21 -0
  97. package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -0
  98. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -0
  99. package/docs/interfaces/five.SubscribeMixinType.off.html +1 -0
  100. package/docs/interfaces/five.SubscribeMixinType.on.html +1 -0
  101. package/docs/interfaces/five.SubscribeMixinType.once.html +1 -0
  102. package/docs/interfaces/five.TextureOptions.html +20 -0
  103. package/docs/interfaces/five.Tile3DModelLoaderOptions.html +3 -0
  104. package/docs/interfaces/five.TileBoundingVolume.html +19 -0
  105. package/docs/interfaces/five.TileContent.html +1 -0
  106. package/docs/interfaces/five.TileCubeNode.html +1 -0
  107. package/docs/interfaces/five.TileCubeTree.html +1 -0
  108. package/docs/interfaces/five.Tileset3dOptions.html +1 -0
  109. package/docs/interfaces/five.TilesetJSON.html +1 -0
  110. package/docs/interfaces/five.TilesetJSONNode.html +1 -0
  111. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -0
  112. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +29 -0
  113. package/docs/interfaces/five.WorkCubeImage.html +13 -0
  114. package/docs/interfaces/five.WorkImage.html +21 -0
  115. package/docs/interfaces/five.WorkInitial.html +13 -0
  116. package/docs/interfaces/five.WorkModel.html +11 -0
  117. package/docs/interfaces/five.WorkModelTiles.html +3 -0
  118. package/docs/interfaces/five.WorkObserver.html +25 -0
  119. package/docs/interfaces/five.WorkTile.html +1 -0
  120. package/docs/interfaces/five.WorkVideo.html +9 -0
  121. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +29 -0
  122. package/docs/interfaces/gltf_loader.DDS.html +1 -0
  123. package/docs/interfaces/gltf_loader.GLTF.html +7 -0
  124. package/docs/interfaces/gltf_loader.GLTFReference.html +1 -0
  125. package/docs/interfaces/gltf_loader.THREEGLTF.html +1 -0
  126. package/docs/interfaces/react.FiveActionReactCallbacks.html +62 -0
  127. package/docs/interfaces/react.FiveInjectionTypes.html +191 -0
  128. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +1 -0
  129. package/docs/interfaces/server.Intersection.html +7 -0
  130. package/docs/interfaces/server.ModelEventCallback.html +18 -0
  131. package/docs/interfaces/sticker.IntersectionLike.html +8 -0
  132. package/docs/interfaces/vue.FiveActionVueCallbacks.html +62 -0
  133. package/docs/modules/five.SubscribeMixinType.html +1 -0
  134. package/docs/modules/five.html +496 -0
  135. package/docs/modules/gltf_loader.html +1 -0
  136. package/docs/modules/line.html +1 -0
  137. package/docs/modules/react.html +133 -1374
  138. package/docs/modules/server.html +18 -0
  139. package/docs/modules/sticker.html +1 -0
  140. package/docs/modules/vue.html +112 -0
  141. package/docs/modules.html +1 -120
  142. package/exporters/staticify.js +210 -0
  143. package/five/index.d.ts +2922 -0
  144. package/five/index.js +372 -0
  145. package/gltf-loader/index.d.ts +160 -0
  146. package/gltf-loader/index.js +260 -0
  147. package/line/index.d.ts +69 -0
  148. package/line/index.js +260 -0
  149. package/package.json +25 -17
  150. package/react/index.d.ts +86 -24
  151. package/react/index.js +260 -1
  152. package/resource/{basis_transcoder.js → basis/basis_transcoder.js} +0 -0
  153. package/resource/{basis_transcoder.wasm → basis/basis_transcoder.wasm} +0 -0
  154. package/resource/gltf/draco_decoder.js +31 -0
  155. package/resource/gltf/draco_decoder.wasm +0 -0
  156. package/resource/gltf/draco_wasm_wrapper.js +119 -0
  157. package/scripts/five-staticify.js +26 -0
  158. package/server/index.d.ts +197 -26
  159. package/server/index.js +367 -1
  160. package/sticker/index.d.ts +71 -0
  161. package/sticker/index.js +260 -0
  162. package/templates/quick-start/README.md +1 -1
  163. package/templates/quick-start/package.json +1 -1
  164. package/templates/react-component/lib/index.tsx +3 -3
  165. package/umd/five-gltf-loader.js +1 -0
  166. package/umd/five-gltf-loader.js.LICENSE.txt +14 -0
  167. package/umd/five-line.js +1 -0
  168. package/umd/five-line.js.LICENSE.txt +14 -0
  169. package/umd/five-react.js +1 -0
  170. package/umd/five-react.js.LICENSE.txt +14 -0
  171. package/umd/five-sticker.js +1 -0
  172. package/umd/five-sticker.js.LICENSE.txt +14 -0
  173. package/umd/five-vue.js +1 -0
  174. package/umd/five.js +2 -0
  175. package/umd/five.js.LICENSE.txt +107 -0
  176. package/vue/index.d.ts +440 -0
  177. package/vue/index.js +260 -0
  178. package/bundles/five.js +0 -2
  179. package/bundles/five.js.LICENSE.txt +0 -160
  180. package/docs/assets/css/main.css +0 -2660
  181. package/docs/assets/js/main.js +0 -248
  182. package/docs/assets/js/search.js +0 -1
  183. package/docs/classes/index.five.html +0 -2498
  184. package/docs/classes/index.fivecamera.html +0 -311
  185. package/docs/classes/index.fivehashcubetexture.html +0 -240
  186. package/docs/classes/index.fiveline.html +0 -342
  187. package/docs/classes/index.fivelinegeometry.html +0 -500
  188. package/docs/classes/index.fivelinematerial.html +0 -276
  189. package/docs/classes/index.fivelinesegmentsgeometry.html +0 -447
  190. package/docs/classes/index.fivescene.html +0 -186
  191. package/docs/classes/index.internalwebglrenderer.html +0 -200
  192. package/docs/classes/index.model.html +0 -883
  193. package/docs/classes/index.pbmgroup.html +0 -415
  194. package/docs/classes/index.pbmmaterial.html +0 -521
  195. package/docs/classes/index.pbmmesh.html +0 -242
  196. package/docs/classes/index.subscribe.html +0 -556
  197. package/docs/classes/react.store.html +0 -584
  198. package/docs/interfaces/index.depthpanoramacontrollercustominitargs.html +0 -408
  199. package/docs/interfaces/index.eventcallback.html +0 -2452
  200. package/docs/interfaces/index.fiveinitargs.html +0 -695
  201. package/docs/interfaces/index.floorplancontrollercustominitargs.html +0 -283
  202. package/docs/interfaces/index.imageoptions.html +0 -320
  203. package/docs/interfaces/index.intersection.html +0 -215
  204. package/docs/interfaces/index.intersectmeshinterface.html +0 -176
  205. package/docs/interfaces/index.modelcontrollercustominitargs.html +0 -354
  206. package/docs/interfaces/index.modeleventcallback.html +0 -316
  207. package/docs/interfaces/index.movepanooptions.html +0 -457
  208. package/docs/interfaces/index.panocirclemeshinterface.html +0 -349
  209. package/docs/interfaces/index.panoramacontrollercustominitargs.html +0 -433
  210. package/docs/interfaces/index.panoramalikecontrollercustominitargs.html +0 -352
  211. package/docs/interfaces/index.pbmparameters.html +0 -462
  212. package/docs/interfaces/index.pose.html +0 -258
  213. package/docs/interfaces/index.scissor.html +0 -240
  214. package/docs/interfaces/index.state.html +0 -288
  215. package/docs/interfaces/index.subscribemixintype.emit.html +0 -180
  216. package/docs/interfaces/index.subscribemixintype.haslistener.html +0 -171
  217. package/docs/interfaces/index.subscribemixintype.off.html +0 -198
  218. package/docs/interfaces/index.subscribemixintype.on.html +0 -213
  219. package/docs/interfaces/index.subscribemixintype.once.html +0 -210
  220. package/docs/interfaces/index.topviewcontrollercustominitargs.html +0 -214
  221. package/docs/interfaces/index.vrpanoramacontrollercustominitargs.html +0 -420
  222. package/docs/interfaces/react.fiveactionreactcallbacks.html +0 -559
  223. package/docs/interfaces/react.fiveinjectiontypes.html +0 -1473
  224. package/docs/interfaces/react.injectfivetoprops.html +0 -259
  225. package/docs/modules/index.html +0 -3027
  226. package/docs/modules/index.subscribemixintype.html +0 -143
  227. package/five.js.LICENSE.txt +0 -160
  228. package/index.d.ts +0 -1807
  229. package/index.js +0 -1
  230. package/scripts/export-five-resource/chfs.exe +0 -0
  231. package/scripts/export-five-resource/fileify.js +0 -192
  232. package/scripts/export-five-resource/format-work.js +0 -71
  233. package/scripts/export-five-resource/staticify.js +0 -327
  234. package/scripts/transcode-model/BufferGeometryUtils.js +0 -832
  235. package/scripts/transcode-model/LoaderSupport.js +0 -1545
  236. package/scripts/transcode-model/MTLLoader.js +0 -602
  237. package/scripts/transcode-model/OBJLoader2.js +0 -1470
  238. package/scripts/transcode-model/obj2pbm.js +0 -65
package/five/index.js ADDED
@@ -0,0 +1,372 @@
1
+ /**
2
+ * @realsee/five
3
+ *
4
+ * Generated: 2022-09-20
5
+ * Version: 5.0.0-alpha.151
6
+ *
7
+ * Terms:
8
+ * Realsee SDK License Agreement
9
+ *
10
+ * Update: July 28, 2021
11
+ *
12
+ * THIS LICENSE AGREEMENT BETWEEN YOU AND 【BEIKE REALSEE TECHNOLOGY (HK)
13
+ * LIMITED】(“Realsee”) FORMS A LEGALLY BINDING CONTRACT BETWEEN YOU AND REALSEE IN
14
+ * RELATION TO YOUR USE OF THE SDK. This License Agreement accompanies the Realsee
15
+ * Software Development Kit(s) for the software and related explanatory materials
16
+ * (the "SDK") and includes any upgrades, modified versions, updates, additions,
17
+ * and copies of the SDK licensed to You by Realsee.
18
+ * BY DOWNLOADING, INSTALLING, OR OTHERWISE ACCESSING OR USING THE SDK, YOU AGREE
19
+ * THAT YOU HAVE READ, UNDERSTOOD, AND AGREE TO BE BOUND BY THIS AGREEMENT. YOU ARE
20
+ * AGREEING ON YOUR OWN BEHALF AND/OR ON BEHALF OF YOUR COMPANY OR ORGANIZATION TO
21
+ * THE TERMS AND CONDITIONS STATED BELOW.
22
+ * This Agreement applies to Your use of the SDK in the country in which You
23
+ * legally install it (“Territory”) and is subject to the laws of such Territory
24
+ * and further subject to Section 12 below. Different terms, conditions, and
25
+ * limitations may apply to the use of the SDK in any additional countries.
26
+ * 1. DEFINITIONS.
27
+ * “Agreement” means this Realsee SDK License Agreement.
28
+ * “Developer”, “You” and “Your” means the person(s) or entity acquiring or using
29
+ * the SDK or otherwise exercising rights under the terms of this Agreement.
30
+ * “Documentation” means the technical or other specifications or documentation
31
+ * that Realsee may provide to You for use in connection with the SDK.
32
+ * “Integrated Product” means any software, website, or on-line service developed
33
+ * by You based on or using the SDK (collectively, the “Integrated Product”).
34
+ * “Intellectual Property” means any patents, patent rights, trademarks, service
35
+ * marks, registered and unregistered designs, applications for any of the
36
+ * foregoing, copyright, and any other similar protected rights in any country and
37
+ * to the extent recognised by any relevant jurisdiction as intellectual property,
38
+ * trade secrets, know-how and confidential information. Realsee reserves all
39
+ * rights not expressly granted to You.
40
+ * “Realsee” means [Beike Realsee Technology (HK) Limited, a company incorporated
41
+ * and validly existing under the laws of Hong Kong].
42
+ * “SDK” means the Realsee-proprietary Software Development Kits (SDK) provided
43
+ * hereunder, includes all development tools (including any compiler and debugger),
44
+ * application programming interfaces (“APIs”), libraries, binary utilities, header
45
+ * files, Documentation, content, data, code samples, and other materials provided
46
+ * to You in connection with this Agreement, whether delivered through a download,
47
+ * or any other media or form, and is licensed, not sold, to You by Realsee for use
48
+ * only under the terms of this Agreement. The terms of this Agreement will govern
49
+ * any updates provided by Realsee that replace and/or supplement the original SDK
50
+ * delivered to You, unless such update is accompanied by a separate license, in
51
+ * which case the terms of such license will govern.
52
+ * 2. LICENSED USES AND RESTRICTIONS.
53
+ * 2.1 Subject to the restrictions contained in this Section 2, Realsee grants to
54
+ * You during the term, a limited, non-exclusive, revocable, non-sublicensable,
55
+ * non-transferable license to install and use the SDK within the Territory only
56
+ * for the purpose of internal development.
57
+ * 2.2 Restrictions. You acknowledge and agree that, You shall not, and shall
58
+ * ensure that Your affiliates, employees, agents, representatives, officers,
59
+ * representatives, and subcontractors do not (directly or indirectly):
60
+ * 2.2.1 decompile, reverse engineer, disassemble or attempt to derive the source
61
+ * code of, those components of the SDK provided in object code form, or any part
62
+ * thereof;
63
+ * 2.2.2 remove, alter, or obscure any copyright notice or other proprietary rights
64
+ * notice on any part of the SDK;
65
+ * 2.2.3 sell, assign, pledge, rent, lease, lend, upload to or host on any website
66
+ * or server for use by any third party except You, redistribute, or sublicense the
67
+ * SDK (or any part thereof), or operate the SDK (or any part thereof) in the
68
+ * capacity of a service bureau or other hosted services provider, in whole or in
69
+ * part, nor may You enable others to do so;
70
+ * 2.2.4 or alter, modify, customize or improve the SDK, or any part thereof;
71
+ * 2.2.5 use the SDK (or any part thereof) for any illegal purpose, in any manner
72
+ * that is inconsistent with the terms of this Agreement, or to engage in any
73
+ * illegal activity;
74
+ * 2.2.6 use the SDK (or any part thereof) in any manner that may damage the
75
+ * operation of Realsee’s products or services; or
76
+ * 2.2.7 use the SDK or any information contained therein or otherwise provided by
77
+ * Realsee for the purpose of developing, or having developed, any product
78
+ * competitive with any Realsee product or service, as determined by Realsee in its
79
+ * sole discretion;
80
+ * 2.2.8 include any portion of the SDK in Your Developer products.
81
+ * 2.3 Realsee has the right to impose reasonable conditions such as a reasonable
82
+ * fee for use of the SDK in Integrated Product in the future.
83
+ * 2.4 You may make a limited number of copies of the SDK to be used by Your
84
+ * employees or consultants as provided herein, and not for general business
85
+ * purposes, and such employees or consultants shall be subject to the obligations
86
+ * and restrictions in this Agreement.
87
+ * 2.5 All licenses not expressly granted in this Agreement are reserved and no
88
+ * other licenses, immunity, or rights, express or implied, are granted by Realsee,
89
+ * by implication, estoppel, or otherwise.
90
+ * 3. CONFIDENTIALITY.
91
+ * The SDK and all source code, Documentation, specifications, engineering details,
92
+ * and related information pertaining to the SDK, whether in oral, written,
93
+ * graphic, or electronic form, are and shall remain the confidential and
94
+ * proprietary information of Realsee or its licensors (collectively, the
95
+ * “Confidential Information”). You shall (i) disclose Confidential Information to
96
+ * only those directors and employees (collectively, “Affiliates”) whose duties
97
+ * justify their need to know such information and who have been clearly informed
98
+ * of their obligation to maintain the confidential, proprietary, and/or trade
99
+ * secret status of such Confidential Information; and (ii) use Confidential
100
+ * Information solely in accordance with the license granted hereunder. In any
101
+ * event, You and Your Affiliates shall treat Confidential Information as strictly
102
+ * confidential and shall use the same care to prevent disclosure of such
103
+ * information as You use with respect to Your own similar confidential and/or
104
+ * proprietary information, which shall not be less than the care a reasonable
105
+ * person would use under similar circumstances. All Confidential Information, and
106
+ * any copies thereof, shall be returned promptly to Realsee upon request. You
107
+ * shall ensure that Your Affiliates comply with the provisions of this Section 3,
108
+ * and You shall be liable for any breach of this Section 3 resulting from the act
109
+ * or omission of any of Your Affiliates. You shall not disclose Confidential
110
+ * Information to any third party, including, without limitation, any of Your
111
+ * subcontractors.
112
+ * 4. PROPRIETARY RIGHTS.
113
+ * 4.1 As between You and Realsee, Realsee and/or its licensors retain ownership of
114
+ * all right, title, and interest in, to, and under the SDK, including, without
115
+ * limitation, all patents, copyrights, trade secrets, trademarks and other
116
+ * intellectual property and other proprietary rights therein, and reserve all
117
+ * rights not expressly granted to You.
118
+ * 4.2 The items contained in the SDK are the intellectual property of Realsee and
119
+ * its licensors and are protected by PRC copyright and patent law, international
120
+ * treaty provisions and applicable laws of the country in which it is being used.
121
+ * You agree to protect all copyright and other ownership interests of Realsee
122
+ * and/or its licensors in all items in the SDK supplied under this License
123
+ * Agreement. You agree that all copies of the items in the SDK, reproduced for any
124
+ * reason by You, contain the same copyright notices, and other proprietary notices
125
+ * as appropriate, as appear on or in the original items delivered by Realsee in
126
+ * the SDK. Realsee and/or its licensors retain title and ownership of the items in
127
+ * the SDK, the media on which it is loaded, and all subsequent copies, regardless
128
+ * of the form or media in or on which the original and other copies may exist.
129
+ * Except as stated above, this Agreement does not grant You any rights to patents,
130
+ * copyrights, trade secrets, trademarks or any other rights in respect to the
131
+ * items in the SDK.
132
+ * 5. TERM AND TERMINATION.
133
+ * 5.1 This Agreement is effective until terminated. Realsee has the right to
134
+ * terminate this Agreement immediately, without judicial intervention, if You fail
135
+ * to comply with any term herein. Upon any such termination You must remove all
136
+ * full and partial copies of the items in the SDK from Your computer and
137
+ * discontinue the use of the items in the SDK.
138
+ * 5.2 Realsee may at any time, terminate the Agreement with You if: (A) You have
139
+ * breached any provision of the Agreement; or (B) Realsee is required to do so by
140
+ * law; or (C) Realsee decides to no longer provide the SDK or certain parts of the
141
+ * SDK to users in the country in which You are resident or from which You use the
142
+ * service, or the provision of the SDK or certain SDK services to You by Realsee
143
+ * is, in Realsee's sole discretion, no longer legally or commercially viable.
144
+ * 5.3 When the Agreement comes to an end, all of the legal rights, obligations and
145
+ * liabilities that You and Realsee have benefited from, been subject to (or which
146
+ * have accrued over time whilst the Agreement has been in force) or which are
147
+ * expressed to continue indefinitely, shall be unaffected by this cessation, and
148
+ * the provisions of Section 3, 4, 6, 7 and 8 shall continue to apply to such
149
+ * rights, obligations and liabilities indefinitely.
150
+ * 6. DISCLAIMER OF WARRANTY.
151
+ * YOU EXPRESSLY ACKNOWLEDGE AND AGREE THAT, TO THE EXTENT PERMITTED BY APPLICABLE
152
+ * LAW, USE OF THE SDK (OR ANY PART THEREOF) IS AT YOUR SOLE RISK AND THAT THE
153
+ * ENTIRE RISK AS TO SATISFACTORY QUALITY, PERFORMANCE, ACCURACY, AND EFFORT IS
154
+ * WITH YOU. REALSEE LICENSES THE SDK TO YOU ONLY ON AN "AS-IS" BASIS. REALSEE
155
+ * MAKES NO REPRESENTATION WITH RESPECT TO THE ADEQUACY OF ANY ITEMS IN THE SDK,
156
+ * WHETHER OR NOT USED BY YOU IN THE DEVELOPMENT OF INTEGRATED PRODUCT, FOR ANY
157
+ * PARTICULAR PURPOSE OR WITH RESPECT TO THEIR ADEQUACY TO PRODUCE ANY PARTICULAR
158
+ * RESULT. REALSEE AND ITS LICENSORS SHALL NOT BE LIABLE FOR LOSS OR DAMAGE ARISING
159
+ * OUT OF THIS AGREEMENT OR FROM THE DISTRIBUTION OR USE OF INTEGRATED PRODUCT
160
+ * CONTAINING PORTIONS OF THE SDK. REALSEE AND ITS LICENSORS DISCLAIM ALL
161
+ * WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED
162
+ * CONDITIONS OR WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
163
+ * OR NONINFRINGEMENT OF ANY THIRD PARTY RIGHT IN RESPECT OF THE ITEMS IN THE SDK
164
+ * OR ANY SERVICES RELATED TO THE SDK.
165
+ * REALSEE IS UNDER NO OBLIGATION TO PROVIDE ANY SUPPORT UNDER THIS LICENSE
166
+ * AGREEMENT, INCLUDING UPGRADES OR FUTURE VERSIONS OF THE SDK OR ANY PORTIONS
167
+ * THEREOF, TO YOU, END USER OR TO ANY OTHER PARTY.
168
+ * 7. LIMITATION OF LIABILITY.
169
+ * TO THE EXTENT NOT PROHIBITED BY APPLICABLE LAW, IN NO EVENT WILL REALSEE OR ITS
170
+ * LICENSORS BE LIABLE FOR ANY DIRECT, INCIDENTAL, SPECIAL, INDIRECT, OR
171
+ * CONSEQUENTIAL DAMAGES, INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE,
172
+ * LOSS OF BUSINESS, REVENUE, OR PROFITS, LOSS OF OPPORTUNITY (WHETHER DIRECT OR
173
+ * INDIRECT), CORRUPTION OR LOSS OF DATA, LOSS OF REPUTATION OR SAVINGS, DOWNTIME,
174
+ * OR DAMAGE TO, LOSS OF OR REPLACEMENT OF DATA OR TRANSACTIONS, COST OF
175
+ * PROCUREMENT OF SUBSTITUTE SERVICES, BUSINESS INTERRUPTION, OR ANY OTHER
176
+ * COMMERCIAL DAMAGES OR LOSSES, ARISING OUT OF OR RELATED TO YOUR USE OR INABILITY
177
+ * TO USE THE SDK (OR ANY PART THEREOF), ANY INTEGRATED PRODUCT, OR ANY THIRD PARTY
178
+ * SOFTWARE, APPLICATIONS, OR SERVICES IN CONJUNCTION WITH THE SDK (OR ANY PART
179
+ * THEREOF), HOWEVER CAUSED, REGARDLESS OF THE THEORY OF LIABILITY (CONTRACT, TORT,
180
+ * OR OTHERWISE) AND EVEN IF REALSEE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
181
+ * DAMAGES. IN NO EVENT WILL REALSEE’S TOTAL LIABILITY TO YOU FOR ALL DAMAGES
182
+ * EXCEED ONE HUNDRED DOLLARS ($100.00). THE FOREGOING LIMITATIONS WILL APPLY EVEN
183
+ * IF THE ABOVE STATED REMEDY FAILS OF ITS ESSENTIAL PURPOSE. THE LIMITATIONS
184
+ * CONTAINED IN SECTIONS 6 AND THIS SECTION 7 ARE A FUNDAMENTAL PART OF THE BASIS
185
+ * OF REALSEE’S BARGAIN HEREUNDER, AND REALSEE WOULD NOT ENTER INTO THIS AGREEMENT
186
+ * OR PROVIDE YOU WITH ACCESS TO THE SDK ABSENT SUCH LIMITATIONS.
187
+ * 8. INDEMNIFICATION.
188
+ * To the extent permitted by applicable law, You agree to indemnify, defend and
189
+ * hold harmless Realsee, its affiliates and each of their directors, officers,
190
+ * employees, independent contractors, and agents (each a “Realsee Indemnified
191
+ * Party”) from any and all claims, losses, liabilities, damages, expenses, and
192
+ * costs (including without limitation attorneys’ fees and court costs) incurred by
193
+ * a Realsee Indemnified Party as a result of: (i) Your non-compliance with any
194
+ * terms of this Agreement; (ii) Your use of the SDK (or any part thereof); or
195
+ * (iii) Your use of any Integrated Product, including any claim that Integrated
196
+ * Product infringes the copyright, trademark, trade secret or other intellectual
197
+ * property right of a third party.
198
+ * 9. ACKNOWLEDGEMENTS.
199
+ * Portions of the SDK may utilize or include third party software and other
200
+ * copyrighted material. Acknowledgments, licensing terms, and disclaimers for such
201
+ * material are contained in Documentation for the SDK or may otherwise accompany
202
+ * such material, and Your use of such materials governed by their respective
203
+ * terms. In the event of conflict between the terms of this Agreement and an
204
+ * applicable open source or third party agreement, the open source or third party
205
+ * agreement will control solely with respect to the open source software or third
206
+ * party software. Moreover, You shall not subject any items (including not limited
207
+ * to source code, object code, and any software) included in the SDK to any open
208
+ * source license.
209
+ * 10. NON-BLOCKING OF REALSEE DEVELOPMENT.
210
+ * You acknowledge that Realsee is currently developing or may develop technologies
211
+ * and products in the future that have or may have design and/or functionality
212
+ * similar to Integrated Product that You may develop based on Your license herein.
213
+ * Nothing in this Agreement shall impair, limit or curtail Realsee's right to
214
+ * continue with its development, maintenance and/or distribution of Realsee's
215
+ * technology or products.
216
+ * 11. GENERAL.
217
+ * 11.1 Export Control. You may not use or otherwise export or re-export the SDK
218
+ * (or any part thereof) except as authorized by United States law and the laws of
219
+ * the jurisdiction(s) in which the SDK (or any part thereof) was obtained. In
220
+ * particular, but without limitation, the SDK may not be exported or re-exported
221
+ * (i) into any U.S. embargoed countries or (ii) to anyone on the U.S. Treasury
222
+ * Department's list of Specially Designated Nationals or the U.S. Department of
223
+ * Commerce Denied Person's List or Entity List. By using the SDK (or any part
224
+ * thereof), You represent and warrant that You are not located in any such country
225
+ * or on any such list.
226
+ * 11.2 Governing Law. This Agreement and the rights of the parties hereunder shall
227
+ * be governed by and construed in accordance with the laws of People’s Republic of
228
+ * China (for purpose of this Agreement, excluding Hong Kong, Taiwan, and Macau),
229
+ * without reference to its conflict of laws principles. Any dispute, controversy
230
+ * or claim arising from or in connection with this Agreement, or the breach,
231
+ * termination or invalidity thereof, shall be submitted to China International
232
+ * Economic and Trade Arbitration Commission (“CIETAC”) for arbitration in Beijing
233
+ * which shall be conducted in accordance with the CIETAC's arbitration rules in
234
+ * effect at the time of applying for arbitration. The arbitral award is final and
235
+ * binding upon both parties.
236
+ * 11.3 Severability. If any provision of this Agreement is held by a court of
237
+ * competent jurisdiction to be unenforceable for any reason, the remaining
238
+ * provisions hereof will be unaffected and remain in full force and effect.
239
+ * 11.4. Modifications. Realsee reserves the right, from time to time, with or
240
+ * without notice to You, to make revisions to this Agreement in our sole and
241
+ * absolute discretion. The most current version of this Agreement will supersede
242
+ * all previous versions and shall be made available on the website where the SDK
243
+ * is made available, or by such other means as Realsee may determine in its
244
+ * discretion. Any modified versions of this Agreement hereto shall take effect
245
+ * from the time that it is made available. You shall be responsible for regularly
246
+ * checking for notice of any such modifications. You agree that Your continued use
247
+ * of the SDK constitutes Your agreement to the modified Agreement.
248
+ * 11.5 Relationship of the Parties. This Agreement will not be construed as
249
+ * creating an agency, partnership, joint venture, fiduciary duty, or any other
250
+ * form of legal association between You and Realsee, and You will not represent to
251
+ * the contrary, whether expressly, by implication, appearance, or otherwise.
252
+ * 11.6 Entire Agreement; Governing Language. This Agreement constitutes the entire
253
+ * agreement between You and Realsee with respect to the use of the SDK licensed
254
+ * hereunder and supersedes all prior understandings regarding such subject matter.
255
+ * No amendment to or modification of this Agreement will be binding unless in
256
+ * writing and signed by Realsee. You and Realsee hereto confirm that this
257
+ * Agreement and all related documents shall be drafted in English.
258
+ */
259
+
260
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("three"),t=require("tslib"),i=require("protobufjs/minimal"),n=require("@math.gl/core");function r(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(i){if("default"!==i){var n=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,n.get?n:{enumerable:!0,get:function(){return e[i]}})}})),t.default=e,Object.freeze(t)}var o=r(e),s=r(i),a=Number(o.REVISION);if(a<115||a>117)throw new Error('"Five" needs "THREE.js" version between 125 - 117.');
261
+ /**
262
+ * @license
263
+ * The 'jsrsasign'(RSA-Sign JavaScript Library) License
264
+ *
265
+ * Copyright (c) 2010-2021 Kenji Urushima
266
+ *
267
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
268
+ * of this software and associated documentation files (the "Software"), to deal
269
+ * in the Software without restriction, including without limitation the rights
270
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
271
+ * copies of the Software, and to permit persons to whom the Software is
272
+ * furnished to do so, subject to the following conditions:
273
+ *
274
+ * The above copyright notice and this permission notice shall be included in
275
+ * all copies or substantial portions of the Software.
276
+ *
277
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
278
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
279
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
280
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
281
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
282
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
283
+ * THE SOFTWARE.
284
+ *
285
+ * LICENSE: MIT License
286
+ */
287
+ /**
288
+ * @license
289
+ * RSA and ECC in JavaScript
290
+ *
291
+ * Copyright (c) 2003-2005 Tom Wu All Rights Reserved.
292
+ *
293
+ * Permission is hereby granted, free of charge, to any person obtaining
294
+ * a copy of this software and associated documentation files (the
295
+ * "Software"), to deal in the Software without restriction, including
296
+ * without limitation the rights to use, copy, modify, merge, publish,
297
+ * distribute, sublicense, and/or sell copies of the Software, and to
298
+ * permit persons to whom the Software is furnished to do so, subject to
299
+ * the following conditions:
300
+ *
301
+ * The above copyright notice and this permission notice shall be
302
+ * included in all copies or substantial portions of the Software.
303
+ *
304
+ * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
305
+ * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
306
+ * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
307
+ *
308
+ * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
309
+ * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
310
+ * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
311
+ * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
312
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
313
+ *
314
+ * In addition, the following condition applies:
315
+ *
316
+ * All redistributions must retain an intact copy of this copyright notice
317
+ * and disclaimer.
318
+ *
319
+ * http://www-cs-students.stanford.edu/~tjw/jsbn/
320
+ * LICENSE: BSD License
321
+ * PART: ext/{base64,jsbn,jsbn2,prgn4,rng,rsa,rsa2}
322
+ */
323
+ /**
324
+ * @license
325
+ * CryptoJS
326
+ *
327
+ * Copyright (c) 2009-2013 Jeff Mott
328
+ *
329
+ * Permission is hereby granted, free of charge, to any person obtaining
330
+ * a copy of this software and associated documentation files (the
331
+ * "Software"), to deal in the Software without restriction, including
332
+ * without limitation the rights to use, copy, modify, merge, publish,
333
+ * distribute, sublicense, and/or sell copies of the Software, and to
334
+ * permit persons to whom the Software is furnished to do so, subject to
335
+ * the following conditions:
336
+ *
337
+ * The above copyright notice and this permission notice shall be
338
+ * included in all copies or substantial portions of the Software.
339
+ *
340
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
341
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
342
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
343
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
344
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
345
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
346
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
347
+ *
348
+ * https://code.google.com/p/crypto-js/wiki/License
349
+ * PART: ext/cryptojs
350
+ */var l,u={},c={},h=h||function(e,t){var i={},n=i.lib={},r=n.Base=function(){function e(){}return{extend:function(t){e.prototype=this;var i=new e;return t&&i.mixIn(t),i.hasOwnProperty("init")||(i.init=function(){i.$super.init.apply(this,arguments)}),i.init.prototype=i,i.$super=this,i},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),o=n.WordArray=r.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=null!=t?t:4*e.length},toString:function(e){return(e||a).stringify(this)},concat:function(e){var t=this.words,i=e.words,n=this.sigBytes,r=e.sigBytes;if(this.clamp(),n%4)for(var o=0;o<r;o++){var s=i[o>>>2]>>>24-o%4*8&255;t[n+o>>>2]|=s<<24-(n+o)%4*8}else for(o=0;o<r;o+=4)t[n+o>>>2]=i[o>>>2];return this.sigBytes+=r,this},clamp:function(){var t=this.words,i=this.sigBytes;t[i>>>2]&=4294967295<<32-i%4*8,t.length=e.ceil(i/4)},clone:function(){var e=r.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var i=[],n=0;n<t;n+=4)i.push(4294967296*e.random()|0);return new o.init(i,t)}}),s=i.enc={},a=s.Hex={stringify:function(e){for(var t=e.words,i=e.sigBytes,n=[],r=0;r<i;r++){var o=t[r>>>2]>>>24-r%4*8&255;n.push((o>>>4).toString(16)),n.push((15&o).toString(16))}return n.join("")},parse:function(e){for(var t=e.length,i=[],n=0;n<t;n+=2)i[n>>>3]|=parseInt(e.substr(n,2),16)<<24-n%8*4;return new o.init(i,t/2)}},l=s.Latin1={stringify:function(e){for(var t=e.words,i=e.sigBytes,n=[],r=0;r<i;r++){var o=t[r>>>2]>>>24-r%4*8&255;n.push(String.fromCharCode(o))}return n.join("")},parse:function(e){for(var t=e.length,i=[],n=0;n<t;n++)i[n>>>2]|=(255&e.charCodeAt(n))<<24-n%4*8;return new o.init(i,t)}},u=s.Utf8={stringify:function(e){try{return decodeURIComponent(escape(l.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return l.parse(unescape(encodeURIComponent(e)))}},c=n.BufferedBlockAlgorithm=r.extend({reset:function(){this._data=new o.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=u.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var i=this._data,n=i.words,r=i.sigBytes,s=this.blockSize,a=r/(4*s),l=(a=t?e.ceil(a):e.max((0|a)-this._minBufferSize,0))*s,u=e.min(4*l,r);if(l){for(var c=0;c<l;c+=s)this._doProcessBlock(n,c);var h=n.splice(0,l);i.sigBytes-=u}return new o.init(h,u)},clone:function(){var e=r.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});n.Hasher=c.extend({cfg:r.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){c.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,i){return new e.init(i).finalize(t)}},_createHmacHelper:function(e){return function(t,i){return new h.HMAC.init(e,i).finalize(t)}}});var h=i.algo={};return i}(Math);function d(e,t,i){null!=e&&("number"==typeof e?this.fromNumber(e,t,i):null==t&&"string"!=typeof e?this.fromString(e,256):this.fromString(e,t))}function p(){return new d(null)}!function(e){for(var t=h,i=(r=t.lib).WordArray,n=r.Hasher,r=t.algo,o=[],s=[],a=function(e){return 4294967296*(e-(0|e))|0},l=2,u=0;64>u;){var c;e:{c=l;for(var d=e.sqrt(c),p=2;p<=d;p++)if(!(c%p)){c=!1;break e}c=!0}c&&(8>u&&(o[u]=a(e.pow(l,.5))),s[u]=a(e.pow(l,1/3)),u++),l++}var f=[];r=r.SHA256=n.extend({_doReset:function(){this._hash=new i.init(o.slice(0))},_doProcessBlock:function(e,t){for(var i=this._hash.words,n=i[0],r=i[1],o=i[2],a=i[3],l=i[4],u=i[5],c=i[6],h=i[7],d=0;64>d;d++){if(16>d)f[d]=0|e[t+d];else{var p=f[d-15],A=f[d-2];f[d]=((p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3)+f[d-7]+((A<<15|A>>>17)^(A<<13|A>>>19)^A>>>10)+f[d-16]}p=h+((l<<26|l>>>6)^(l<<21|l>>>11)^(l<<7|l>>>25))+(l&u^~l&c)+s[d]+f[d],A=((n<<30|n>>>2)^(n<<19|n>>>13)^(n<<10|n>>>22))+(n&r^n&o^r&o),h=c,c=u,u=l,l=a+p|0,a=o,o=r,r=n,n=p+A|0}i[0]=i[0]+n|0,i[1]=i[1]+r|0,i[2]=i[2]+o|0,i[3]=i[3]+a|0,i[4]=i[4]+l|0,i[5]=i[5]+u|0,i[6]=i[6]+c|0,i[7]=i[7]+h|0},_doFinalize:function(){var t=this._data,i=t.words,n=8*this._nDataBytes,r=8*t.sigBytes;return i[r>>>5]|=128<<24-r%32,i[14+(r+64>>>9<<4)]=e.floor(n/4294967296),i[15+(r+64>>>9<<4)]=n,t.sigBytes=4*i.length,this._process(),this._hash},clone:function(){var e=n.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA256=n._createHelper(r),t.HmacSHA256=n._createHmacHelper(r)}(Math),h.lib.Cipher||function(e){var t=(f=h).lib,i=t.Base,n=t.WordArray,r=t.BufferedBlockAlgorithm,o=f.enc.Base64,s=f.algo.EvpKDF,a=t.Cipher=r.extend({cfg:i.extend(),createEncryptor:function(e,t){return this.create(this._ENC_XFORM_MODE,e,t)},createDecryptor:function(e,t){return this.create(this._DEC_XFORM_MODE,e,t)},init:function(e,t,i){this.cfg=this.cfg.extend(i),this._xformMode=e,this._key=t,this.reset()},reset:function(){r.reset.call(this),this._doReset()},process:function(e){return this._append(e),this._process()},finalize:function(e){return e&&this._append(e),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(e){return{encrypt:function(t,i,n){return("string"==typeof i?A:p).encrypt(e,t,i,n)},decrypt:function(t,i,n){return("string"==typeof i?A:p).decrypt(e,t,i,n)}}}});t.StreamCipher=a.extend({_doFinalize:function(){return this._process(!0)},blockSize:1});var l=f.mode={},u=function(e,t,i){var n=this._iv;n?this._iv=undefined:n=this._prevBlock;for(var r=0;r<i;r++)e[t+r]^=n[r]},c=(t.BlockCipherMode=i.extend({createEncryptor:function(e,t){return this.Encryptor.create(e,t)},createDecryptor:function(e,t){return this.Decryptor.create(e,t)},init:function(e,t){this._cipher=e,this._iv=t}})).extend();c.Encryptor=c.extend({processBlock:function(e,t){var i=this._cipher,n=i.blockSize;u.call(this,e,t,n),i.encryptBlock(e,t),this._prevBlock=e.slice(t,t+n)}}),c.Decryptor=c.extend({processBlock:function(e,t){var i=this._cipher,n=i.blockSize,r=e.slice(t,t+n);i.decryptBlock(e,t),u.call(this,e,t,n),this._prevBlock=r}}),l=l.CBC=c,c=(f.pad={}).Pkcs7={pad:function(e,t){for(var i,r=(i=(i=4*t)-e.sigBytes%i)<<24|i<<16|i<<8|i,o=[],s=0;s<i;s+=4)o.push(r);i=n.create(o,i),e.concat(i)},unpad:function(e){e.sigBytes-=255&e.words[e.sigBytes-1>>>2]}},t.BlockCipher=a.extend({cfg:a.cfg.extend({mode:l,padding:c}),reset:function(){a.reset.call(this);var e=(t=this.cfg).iv,t=t.mode;if(this._xformMode==this._ENC_XFORM_MODE)var i=t.createEncryptor;else i=t.createDecryptor,this._minBufferSize=1;this._mode=i.call(t,this,e&&e.words)},_doProcessBlock:function(e,t){this._mode.processBlock(e,t)},_doFinalize:function(){var e=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){e.pad(this._data,this.blockSize);var t=this._process(!0)}else t=this._process(!0),e.unpad(t);return t},blockSize:4});var d=t.CipherParams=i.extend({init:function(e){this.mixIn(e)},toString:function(e){return(e||this.formatter).stringify(this)}}),p=(l=(f.format={}).OpenSSL={stringify:function(e){var t=e.ciphertext;return((e=e.salt)?n.create([1398893684,1701076831]).concat(e).concat(t):t).toString(o)},parse:function(e){var t=(e=o.parse(e)).words;if(1398893684==t[0]&&1701076831==t[1]){var i=n.create(t.slice(2,4));t.splice(0,4),e.sigBytes-=16}return d.create({ciphertext:e,salt:i})}},t.SerializableCipher=i.extend({cfg:i.extend({format:l}),encrypt:function(e,t,i,n){n=this.cfg.extend(n);var r=e.createEncryptor(i,n);return t=r.finalize(t),r=r.cfg,d.create({ciphertext:t,key:i,iv:r.iv,algorithm:e,mode:r.mode,padding:r.padding,blockSize:e.blockSize,formatter:n.format})},decrypt:function(e,t,i,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),e.createDecryptor(i,n).finalize(t.ciphertext)},_parse:function(e,t){return"string"==typeof e?t.parse(e,this):e}})),f=(f.kdf={}).OpenSSL={execute:function(e,t,i,r){return r||(r=n.random(8)),e=s.create({keySize:t+i}).compute(e,r),i=n.create(e.words.slice(t),4*i),e.sigBytes=4*t,d.create({key:e,iv:i,salt:r})}},A=t.PasswordBasedCipher=p.extend({cfg:p.cfg.extend({kdf:f}),encrypt:function(e,t,i,n){return i=(n=this.cfg.extend(n)).kdf.execute(i,e.keySize,e.ivSize),n.iv=i.iv,(e=p.encrypt.call(this,e,t,i.key,n)).mixIn(i),e},decrypt:function(e,t,i,n){return n=this.cfg.extend(n),t=this._parse(t,n.format),i=n.kdf.execute(i,e.keySize,e.ivSize,t.salt),n.iv=i.iv,p.decrypt.call(this,e,t,i.key,n)}})}(),function(){for(var e=h,t=e.lib.BlockCipher,i=e.algo,n=[],r=[],o=[],s=[],a=[],l=[],u=[],c=[],d=[],p=[],f=[],A=0;256>A;A++)f[A]=128>A?A<<1:A<<1^283;var g=0,m=0;for(A=0;256>A;A++){var v=(v=m^m<<1^m<<2^m<<3^m<<4)>>>8^255&v^99;n[g]=v,r[v]=g;var y=f[g],b=f[y],x=f[b],w=257*f[v]^16843008*v;o[g]=w<<24|w>>>8,s[g]=w<<16|w>>>16,a[g]=w<<8|w>>>24,l[g]=w,w=16843009*x^65537*b^257*y^16843008*g,u[v]=w<<24|w>>>8,c[v]=w<<16|w>>>16,d[v]=w<<8|w>>>24,p[v]=w,g?(g=y^f[f[f[x^y]]],m^=f[f[m]]):g=m=1}var E=[0,1,2,4,8,16,32,64,128,27,54];i=i.AES=t.extend({_doReset:function(){for(var e=(i=this._key).words,t=i.sigBytes/4,i=4*((this._nRounds=t+6)+1),r=this._keySchedule=[],o=0;o<i;o++)if(o<t)r[o]=e[o];else{var s=r[o-1];o%t?6<t&&4==o%t&&(s=n[s>>>24]<<24|n[s>>>16&255]<<16|n[s>>>8&255]<<8|n[255&s]):(s=n[(s=s<<8|s>>>24)>>>24]<<24|n[s>>>16&255]<<16|n[s>>>8&255]<<8|n[255&s],s^=E[o/t|0]<<24),r[o]=r[o-t]^s}for(e=this._invKeySchedule=[],t=0;t<i;t++)o=i-t,s=t%4?r[o]:r[o-4],e[t]=4>t||4>=o?s:u[n[s>>>24]]^c[n[s>>>16&255]]^d[n[s>>>8&255]]^p[n[255&s]]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,o,s,a,l,n)},decryptBlock:function(e,t){var i=e[t+1];e[t+1]=e[t+3],e[t+3]=i,this._doCryptBlock(e,t,this._invKeySchedule,u,c,d,p,r),i=e[t+1],e[t+1]=e[t+3],e[t+3]=i},_doCryptBlock:function(e,t,i,n,r,o,s,a){for(var l=this._nRounds,u=e[t]^i[0],c=e[t+1]^i[1],h=e[t+2]^i[2],d=e[t+3]^i[3],p=4,f=1;f<l;f++){var A=n[u>>>24]^r[c>>>16&255]^o[h>>>8&255]^s[255&d]^i[p++],g=n[c>>>24]^r[h>>>16&255]^o[d>>>8&255]^s[255&u]^i[p++],m=n[h>>>24]^r[d>>>16&255]^o[u>>>8&255]^s[255&c]^i[p++];d=n[d>>>24]^r[u>>>16&255]^o[c>>>8&255]^s[255&h]^i[p++],u=A,c=g,h=m}A=(a[u>>>24]<<24|a[c>>>16&255]<<16|a[h>>>8&255]<<8|a[255&d])^i[p++],g=(a[c>>>24]<<24|a[h>>>16&255]<<16|a[d>>>8&255]<<8|a[255&u])^i[p++],m=(a[h>>>24]<<24|a[d>>>16&255]<<16|a[u>>>8&255]<<8|a[255&c])^i[p++],d=(a[d>>>24]<<24|a[u>>>16&255]<<16|a[c>>>8&255]<<8|a[255&h])^i[p++],e[t]=A,e[t+1]=g,e[t+2]=m,e[t+3]=d},keySize:8});e.AES=t._createHelper(i)}(),
351
+ /*!
352
+ Copyright (c) 2011, Yahoo! Inc. All rights reserved.
353
+ Code licensed under the BSD License:
354
+ http://developer.yahoo.com/yui/license.html
355
+ version: 2.9.0
356
+ */
357
+ c.lang={extend:function(e,t,i){if(!t||!e)throw new Error("YAHOO.lang.extend failed, please check that all dependencies are included.");var n=function(){};if(n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e,e.superclass=t.prototype,t.prototype.constructor==Object.prototype.constructor&&(t.prototype.constructor=t),i){var r;for(r in i)e.prototype[r]=i[r];var o=function(){},s=["toString","valueOf"];try{/MSIE/.test("undefined"!=typeof navigator?navigator.userAgent:"node")&&(o=function(e,t){for(r=0;r<s.length;r+=1){var i=s[r],n=t[i];"function"==typeof n&&n!=Object.prototype[i]&&(e[i]=n)}})}catch(e){}o(e.prototype,i)}}},"undefined"!=typeof navigator&&"Microsoft Internet Explorer"==navigator.appName?(d.prototype.am=function(e,t,i,n,r,o){for(var s=32767&t,a=t>>15;--o>=0;){var l=32767&this[e],u=this[e++]>>15,c=a*l+u*s;r=((l=s*l+((32767&c)<<15)+i[n]+(1073741823&r))>>>30)+(c>>>15)+a*u+(r>>>30),i[n++]=1073741823&l}return r},l=30):"undefined"!=typeof navigator&&"Netscape"!=navigator.appName?(d.prototype.am=function(e,t,i,n,r,o){for(;--o>=0;){var s=t*this[e++]+i[n]+r;r=Math.floor(s/67108864),i[n++]=67108863&s}return r},l=26):(d.prototype.am=function(e,t,i,n,r,o){for(var s=16383&t,a=t>>14;--o>=0;){var l=16383&this[e],u=this[e++]>>14,c=a*l+u*s;r=((l=s*l+((16383&c)<<14)+i[n]+r)>>28)+(c>>14)+a*u,i[n++]=268435455&l}return r},l=28),d.prototype.DB=l,d.prototype.DM=(1<<l)-1,d.prototype.DV=1<<l;d.prototype.FV=Math.pow(2,52),d.prototype.F1=52-l,d.prototype.F2=2*l-52;var f,A,g=new Array;for(f="0".charCodeAt(0),A=0;A<=9;++A)g[f++]=A;for(f="a".charCodeAt(0),A=10;A<36;++A)g[f++]=A;for(f="A".charCodeAt(0),A=10;A<36;++A)g[f++]=A;function m(e){return"0123456789abcdefghijklmnopqrstuvwxyz".charAt(e)}function v(e,t){var i=g[e.charCodeAt(t)];return null==i?-1:i}function y(e){var t=p();return t.fromInt(e),t}function b(e){var t,i=1;return 0!=(t=e>>>16)&&(e=t,i+=16),0!=(t=e>>8)&&(e=t,i+=8),0!=(t=e>>4)&&(e=t,i+=4),0!=(t=e>>2)&&(e=t,i+=2),0!=(t=e>>1)&&(e=t,i+=1),i}function x(e){this.m=e}function w(e){this.m=e,this.mp=e.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<e.DB-15)-1,this.mt2=2*e.t}function E(e,t){return e&t}function M(e,t){return e|t}function S(e,t){return e^t}function I(e,t){return e&~t}function C(e){if(0==e)return-1;var t=0;return 0==(65535&e)&&(e>>=16,t+=16),0==(255&e)&&(e>>=8,t+=8),0==(15&e)&&(e>>=4,t+=4),0==(3&e)&&(e>>=2,t+=2),0==(1&e)&&++t,t}function B(e){for(var t=0;0!=e;)e&=e-1,++t;return t}function P(){}function T(e){return e}function R(e){this.r2=p(),this.q3=p(),d.ONE.dlShiftTo(2*e.t,this.r2),this.mu=this.r2.divide(e),this.m=e}x.prototype.convert=function(e){return e.s<0||e.compareTo(this.m)>=0?e.mod(this.m):e},x.prototype.revert=function(e){return e},x.prototype.reduce=function(e){e.divRemTo(this.m,null,e)},x.prototype.mulTo=function(e,t,i){e.multiplyTo(t,i),this.reduce(i)},x.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},w.prototype.convert=function(e){var t=p();return e.abs().dlShiftTo(this.m.t,t),t.divRemTo(this.m,null,t),e.s<0&&t.compareTo(d.ZERO)>0&&this.m.subTo(t,t),t},w.prototype.revert=function(e){var t=p();return e.copyTo(t),this.reduce(t),t},w.prototype.reduce=function(e){for(;e.t<=this.mt2;)e[e.t++]=0;for(var t=0;t<this.m.t;++t){var i=32767&e[t],n=i*this.mpl+((i*this.mph+(e[t]>>15)*this.mpl&this.um)<<15)&e.DM;for(e[i=t+this.m.t]+=this.m.am(0,n,e,t,0,this.m.t);e[i]>=e.DV;)e[i]-=e.DV,e[++i]++}e.clamp(),e.drShiftTo(this.m.t,e),e.compareTo(this.m)>=0&&e.subTo(this.m,e)},w.prototype.mulTo=function(e,t,i){e.multiplyTo(t,i),this.reduce(i)},w.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)},d.prototype.copyTo=function(e){for(var t=this.t-1;t>=0;--t)e[t]=this[t];e.t=this.t,e.s=this.s},d.prototype.fromInt=function(e){this.t=1,this.s=e<0?-1:0,e>0?this[0]=e:e<-1?this[0]=e+this.DV:this.t=0},d.prototype.fromString=function(e,t){var i;if(16==t)i=4;else if(8==t)i=3;else if(256==t)i=8;else if(2==t)i=1;else if(32==t)i=5;else{if(4!=t)return void this.fromRadix(e,t);i=2}this.t=0,this.s=0;for(var n=e.length,r=!1,o=0;--n>=0;){var s=8==i?255&e[n]:v(e,n);s<0?"-"==e.charAt(n)&&(r=!0):(r=!1,0==o?this[this.t++]=s:o+i>this.DB?(this[this.t-1]|=(s&(1<<this.DB-o)-1)<<o,this[this.t++]=s>>this.DB-o):this[this.t-1]|=s<<o,(o+=i)>=this.DB&&(o-=this.DB))}8==i&&0!=(128&e[0])&&(this.s=-1,o>0&&(this[this.t-1]|=(1<<this.DB-o)-1<<o)),this.clamp(),r&&d.ZERO.subTo(this,this)},d.prototype.clamp=function(){for(var e=this.s&this.DM;this.t>0&&this[this.t-1]==e;)--this.t},d.prototype.dlShiftTo=function(e,t){var i;for(i=this.t-1;i>=0;--i)t[i+e]=this[i];for(i=e-1;i>=0;--i)t[i]=0;t.t=this.t+e,t.s=this.s},d.prototype.drShiftTo=function(e,t){for(var i=e;i<this.t;++i)t[i-e]=this[i];t.t=Math.max(this.t-e,0),t.s=this.s},d.prototype.lShiftTo=function(e,t){var i,n=e%this.DB,r=this.DB-n,o=(1<<r)-1,s=Math.floor(e/this.DB),a=this.s<<n&this.DM;for(i=this.t-1;i>=0;--i)t[i+s+1]=this[i]>>r|a,a=(this[i]&o)<<n;for(i=s-1;i>=0;--i)t[i]=0;t[s]=a,t.t=this.t+s+1,t.s=this.s,t.clamp()},d.prototype.rShiftTo=function(e,t){t.s=this.s;var i=Math.floor(e/this.DB);if(i>=this.t)t.t=0;else{var n=e%this.DB,r=this.DB-n,o=(1<<n)-1;t[0]=this[i]>>n;for(var s=i+1;s<this.t;++s)t[s-i-1]|=(this[s]&o)<<r,t[s-i]=this[s]>>n;n>0&&(t[this.t-i-1]|=(this.s&o)<<r),t.t=this.t-i,t.clamp()}},d.prototype.subTo=function(e,t){for(var i=0,n=0,r=Math.min(e.t,this.t);i<r;)n+=this[i]-e[i],t[i++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n-=e.s;i<this.t;)n+=this[i],t[i++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;i<e.t;)n-=e[i],t[i++]=n&this.DM,n>>=this.DB;n-=e.s}t.s=n<0?-1:0,n<-1?t[i++]=this.DV+n:n>0&&(t[i++]=n),t.t=i,t.clamp()},d.prototype.multiplyTo=function(e,t){var i=this.abs(),n=e.abs(),r=i.t;for(t.t=r+n.t;--r>=0;)t[r]=0;for(r=0;r<n.t;++r)t[r+i.t]=i.am(0,n[r],t,r,0,i.t);t.s=0,t.clamp(),this.s!=e.s&&d.ZERO.subTo(t,t)},d.prototype.squareTo=function(e){for(var t=this.abs(),i=e.t=2*t.t;--i>=0;)e[i]=0;for(i=0;i<t.t-1;++i){var n=t.am(i,t[i],e,2*i,0,1);(e[i+t.t]+=t.am(i+1,2*t[i],e,2*i+1,n,t.t-i-1))>=t.DV&&(e[i+t.t]-=t.DV,e[i+t.t+1]=1)}e.t>0&&(e[e.t-1]+=t.am(i,t[i],e,2*i,0,1)),e.s=0,e.clamp()},d.prototype.divRemTo=function(e,t,i){var n=e.abs();if(!(n.t<=0)){var r=this.abs();if(r.t<n.t)return null!=t&&t.fromInt(0),void(null!=i&&this.copyTo(i));null==i&&(i=p());var o=p(),s=this.s,a=e.s,l=this.DB-b(n[n.t-1]);l>0?(n.lShiftTo(l,o),r.lShiftTo(l,i)):(n.copyTo(o),r.copyTo(i));var u=o.t,c=o[u-1];if(0!=c){var h=c*(1<<this.F1)+(u>1?o[u-2]>>this.F2:0),f=this.FV/h,A=(1<<this.F1)/h,g=1<<this.F2,m=i.t,v=m-u,y=null==t?p():t;for(o.dlShiftTo(v,y),i.compareTo(y)>=0&&(i[i.t++]=1,i.subTo(y,i)),d.ONE.dlShiftTo(u,y),y.subTo(o,o);o.t<u;)o[o.t++]=0;for(;--v>=0;){var x=i[--m]==c?this.DM:Math.floor(i[m]*f+(i[m-1]+g)*A);if((i[m]+=o.am(0,x,i,v,0,u))<x)for(o.dlShiftTo(v,y),i.subTo(y,i);i[m]<--x;)i.subTo(y,i)}null!=t&&(i.drShiftTo(u,t),s!=a&&d.ZERO.subTo(t,t)),i.t=u,i.clamp(),l>0&&i.rShiftTo(l,i),s<0&&d.ZERO.subTo(i,i)}}},d.prototype.invDigit=function(){if(this.t<1)return 0;var e=this[0];if(0==(1&e))return 0;var t=3&e;return(t=(t=(t=(t=t*(2-(15&e)*t)&15)*(2-(255&e)*t)&255)*(2-((65535&e)*t&65535))&65535)*(2-e*t%this.DV)%this.DV)>0?this.DV-t:-t},d.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},d.prototype.exp=function(e,t){if(e>4294967295||e<1)return d.ONE;var i=p(),n=p(),r=t.convert(this),o=b(e)-1;for(r.copyTo(i);--o>=0;)if(t.sqrTo(i,n),(e&1<<o)>0)t.mulTo(n,r,i);else{var s=i;i=n,n=s}return t.revert(i)},d.prototype.toString=function(e){if(this.s<0)return"-"+this.negate().toString(e);var t;if(16==e)t=4;else if(8==e)t=3;else if(2==e)t=1;else if(32==e)t=5;else{if(4!=e)return this.toRadix(e);t=2}var i,n=(1<<t)-1,r=!1,o="",s=this.t,a=this.DB-s*this.DB%t;if(s-- >0)for(a<this.DB&&(i=this[s]>>a)>0&&(r=!0,o=m(i));s>=0;)a<t?(i=(this[s]&(1<<a)-1)<<t-a,i|=this[--s]>>(a+=this.DB-t)):(i=this[s]>>(a-=t)&n,a<=0&&(a+=this.DB,--s)),i>0&&(r=!0),r&&(o+=m(i));return r?o:"0"},d.prototype.negate=function(){var e=p();return d.ZERO.subTo(this,e),e},d.prototype.abs=function(){return this.s<0?this.negate():this},d.prototype.compareTo=function(e){var t=this.s-e.s;if(0!=t)return t;var i=this.t;if(0!=(t=i-e.t))return this.s<0?-t:t;for(;--i>=0;)if(0!=(t=this[i]-e[i]))return t;return 0},d.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+b(this[this.t-1]^this.s&this.DM)},d.prototype.mod=function(e){var t=p();return this.abs().divRemTo(e,null,t),this.s<0&&t.compareTo(d.ZERO)>0&&e.subTo(t,t),t},d.prototype.modPowInt=function(e,t){var i;return i=e<256||t.isEven()?new x(t):new w(t),this.exp(e,i)},d.ZERO=y(0),d.ONE=y(1),P.prototype.convert=T,P.prototype.revert=T,P.prototype.mulTo=function(e,t,i){e.multiplyTo(t,i)},P.prototype.sqrTo=function(e,t){e.squareTo(t)},R.prototype.convert=function(e){if(e.s<0||e.t>2*this.m.t)return e.mod(this.m);if(e.compareTo(this.m)<0)return e;var t=p();return e.copyTo(t),this.reduce(t),t},R.prototype.revert=function(e){return e},R.prototype.reduce=function(e){for(e.drShiftTo(this.m.t-1,this.r2),e.t>this.m.t+1&&(e.t=this.m.t+1,e.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);e.compareTo(this.r2)<0;)e.dAddOffset(1,this.m.t+1);for(e.subTo(this.r2,e);e.compareTo(this.m)>=0;)e.subTo(this.m,e)},R.prototype.mulTo=function(e,t,i){e.multiplyTo(t,i),this.reduce(i)},R.prototype.sqrTo=function(e,t){e.squareTo(t),this.reduce(t)};var D=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],L=(1<<26)/D[D.length-1];d.prototype.chunkSize=function(e){return Math.floor(Math.LN2*this.DB/Math.log(e))},d.prototype.toRadix=function(e){if(null==e&&(e=10),0==this.signum()||e<2||e>36)return"0";var t=this.chunkSize(e),i=Math.pow(e,t),n=y(i),r=p(),o=p(),s="";for(this.divRemTo(n,r,o);r.signum()>0;)s=(i+o.intValue()).toString(e).substr(1)+s,r.divRemTo(n,r,o);return o.intValue().toString(e)+s},d.prototype.fromRadix=function(e,t){this.fromInt(0),null==t&&(t=10);for(var i=this.chunkSize(t),n=Math.pow(t,i),r=!1,o=0,s=0,a=0;a<e.length;++a){var l=v(e,a);l<0?"-"==e.charAt(a)&&0==this.signum()&&(r=!0):(s=t*s+l,++o>=i&&(this.dMultiply(n),this.dAddOffset(s,0),o=0,s=0))}o>0&&(this.dMultiply(Math.pow(t,o)),this.dAddOffset(s,0)),r&&d.ZERO.subTo(this,this)},d.prototype.fromNumber=function(e,t,i){if("number"==typeof t)if(e<2)this.fromInt(1);else for(this.fromNumber(e,i),this.testBit(e-1)||this.bitwiseTo(d.ONE.shiftLeft(e-1),M,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(t);)this.dAddOffset(2,0),this.bitLength()>e&&this.subTo(d.ONE.shiftLeft(e-1),this);else{var n=new Array,r=7&e;n.length=1+(e>>3),t.nextBytes(n),r>0?n[0]&=(1<<r)-1:n[0]=0,this.fromString(n,256)}},d.prototype.bitwiseTo=function(e,t,i){var n,r,o=Math.min(e.t,this.t);for(n=0;n<o;++n)i[n]=t(this[n],e[n]);if(e.t<this.t){for(r=e.s&this.DM,n=o;n<this.t;++n)i[n]=t(this[n],r);i.t=this.t}else{for(r=this.s&this.DM,n=o;n<e.t;++n)i[n]=t(r,e[n]);i.t=e.t}i.s=t(this.s,e.s),i.clamp()},d.prototype.changeBit=function(e,t){var i=d.ONE.shiftLeft(e);return this.bitwiseTo(i,t,i),i},d.prototype.addTo=function(e,t){for(var i=0,n=0,r=Math.min(e.t,this.t);i<r;)n+=this[i]+e[i],t[i++]=n&this.DM,n>>=this.DB;if(e.t<this.t){for(n+=e.s;i<this.t;)n+=this[i],t[i++]=n&this.DM,n>>=this.DB;n+=this.s}else{for(n+=this.s;i<e.t;)n+=e[i],t[i++]=n&this.DM,n>>=this.DB;n+=e.s}t.s=n<0?-1:0,n>0?t[i++]=n:n<-1&&(t[i++]=this.DV+n),t.t=i,t.clamp()},d.prototype.dMultiply=function(e){this[this.t]=this.am(0,e-1,this,0,0,this.t),++this.t,this.clamp()},d.prototype.dAddOffset=function(e,t){if(0!=e){for(;this.t<=t;)this[this.t++]=0;for(this[t]+=e;this[t]>=this.DV;)this[t]-=this.DV,++t>=this.t&&(this[this.t++]=0),++this[t]}},d.prototype.multiplyLowerTo=function(e,t,i){var n,r=Math.min(this.t+e.t,t);for(i.s=0,i.t=r;r>0;)i[--r]=0;for(n=i.t-this.t;r<n;++r)i[r+this.t]=this.am(0,e[r],i,r,0,this.t);for(n=Math.min(e.t,t);r<n;++r)this.am(0,e[r],i,r,0,t-r);i.clamp()},d.prototype.multiplyUpperTo=function(e,t,i){--t;var n=i.t=this.t+e.t-t;for(i.s=0;--n>=0;)i[n]=0;for(n=Math.max(t-this.t,0);n<e.t;++n)i[this.t+n-t]=this.am(t-n,e[n],i,0,0,this.t+n-t);i.clamp(),i.drShiftTo(1,i)},d.prototype.modInt=function(e){if(e<=0)return 0;var t=this.DV%e,i=this.s<0?e-1:0;if(this.t>0)if(0==t)i=this[0]%e;else for(var n=this.t-1;n>=0;--n)i=(t*i+this[n])%e;return i},d.prototype.millerRabin=function(e){var t=this.subtract(d.ONE),i=t.getLowestSetBit();if(i<=0)return!1;var n=t.shiftRight(i);(e=e+1>>1)>D.length&&(e=D.length);for(var r=p(),o=0;o<e;++o){r.fromInt(D[Math.floor(Math.random()*D.length)]);var s=r.modPow(n,this);if(0!=s.compareTo(d.ONE)&&0!=s.compareTo(t)){for(var a=1;a++<i&&0!=s.compareTo(t);)if(0==(s=s.modPowInt(2,this)).compareTo(d.ONE))return!1;if(0!=s.compareTo(t))return!1}}return!0},d.prototype.clone=
358
+ /*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/ */
359
+ function(){var e=p();return this.copyTo(e),e},d.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},d.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},d.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},d.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},d.prototype.toByteArray=function(){var e=this.t,t=new Array;t[0]=this.s;var i,n=this.DB-e*this.DB%8,r=0;if(e-- >0)for(n<this.DB&&(i=this[e]>>n)!=(this.s&this.DM)>>n&&(t[r++]=i|this.s<<this.DB-n);e>=0;)n<8?(i=(this[e]&(1<<n)-1)<<8-n,i|=this[--e]>>(n+=this.DB-8)):(i=this[e]>>(n-=8)&255,n<=0&&(n+=this.DB,--e)),0!=(128&i)&&(i|=-256),0==r&&(128&this.s)!=(128&i)&&++r,(r>0||i!=this.s)&&(t[r++]=i);return t},d.prototype.equals=function(e){return 0==this.compareTo(e)},d.prototype.min=function(e){return this.compareTo(e)<0?this:e},d.prototype.max=function(e){return this.compareTo(e)>0?this:e},d.prototype.and=function(e){var t=p();return this.bitwiseTo(e,E,t),t},d.prototype.or=function(e){var t=p();return this.bitwiseTo(e,M,t),t},d.prototype.xor=function(e){var t=p();return this.bitwiseTo(e,S,t),t},d.prototype.andNot=function(e){var t=p();return this.bitwiseTo(e,I,t),t},d.prototype.not=function(){for(var e=p(),t=0;t<this.t;++t)e[t]=this.DM&~this[t];return e.t=this.t,e.s=~this.s,e},d.prototype.shiftLeft=function(e){var t=p();return e<0?this.rShiftTo(-e,t):this.lShiftTo(e,t),t},d.prototype.shiftRight=function(e){var t=p();return e<0?this.lShiftTo(-e,t):this.rShiftTo(e,t),t},d.prototype.getLowestSetBit=function(){for(var e=0;e<this.t;++e)if(0!=this[e])return e*this.DB+C(this[e]);return this.s<0?this.t*this.DB:-1},d.prototype.bitCount=function(){for(var e=0,t=this.s&this.DM,i=0;i<this.t;++i)e+=B(this[i]^t);return e},d.prototype.testBit=function(e){var t=Math.floor(e/this.DB);return t>=this.t?0!=this.s:0!=(this[t]&1<<e%this.DB)},d.prototype.setBit=function(e){return this.changeBit(e,M)},d.prototype.clearBit=function(e){return this.changeBit(e,I)},d.prototype.flipBit=function(e){return this.changeBit(e,S)},d.prototype.add=function(e){var t=p();return this.addTo(e,t),t},d.prototype.subtract=function(e){var t=p();return this.subTo(e,t),t},d.prototype.multiply=function(e){var t=p();return this.multiplyTo(e,t),t},d.prototype.divide=function(e){var t=p();return this.divRemTo(e,t,null),t},d.prototype.remainder=function(e){var t=p();return this.divRemTo(e,null,t),t},d.prototype.divideAndRemainder=function(e){var t=p(),i=p();return this.divRemTo(e,t,i),new Array(t,i)},d.prototype.modPow=function(e,t){var i,n,r=e.bitLength(),o=y(1);if(r<=0)return o;i=r<18?1:r<48?3:r<144?4:r<768?5:6,n=r<8?new x(t):t.isEven()?new R(t):new w(t);var s=new Array,a=3,l=i-1,u=(1<<i)-1;if(s[1]=n.convert(this),i>1){var c=p();for(n.sqrTo(s[1],c);a<=u;)s[a]=p(),n.mulTo(c,s[a-2],s[a]),a+=2}var h,d,f=e.t-1,A=!0,g=p();for(r=b(e[f])-1;f>=0;){for(r>=l?h=e[f]>>r-l&u:(h=(e[f]&(1<<r+1)-1)<<l-r,f>0&&(h|=e[f-1]>>this.DB+r-l)),a=i;0==(1&h);)h>>=1,--a;if((r-=a)<0&&(r+=this.DB,--f),A)s[h].copyTo(o),A=!1;else{for(;a>1;)n.sqrTo(o,g),n.sqrTo(g,o),a-=2;a>0?n.sqrTo(o,g):(d=o,o=g,g=d),n.mulTo(g,s[h],o)}for(;f>=0&&0==(e[f]&1<<r);)n.sqrTo(o,g),d=o,o=g,g=d,--r<0&&(r=this.DB-1,--f)}return n.revert(o)},d.prototype.modInverse=function(e){var t=e.isEven();if(this.isEven()&&t||0==e.signum())return d.ZERO;for(var i=e.clone(),n=this.clone(),r=y(1),o=y(0),s=y(0),a=y(1);0!=i.signum();){for(;i.isEven();)i.rShiftTo(1,i),t?(r.isEven()&&o.isEven()||(r.addTo(this,r),o.subTo(e,o)),r.rShiftTo(1,r)):o.isEven()||o.subTo(e,o),o.rShiftTo(1,o);for(;n.isEven();)n.rShiftTo(1,n),t?(s.isEven()&&a.isEven()||(s.addTo(this,s),a.subTo(e,a)),s.rShiftTo(1,s)):a.isEven()||a.subTo(e,a),a.rShiftTo(1,a);i.compareTo(n)>=0?(i.subTo(n,i),t&&r.subTo(s,r),o.subTo(a,o)):(n.subTo(i,n),t&&s.subTo(r,s),a.subTo(o,a))}return 0!=n.compareTo(d.ONE)?d.ZERO:a.compareTo(e)>=0?a.subtract(e):a.signum()<0?(a.addTo(e,a),a.signum()<0?a.add(e):a):a},d.prototype.pow=function(e){return this.exp(e,new P)},d.prototype.gcd=function(e){var t=this.s<0?this.negate():this.clone(),i=e.s<0?e.negate():e.clone();if(t.compareTo(i)<0){var n=t;t=i,i=n}var r=t.getLowestSetBit(),o=i.getLowestSetBit();if(o<0)return t;for(r<o&&(o=r),o>0&&(t.rShiftTo(o,t),i.rShiftTo(o,i));t.signum()>0;)(r=t.getLowestSetBit())>0&&t.rShiftTo(r,t),(r=i.getLowestSetBit())>0&&i.rShiftTo(r,i),t.compareTo(i)>=0?(t.subTo(i,t),t.rShiftTo(1,t)):(i.subTo(t,i),i.rShiftTo(1,i));return o>0&&i.lShiftTo(o,i),i},d.prototype.isProbablePrime=function(e){var t,i=this.abs();if(1==i.t&&i[0]<=D[D.length-1]){for(t=0;t<D.length;++t)if(i[0]==D[t])return!0;return!1}if(i.isEven())return!1;for(t=1;t<D.length;){for(var n=D[t],r=t+1;r<D.length&&n<L;)n*=D[r++];for(n=i.modInt(n);t<r;)if(n%D[t++]==0)return!1}return i.millerRabin(e)},d.prototype.square=function(){var e=p();return this.squareTo(e),e};
360
+ /*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/ */
361
+ var k="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function F(e){var t,i,n="";for(t=0;t+3<=e.length;t+=3)i=parseInt(e.substring(t,t+3),16),n+=k.charAt(i>>6)+k.charAt(63&i);for(t+1==e.length?(i=parseInt(e.substring(t,t+1),16),n+=k.charAt(i<<2)):t+2==e.length&&(i=parseInt(e.substring(t,t+2),16),n+=k.charAt(i>>2)+k.charAt((3&i)<<4));(3&n.length)>0;)n+="=";return n}function N(e){var t,i,n,r="",o=0;for(t=0;t<e.length&&"="!=e.charAt(t);++t)(n=k.indexOf(e.charAt(t)))<0||(0==o?(r+=m(n>>2),i=3&n,o=1):1==o?(r+=m(i<<2|n>>4),i=15&n,o=2):2==o?(r+=m(i),r+=m(n>>2),i=3&n,o=3):(r+=m(i<<2|n>>4),r+=m(15&n),o=0));return 1==o&&(r+=m(i<<2)),r}
362
+ /*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/ */function O(){this.i=0,this.j=0,this.S=new Array}O.prototype.init=function(e){var t,i,n;for(t=0;t<256;++t)this.S[t]=t;for(i=0,t=0;t<256;++t)i=i+this.S[t]+e[t%e.length]&255,n=this.S[t],this.S[t]=this.S[i],this.S[i]=n;this.i=0,this.j=0},O.prototype.next=function(){var e;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,e=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=e,this.S[e+this.S[this.i]&255]};var Q,V,_;
363
+ /*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/ */function H(){var e;e=(new Date).getTime(),V[_++]^=255&e,V[_++]^=e>>8&255,V[_++]^=e>>16&255,V[_++]^=e>>24&255,_>=256&&(_-=256)}if(null==V){var U;if(V=new Array,_=0,"undefined"!=typeof window&&(void 0!==window.crypto||void 0!==window.msCrypto)){var q=window.crypto||window.msCrypto;if(q.getRandomValues){var z=new Uint8Array(32);for(q.getRandomValues(z),U=0;U<32;++U)V[_++]=z[U]}else if("undefined"!=typeof navigator&&"Netscape"==navigator.appName&&navigator.appVersion<"5"){var j=window.crypto.random(32);for(U=0;U<j.length;++U)V[_++]=255&j.charCodeAt(U)}}for(;_<256;)U=Math.floor(65536*Math.random()),V[_++]=U>>>8,V[_++]=255&U;_=0,H()}function K(){if(null==Q){for(H(),(Q=new O).init(V),_=0;_<V.length;++_)V[_]=0;_=0}return Q.next()}function G(){}
364
+ /*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/ */
365
+ function W(e,t){return new d(e,t)}function X(e,t,i){for(var n="",r=0;n.length<t;)n+=i(String.fromCharCode.apply(String,e.concat([(4278190080&r)>>24,(16711680&r)>>16,(65280&r)>>8,255&r]))),r+=1;return n}function Y(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}function Z(e,t,i){for(var n="",r=0;n.length<t;)n+=i(e+String.fromCharCode.apply(String,[(4278190080&r)>>24,(16711680&r)>>16,(65280&r)>>8,255&r])),r+=1;return n}function J(e){for(var t="",i=0;i<e.length;i++){var n=e[i].toString(16);1==n.length&&(n="0"+n),t+=n}return t}function $(e){return J(function(e){for(var t=new Array,i=0;i<e.length;i++)t[i]=e.charCodeAt(i);return t}(e))}function ee(e){return e.length%4==2?e+="==":e.length%4==3&&(e+="="),e=(e=e.replace(/-/g,"+")).replace(/_/g,"/")}function te(e){return e.length%2==1&&(e="0"+e),function(e){return(e=(e=e.replace(/\=/g,"")).replace(/\+/g,"-")).replace(/\//g,"_")}(F(e))}function ie(e){return N(ee(e))}function ne(e){return function(e){return e.replace(/%/g,"")}(function(e){for(var t=encodeURIComponent(e),i="",n=0;n<t.length;n++)"%"==t[n]?(i+=t.substr(n,3),n+=2):i=i+"%"+$(t[n]);return i}(e))}function re(e){return decodeURIComponent(function(e){return e.replace(/(..)/g,"%$1")}(e))}function oe(e){for(var t="",i=0;i<e.length-1;i+=2)t+=String.fromCharCode(parseInt(e.substr(i,2),16));return t}function se(e){for(var t="",i=0;i<e.length;i++)t+=("0"+e.charCodeAt(i).toString(16)).slice(-2);return t}function ae(e){var t=function(e){return F(e)}(e).replace(/(.{64})/g,"$1\r\n");return t=t.replace(/\r\n$/,"")}function le(e,t){return"-----BEGIN "+t+"-----\r\n"+ae(e)+"\r\n-----END "+t+"-----\r\n"}function ue(e,t){if(-1==e.indexOf("-----BEGIN "))throw"can't find PEM header: "+t;return function(e){return N(e.replace(/[^0-9A-Za-z\/+=]*/g,""))}(e=void 0!==t?(e=e.replace(new RegExp("^[^]*-----BEGIN "+t+"-----"),"")).replace(new RegExp("-----END "+t+"-----[^]*$"),""):(e=e.replace(/^[^]*-----BEGIN [^-]+-----/,"")).replace(/-----END [^-]+-----[^]*$/,""))}function ce(e){var t="malformed hex value";if(!e.match(/^([0-9A-Fa-f][0-9A-Fa-f]){1,}$/))throw t;if(8!=e.length)return 32==e.length?function(e){if(!e.match(/^[0-9A-Fa-f]{32}$/))throw"malformed IPv6 address octet";for(var t=(e=e.toLowerCase()).match(/.{1,4}/g),i=0;i<8;i++)t[i]=t[i].replace(/^0+/,""),""==t[i]&&(t[i]="0");var n=(e=":"+t.join(":")+":").match(/:(0:){2,}/g);if(null===n)return e.slice(1,-1);var r="";for(i=0;i<n.length;i++)n[i].length>r.length&&(r=n[i]);return(e=e.replace(r,"::")).slice(1,-1)}(e):e;try{return parseInt(e.substr(0,2),16)+"."+parseInt(e.substr(2,2),16)+"."+parseInt(e.substr(4,2),16)+"."+parseInt(e.substr(6,2),16)}catch(e){throw t}}function he(e){return e.match(/.{4}/g).map((function(e){var t=parseInt(e.substr(0,2),16),i=parseInt(e.substr(2),16);if(0==t&i<128)return String.fromCharCode(i);if(t<8){var n=128|63&i;return re((192|(7&t)<<3|(192&i)>>6).toString(16)+n.toString(16))}n=128|(15&t)<<2|(192&i)>>6;var r=128|63&i;return re((224|(240&t)>>4).toString(16)+n.toString(16)+r.toString(16))})).join("")}function de(e){return!(e.length%2!=0||!e.match(/^[0-9a-f]+$/)&&!e.match(/^[0-9A-F]+$/))}function pe(e){return e.length%2==1?"0"+e:e.substr(0,1)>"7"?"00"+e:e}G.prototype.nextBytes=function(e){var t;for(t=0;t<e.length;++t)e[t]=K()},Y.prototype.doPublic=function(e){return e.modPowInt(this.e,this.n)},Y.prototype.setPublic=function(e,t){if(this.isPublic=!0,this.isPrivate=!1,"string"!=typeof e)this.n=e,this.e=t;else{if(!(null!=e&&null!=t&&e.length>0&&t.length>0))throw"Invalid RSA public key";this.n=W(e,16),this.e=parseInt(t,16)}},Y.prototype.encrypt=function(e){var t=function(e,t){if(t<e.length+11)throw"Message too long for RSA";for(var i=new Array,n=e.length-1;n>=0&&t>0;){var r=e.charCodeAt(n--);r<128?i[--t]=r:r>127&&r<2048?(i[--t]=63&r|128,i[--t]=r>>6|192):(i[--t]=63&r|128,i[--t]=r>>6&63|128,i[--t]=r>>12|224)}i[--t]=0;for(var o=new G,s=new Array;t>2;){for(s[0]=0;0==s[0];)o.nextBytes(s);i[--t]=s[0]}return i[--t]=2,i[--t]=0,new d(i)}(e,this.n.bitLength()+7>>3);if(null==t)return null;var i=this.doPublic(t);if(null==i)return null;var n=i.toString(16);return 0==(1&n.length)?n:"0"+n},Y.prototype.encryptOAEP=function(e,t,i){var n=function(e,t,i,n){var r=u.crypto.MessageDigest,o=u.crypto.Util,s=null;if(i||(i="sha1"),"string"==typeof i&&(s=r.getCanonicalAlgName(i),n=r.getHashLength(s),i=function(e){return oe(o.hashHex(se(e),s))}),e.length+2*n+2>t)throw"Message too long for RSA";var a,l="";for(a=0;a<t-e.length-2*n-2;a+=1)l+="\0";var c=i("")+l+""+e,h=new Array(n);(new G).nextBytes(h);var p=X(h,c.length,i),f=[];for(a=0;a<c.length;a+=1)f[a]=c.charCodeAt(a)^p.charCodeAt(a);var A=X(f,h.length,i),g=[0];for(a=0;a<h.length;a+=1)g[a+1]=h[a]^A.charCodeAt(a);return new d(g.concat(f))}(e,this.n.bitLength()+7>>3,t,i);if(null==n)return null;var r=this.doPublic(n);if(null==r)return null;var o=r.toString(16);return 0==(1&o.length)?o:"0"+o},Y.prototype.type="RSA",Y.prototype.doPrivate=function(e){if(null==this.p||null==this.q)return e.modPow(this.d,this.n);for(var t=e.mod(this.p).modPow(this.dmp1,this.p),i=e.mod(this.q).modPow(this.dmq1,this.q);t.compareTo(i)<0;)t=t.add(this.p);return t.subtract(i).multiply(this.coeff).mod(this.p).multiply(this.q).add(i)},Y.prototype.setPrivate=function(e,t,i){if(this.isPrivate=!0,"string"!=typeof e)this.n=e,this.e=t,this.d=i;else{if(!(null!=e&&null!=t&&e.length>0&&t.length>0))throw"Invalid RSA private key";this.n=W(e,16),this.e=parseInt(t,16),this.d=W(i,16)}},Y.prototype.setPrivateEx=function(e,t,i,n,r,o,s,a){if(this.isPrivate=!0,this.isPublic=!1,null==e)throw"RSASetPrivateEx N == null";if(null==t)throw"RSASetPrivateEx E == null";if(0==e.length)throw"RSASetPrivateEx N.length == 0";if(0==t.length)throw"RSASetPrivateEx E.length == 0";if(!(null!=e&&null!=t&&e.length>0&&t.length>0))throw"Invalid RSA private key in RSASetPrivateEx";this.n=W(e,16),this.e=parseInt(t,16),this.d=W(i,16),this.p=W(n,16),this.q=W(r,16),this.dmp1=W(o,16),this.dmq1=W(s,16),this.coeff=W(a,16)},Y.prototype.generate=function(e,t){var i=new G,n=e>>1;this.e=parseInt(t,16);for(var r=new d(t,16);;){for(;this.p=new d(e-n,1,i),0!=this.p.subtract(d.ONE).gcd(r).compareTo(d.ONE)||!this.p.isProbablePrime(10););for(;this.q=new d(n,1,i),0!=this.q.subtract(d.ONE).gcd(r).compareTo(d.ONE)||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var o=this.p;this.p=this.q,this.q=o}var s=this.p.subtract(d.ONE),a=this.q.subtract(d.ONE),l=s.multiply(a);if(0==l.gcd(r).compareTo(d.ONE)&&(this.n=this.p.multiply(this.q),this.n.bitLength()==e)){this.d=r.modInverse(l),this.dmp1=this.d.mod(s),this.dmq1=this.d.mod(a),this.coeff=this.q.modInverse(this.p);break}}this.isPrivate=!0},Y.prototype.decrypt=function(e){if(e.length!=Math.ceil(this.n.bitLength()/4))throw new Error("wrong ctext length");var t=W(e,16),i=this.doPrivate(t);return null==i?null:
366
+ /*! (c) Tom Wu | http://www-cs-students.stanford.edu/~tjw/jsbn/ */
367
+ function(e,t){for(var i=e.toByteArray(),n=0;n<i.length&&0==i[n];)++n;if(i.length-n!=t-1||2!=i[n])return null;for(++n;0!=i[n];)if(++n>=i.length)return null;for(var r="";++n<i.length;){var o=255&i[n];o<128?r+=String.fromCharCode(o):o>191&&o<224?(r+=String.fromCharCode((31&o)<<6|63&i[n+1]),++n):(r+=String.fromCharCode((15&o)<<12|(63&i[n+1])<<6|63&i[n+2]),n+=2)}return r}(i,this.n.bitLength()+7>>3)},Y.prototype.decryptOAEP=function(e,t,i){if(e.length!=Math.ceil(this.n.bitLength()/4))throw new Error("wrong ctext length");var n=W(e,16),r=this.doPrivate(n);return null==r?null:function(e,t,i,n){var r=u.crypto.MessageDigest,o=u.crypto.Util,s=null;for(i||(i="sha1"),"string"==typeof i&&(s=r.getCanonicalAlgName(i),n=r.getHashLength(s),i=function(e){return oe(o.hashHex(se(e),s))}),e=e.toByteArray(),a=0;a<e.length;a+=1)e[a]&=255;for(;e.length<t;)e.unshift(0);if((e=String.fromCharCode.apply(String,e)).length<2*n+2)throw"Cipher too short";var a,l=e.substr(1,n),c=e.substr(n+1),h=Z(c,n,i),d=[];for(a=0;a<l.length;a+=1)d[a]=l.charCodeAt(a)^h.charCodeAt(a);var p=Z(String.fromCharCode.apply(String,d),e.length-n,i),f=[];for(a=0;a<c.length;a+=1)f[a]=c.charCodeAt(a)^p.charCodeAt(a);if((f=String.fromCharCode.apply(String,f)).substr(0,n)!==i(""))throw"Hash mismatch";var A=(f=f.substr(n)).indexOf("");if((-1!=A?f.substr(0,A).lastIndexOf("\0"):-1)+1!=A)throw"Malformed data";return f.substr(A+1)}(r,this.n.bitLength()+7>>3,t,i)},void 0!==u.lang&&u.lang||(u.lang={}),u.lang.String=function(){},u.lang.String.isInteger=function(e){return!!e.match(/^[0-9]+$/)||!!e.match(/^-[0-9]+$/)},u.lang.String.isHex=function(e){return de(e)},u.lang.String.isBase64=function(e){return!(!(e=e.replace(/\s+/g,"")).match(/^[0-9A-Za-z+\/]+={0,3}$/)||e.length%4!=0)},u.lang.String.isBase64URL=function(e){return!e.match(/[+/=]/)&&(e=ee(e),u.lang.String.isBase64(e))},u.lang.String.isIntegerArray=function(e){return!!(e=e.replace(/\s+/g,"")).match(/^\[[0-9,]+\]$/)},u.lang.String.isPrintable=function(e){return null!==e.match(/^[0-9A-Za-z '()+,-./:=?]*$/)},u.lang.String.isIA5=function(e){return null!==e.match(/^[\x20-\x21\x23-\x7f]*$/)},u.lang.String.isMail=function(e){return null!==e.match(/^[A-Za-z0-9]{1}[A-Za-z0-9_.-]*@{1}[A-Za-z0-9_.-]{1,}\.[A-Za-z0-9]{1,}$/)};var fe=function(e,t,i){return null==i&&(i="0"),e.length>=t?e:new Array(t-e.length+1).join(i)+e};function Ae(e,t){var i=function(){};i.prototype=t.prototype,e.prototype=new i,e.prototype.constructor=e,e.superclass=t.prototype,t.prototype.constructor==Object.prototype.constructor&&(t.prototype.constructor=t)}void 0!==u.crypto&&u.crypto||(u.crypto={}),u.crypto.Util=new function(){this.DIGESTINFOHEAD={sha1:"3021300906052b0e03021a05000414",sha224:"302d300d06096086480165030402040500041c",sha256:"3031300d060960864801650304020105000420",sha384:"3041300d060960864801650304020205000430",sha512:"3051300d060960864801650304020305000440",md2:"3020300c06082a864886f70d020205000410",md5:"3020300c06082a864886f70d020505000410",ripemd160:"3021300906052b2403020105000414"},this.DEFAULTPROVIDER={md5:"cryptojs",sha1:"cryptojs",sha224:"cryptojs",sha256:"cryptojs",sha384:"cryptojs",sha512:"cryptojs",ripemd160:"cryptojs",hmacmd5:"cryptojs",hmacsha1:"cryptojs",hmacsha224:"cryptojs",hmacsha256:"cryptojs",hmacsha384:"cryptojs",hmacsha512:"cryptojs",hmacripemd160:"cryptojs",MD5withRSA:"cryptojs/jsrsa",SHA1withRSA:"cryptojs/jsrsa",SHA224withRSA:"cryptojs/jsrsa",SHA256withRSA:"cryptojs/jsrsa",SHA384withRSA:"cryptojs/jsrsa",SHA512withRSA:"cryptojs/jsrsa",RIPEMD160withRSA:"cryptojs/jsrsa",MD5withECDSA:"cryptojs/jsrsa",SHA1withECDSA:"cryptojs/jsrsa",SHA224withECDSA:"cryptojs/jsrsa",SHA256withECDSA:"cryptojs/jsrsa",SHA384withECDSA:"cryptojs/jsrsa",SHA512withECDSA:"cryptojs/jsrsa",RIPEMD160withECDSA:"cryptojs/jsrsa",SHA1withDSA:"cryptojs/jsrsa",SHA224withDSA:"cryptojs/jsrsa",SHA256withDSA:"cryptojs/jsrsa",MD5withRSAandMGF1:"cryptojs/jsrsa",SHAwithRSAandMGF1:"cryptojs/jsrsa",SHA1withRSAandMGF1:"cryptojs/jsrsa",SHA224withRSAandMGF1:"cryptojs/jsrsa",SHA256withRSAandMGF1:"cryptojs/jsrsa",SHA384withRSAandMGF1:"cryptojs/jsrsa",SHA512withRSAandMGF1:"cryptojs/jsrsa",RIPEMD160withRSAandMGF1:"cryptojs/jsrsa"},this.CRYPTOJSMESSAGEDIGESTNAME={md5:h.algo.MD5,sha1:h.algo.SHA1,sha224:h.algo.SHA224,sha256:h.algo.SHA256,sha384:h.algo.SHA384,sha512:h.algo.SHA512,ripemd160:h.algo.RIPEMD160},this.getDigestInfoHex=function(e,t){if(void 0===this.DIGESTINFOHEAD[t])throw"alg not supported in Util.DIGESTINFOHEAD: "+t;return this.DIGESTINFOHEAD[t]+e},this.getPaddedDigestInfoHex=function(e,t,i){var n=this.getDigestInfoHex(e,t),r=i/4;if(n.length+22>r)throw"key is too short for SigAlg: keylen="+i+","+t;for(var o="0001",s="00"+n,a="",l=r-o.length-s.length,u=0;u<l;u+=2)a+="ff";return o+a+s},this.hashString=function(e,t){return new u.crypto.MessageDigest({alg:t}).digestString(e)},this.hashHex=function(e,t){return new u.crypto.MessageDigest({alg:t}).digestHex(e)},this.sha1=function(e){return this.hashString(e,"sha1")},this.sha256=function(e){return this.hashString(e,"sha256")},this.sha256Hex=function(e){return this.hashHex(e,"sha256")},this.sha512=function(e){return this.hashString(e,"sha512")},this.sha512Hex=function(e){return this.hashHex(e,"sha512")},this.isKey=function(e){return e instanceof Y||e instanceof u.crypto.DSA||e instanceof u.crypto.ECDSA}},u.crypto.Util.md5=function(e){return new u.crypto.MessageDigest({alg:"md5",prov:"cryptojs"}).digestString(e)},u.crypto.Util.ripemd160=function(e){return new u.crypto.MessageDigest({alg:"ripemd160",prov:"cryptojs"}).digestString(e)},u.crypto.Util.SECURERANDOMGEN=new G,u.crypto.Util.getRandomHexOfNbytes=function(e){var t=new Array(e);return u.crypto.Util.SECURERANDOMGEN.nextBytes(t),J(t)},u.crypto.Util.getRandomBigIntegerOfNbytes=function(e){return new d(u.crypto.Util.getRandomHexOfNbytes(e),16)},u.crypto.Util.getRandomHexOfNbits=function(e){var t=e%8,i=new Array((e-t)/8+1);return u.crypto.Util.SECURERANDOMGEN.nextBytes(i),i[0]=(255<<t&255^255)&i[0],J(i)},u.crypto.Util.getRandomBigIntegerOfNbits=function(e){return new d(u.crypto.Util.getRandomHexOfNbits(e),16)},u.crypto.Util.getRandomBigIntegerZeroToMax=function(e){for(var t=e.bitLength();;){var i=u.crypto.Util.getRandomBigIntegerOfNbits(t);if(-1!=e.compareTo(i))return i}},u.crypto.Util.getRandomBigIntegerMinToMax=function(e,t){var i=e.compareTo(t);if(1==i)throw"biMin is greater than biMax";if(0==i)return e;var n=t.subtract(e);return u.crypto.Util.getRandomBigIntegerZeroToMax(n).add(e)},u.crypto.MessageDigest=function(e){this.setAlgAndProvider=function(e,t){if(null!==(e=u.crypto.MessageDigest.getCanonicalAlgName(e))&&void 0===t&&(t=u.crypto.Util.DEFAULTPROVIDER[e]),-1!=":md5:sha1:sha224:sha256:sha384:sha512:ripemd160:".indexOf(e)&&"cryptojs"==t){try{this.md=u.crypto.Util.CRYPTOJSMESSAGEDIGESTNAME[e].create()}catch(t){throw"setAlgAndProvider hash alg set fail alg="+e+"/"+t}this.updateString=function(e){this.md.update(e)},this.updateHex=function(e){var t=h.enc.Hex.parse(e);this.md.update(t)},this.digest=function(){return this.md.finalize().toString(h.enc.Hex)},this.digestString=function(e){return this.updateString(e),this.digest()},this.digestHex=function(e){return this.updateHex(e),this.digest()}}if(-1!=":sha256:".indexOf(e)&&"sjcl"==t){try{this.md=new sjcl.hash.sha256}catch(t){throw"setAlgAndProvider hash alg set fail alg="+e+"/"+t}this.updateString=function(e){this.md.update(e)},this.updateHex=function(e){var t=sjcl.codec.hex.toBits(e);this.md.update(t)},this.digest=function(){var e=this.md.finalize();return sjcl.codec.hex.fromBits(e)},this.digestString=function(e){return this.updateString(e),this.digest()},this.digestHex=function(e){return this.updateHex(e),this.digest()}}},this.updateString=function(e){throw"updateString(str) not supported for this alg/prov: "+this.algName+"/"+this.provName},this.updateHex=function(e){throw"updateHex(hex) not supported for this alg/prov: "+this.algName+"/"+this.provName},this.digest=function(){throw"digest() not supported for this alg/prov: "+this.algName+"/"+this.provName},this.digestString=function(e){throw"digestString(str) not supported for this alg/prov: "+this.algName+"/"+this.provName},this.digestHex=function(e){throw"digestHex(hex) not supported for this alg/prov: "+this.algName+"/"+this.provName},void 0!==e&&void 0!==e.alg&&(this.algName=e.alg,void 0===e.prov&&(this.provName=u.crypto.Util.DEFAULTPROVIDER[this.algName]),this.setAlgAndProvider(this.algName,this.provName))},u.crypto.MessageDigest.getCanonicalAlgName=function(e){return"string"==typeof e&&(e=(e=e.toLowerCase()).replace(/-/,"")),e},u.crypto.MessageDigest.getHashLength=function(e){var t=u.crypto.MessageDigest,i=t.getCanonicalAlgName(e);if(void 0===t.HASHLENGTH[i])throw"not supported algorithm: "+e;return t.HASHLENGTH[i]},u.crypto.MessageDigest.HASHLENGTH={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,ripemd160:20},u.crypto.Mac=function(e){this.setAlgAndProvider=function(e,t){if(null==(e=e.toLowerCase())&&(e="hmacsha1"),"hmac"!=(e=e.toLowerCase()).substr(0,4))throw"setAlgAndProvider unsupported HMAC alg: "+e;void 0===t&&(t=u.crypto.Util.DEFAULTPROVIDER[e]),this.algProv=e+"/"+t;var i=e.substr(4);if(-1!=":md5:sha1:sha224:sha256:sha384:sha512:ripemd160:".indexOf(i)&&"cryptojs"==t){try{var n=u.crypto.Util.CRYPTOJSMESSAGEDIGESTNAME[i];this.mac=h.algo.HMAC.create(n,this.pass)}catch(e){throw"setAlgAndProvider hash alg set fail hashAlg="+i+"/"+e}this.updateString=function(e){this.mac.update(e)},this.updateHex=function(e){var t=h.enc.Hex.parse(e);this.mac.update(t)},this.doFinal=function(){return this.mac.finalize().toString(h.enc.Hex)},this.doFinalString=function(e){return this.updateString(e),this.doFinal()},this.doFinalHex=function(e){return this.updateHex(e),this.doFinal()}}},this.updateString=function(e){throw"updateString(str) not supported for this alg/prov: "+this.algProv},this.updateHex=function(e){throw"updateHex(hex) not supported for this alg/prov: "+this.algProv},this.doFinal=function(){throw"digest() not supported for this alg/prov: "+this.algProv},this.doFinalString=function(e){throw"digestString(str) not supported for this alg/prov: "+this.algProv},this.doFinalHex=function(e){throw"digestHex(hex) not supported for this alg/prov: "+this.algProv},this.setPassword=function(e){if("string"==typeof e){var t=e;return e.length%2!=1&&e.match(/^[0-9A-Fa-f]+$/)||(t=se(e)),void(this.pass=h.enc.Hex.parse(t))}if("object"!=typeof e)throw"KJUR.crypto.Mac unsupported password type: "+e;t=null;if(void 0!==e.hex){if(e.hex.length%2!=0||!e.hex.match(/^[0-9A-Fa-f]+$/))throw"Mac: wrong hex password: "+e.hex;t=e.hex}if(void 0!==e.utf8&&(t=ne(e.utf8)),void 0!==e.rstr&&(t=se(e.rstr)),void 0!==e.b64&&(t=N(e.b64)),void 0!==e.b64u&&(t=ie(e.b64u)),null==t)throw"KJUR.crypto.Mac unsupported password type: "+e;this.pass=h.enc.Hex.parse(t)},void 0!==e&&(void 0!==e.pass&&this.setPassword(e.pass),void 0!==e.alg&&(this.algName=e.alg,void 0===e.prov&&(this.provName=u.crypto.Util.DEFAULTPROVIDER[this.algName]),this.setAlgAndProvider(this.algName,this.provName)))},u.crypto.Signature=function(e){var t=null;if(this._setAlgNames=function(){var e=this.algName.match(/^(.+)with(.+)$/);e&&(this.mdAlgName=e[1].toLowerCase(),this.pubkeyAlgName=e[2].toLowerCase(),"rsaandmgf1"==this.pubkeyAlgName&&"sha"==this.mdAlgName&&(this.mdAlgName="sha1"))},this._zeroPaddingOfSignature=function(e,t){for(var i="",n=t/4-e.length,r=0;r<n;r++)i+="0";return i+e},this.setAlgAndProvider=function(e,t){if(this._setAlgNames(),"cryptojs/jsrsa"!=t)throw new Error("provider not supported: "+t);if(-1!=":md5:sha1:sha224:sha256:sha384:sha512:ripemd160:".indexOf(this.mdAlgName)){try{this.md=new u.crypto.MessageDigest({alg:this.mdAlgName})}catch(e){throw new Error("setAlgAndProvider hash alg set fail alg="+this.mdAlgName+"/"+e)}this.init=function(e,t){var i=null;try{i=void 0===t?Me.getKey(e):Me.getKey(e,t)}catch(e){throw"init failed:"+e}if(!0===i.isPrivate)this.prvKey=i,this.state="SIGN";else{if(!0!==i.isPublic)throw"init failed.:"+i;this.pubKey=i,this.state="VERIFY"}},this.updateString=function(e){this.md.updateString(e)},this.updateHex=function(e){this.md.updateHex(e)},this.sign=function(){if(this.sHashHex=this.md.digest(),void 0===this.prvKey&&void 0!==this.ecprvhex&&void 0!==this.eccurvename&&void 0!==u.crypto.ECDSA&&(this.prvKey=new u.crypto.ECDSA({curve:this.eccurvename,prv:this.ecprvhex})),this.prvKey instanceof Y&&"rsaandmgf1"===this.pubkeyAlgName)this.hSign=this.prvKey.signWithMessageHashPSS(this.sHashHex,this.mdAlgName,this.pssSaltLen);else if(this.prvKey instanceof Y&&"rsa"===this.pubkeyAlgName)this.hSign=this.prvKey.signWithMessageHash(this.sHashHex,this.mdAlgName);else if(this.prvKey instanceof u.crypto.ECDSA)this.hSign=this.prvKey.signWithMessageHash(this.sHashHex);else{if(!(this.prvKey instanceof u.crypto.DSA))throw"Signature: unsupported private key alg: "+this.pubkeyAlgName;this.hSign=this.prvKey.signWithMessageHash(this.sHashHex)}return this.hSign},this.signString=function(e){return this.updateString(e),this.sign()},this.signHex=function(e){return this.updateHex(e),this.sign()},this.verify=function(e){if(this.sHashHex=this.md.digest(),void 0===this.pubKey&&void 0!==this.ecpubhex&&void 0!==this.eccurvename&&void 0!==u.crypto.ECDSA&&(this.pubKey=new u.crypto.ECDSA({curve:this.eccurvename,pub:this.ecpubhex})),this.pubKey instanceof Y&&"rsaandmgf1"===this.pubkeyAlgName)return this.pubKey.verifyWithMessageHashPSS(this.sHashHex,e,this.mdAlgName,this.pssSaltLen);if(this.pubKey instanceof Y&&"rsa"===this.pubkeyAlgName)return this.pubKey.verifyWithMessageHash(this.sHashHex,e);if(void 0!==u.crypto.ECDSA&&this.pubKey instanceof u.crypto.ECDSA)return this.pubKey.verifyWithMessageHash(this.sHashHex,e);if(void 0!==u.crypto.DSA&&this.pubKey instanceof u.crypto.DSA)return this.pubKey.verifyWithMessageHash(this.sHashHex,e);throw"Signature: unsupported public key alg: "+this.pubkeyAlgName}}},this.init=function(e,t){throw"init(key, pass) not supported for this alg:prov="+this.algProvName},this.updateString=function(e){throw"updateString(str) not supported for this alg:prov="+this.algProvName},this.updateHex=function(e){throw"updateHex(hex) not supported for this alg:prov="+this.algProvName},this.sign=function(){throw"sign() not supported for this alg:prov="+this.algProvName},this.signString=function(e){throw"digestString(str) not supported for this alg:prov="+this.algProvName},this.signHex=function(e){throw"digestHex(hex) not supported for this alg:prov="+this.algProvName},this.verify=function(e){throw"verify(hSigVal) not supported for this alg:prov="+this.algProvName},this.initParams=e,void 0!==e&&(void 0!==e.alg&&(this.algName=e.alg,void 0===e.prov?this.provName=u.crypto.Util.DEFAULTPROVIDER[this.algName]:this.provName=e.prov,this.algProvName=this.algName+":"+this.provName,this.setAlgAndProvider(this.algName,this.provName),this._setAlgNames()),void 0!==e.psssaltlen&&(this.pssSaltLen=e.psssaltlen),void 0!==e.prvkeypem)){if(void 0!==e.prvkeypas)throw"both prvkeypem and prvkeypas parameters not supported";try{t=Me.getKey(e.prvkeypem);this.init(t)}catch(e){throw"fatal error to load pem private key: "+e}}},u.crypto.Cipher=function(e){},u.crypto.Cipher.encrypt=function(e,t,i){if(t instanceof Y&&t.isPublic){var n=u.crypto.Cipher.getAlgByKeyAndName(t,i);if("RSA"===n)return t.encrypt(e);if("RSAOAEP"===n)return t.encryptOAEP(e,"sha1");var r=n.match(/^RSAOAEP(\d+)$/);if(null!==r)return t.encryptOAEP(e,"sha"+r[1]);throw"Cipher.encrypt: unsupported algorithm for RSAKey: "+i}throw"Cipher.encrypt: unsupported key or algorithm"},u.crypto.Cipher.decrypt=function(e,t,i){if(t instanceof Y&&t.isPrivate){var n=u.crypto.Cipher.getAlgByKeyAndName(t,i);if("RSA"===n)return t.decrypt(e);if("RSAOAEP"===n)return t.decryptOAEP(e,"sha1");var r=n.match(/^RSAOAEP(\d+)$/);if(null!==r)return t.decryptOAEP(e,"sha"+r[1]);throw"Cipher.decrypt: unsupported algorithm for RSAKey: "+i}throw"Cipher.decrypt: unsupported key or algorithm"},u.crypto.Cipher.getAlgByKeyAndName=function(e,t){if(e instanceof Y){if(-1!=":RSA:RSAOAEP:RSAOAEP224:RSAOAEP256:RSAOAEP384:RSAOAEP512:".indexOf(t))return t;if(null==t)return"RSA";throw"getAlgByKeyAndName: not supported algorithm name for RSAKey: "+t}throw"getAlgByKeyAndName: not supported algorithm name: "+t},u.crypto.OID=new function(){this.oidhex2name={"2a864886f70d010101":"rsaEncryption","2a8648ce3d0201":"ecPublicKey","2a8648ce380401":"dsa","2a8648ce3d030107":"secp256r1","2b8104001f":"secp192k1","2b81040021":"secp224r1","2b8104000a":"secp256k1","2b81040023":"secp521r1","2b81040022":"secp384r1","2a8648ce380403":"SHA1withDSA","608648016503040301":"SHA224withDSA","608648016503040302":"SHA256withDSA"}};var ge,me,ve,ye,be,xe,we,Ee,Me=(ge=function(e,t,i){return me(h.AES,e,t,i)},me=function(e,t,i,n){var r=h.enc.Hex.parse(t),o=h.enc.Hex.parse(i),s=h.enc.Hex.parse(n),a={};a.key=o,a.iv=s,a.ciphertext=r;var l=e.decrypt(a,o,{iv:s});return h.enc.Hex.stringify(l)},ve=function(e,t,i){return ye(h.AES,e,t,i)},ye=function(e,t,i,n){var r=h.enc.Hex.parse(t),o=h.enc.Hex.parse(i),s=h.enc.Hex.parse(n),a=e.encrypt(r,o,{iv:s}),l=h.enc.Hex.parse(a.toString());return h.enc.Base64.stringify(l)},be={"AES-256-CBC":{proc:ge,eproc:ve,keylen:32,ivlen:16},"AES-192-CBC":{proc:ge,eproc:ve,keylen:24,ivlen:16},"AES-128-CBC":{proc:ge,eproc:ve,keylen:16,ivlen:16},"DES-EDE3-CBC":{proc:function(e,t,i){return me(h.TripleDES,e,t,i)},eproc:function(e,t,i){return ye(h.TripleDES,e,t,i)},keylen:24,ivlen:8},"DES-CBC":{proc:function(e,t,i){return me(h.DES,e,t,i)},eproc:function(e,t,i){return ye(h.DES,e,t,i)},keylen:8,ivlen:8}},xe=function(e){var t={},i=e.match(new RegExp("DEK-Info: ([^,]+),([0-9A-Fa-f]+)","m"));i&&(t.cipher=i[1],t.ivsalt=i[2]);var n=e.match(new RegExp("-----BEGIN ([A-Z]+) PRIVATE KEY-----"));n&&(t.type=n[1]);var r=-1,o=0;-1!=e.indexOf("\r\n\r\n")&&(r=e.indexOf("\r\n\r\n"),o=2),-1!=e.indexOf("\n\n")&&(r=e.indexOf("\n\n"),o=1);var s=e.indexOf("-----END");if(-1!=r&&-1!=s){var a=e.substring(r+2*o,s-o);a=a.replace(/\s+/g,""),t.data=a}return t},we=function(e,t,i){for(var n=i.substring(0,16),r=h.enc.Hex.parse(n),o=h.enc.Utf8.parse(t),s=be[e].keylen+be[e].ivlen,a="",l=null;;){var u=h.algo.MD5.create();if(null!=l&&u.update(l),u.update(o),u.update(r),l=u.finalize(),(a+=h.enc.Hex.stringify(l)).length>=2*s)break}var c={};return c.keyhex=a.substr(0,2*be[e].keylen),c.ivhex=a.substr(2*be[e].keylen,2*be[e].ivlen),c},Ee=function(e,t,i,n){var r=h.enc.Base64.parse(e),o=h.enc.Hex.stringify(r);return(0,be[t].proc)(o,i,n)},{version:"1.0.0",parsePKCS5PEM:function(e){return xe(e)},getKeyAndUnusedIvByPasscodeAndIvsalt:function(e,t,i){return we(e,t,i)},decryptKeyB64:function(e,t,i,n){return Ee(e,t,i,n)},getDecryptedKeyHex:function(e,t){var i=xe(e),n=i.cipher,r=i.ivsalt,o=i.data,s=we(n,t,r).keyhex;return Ee(o,n,s,r)},getEncryptedPKCS5PEMFromPrvKeyHex:function(e,t,i,n,r){var o="";if(void 0!==n&&null!=n||(n="AES-256-CBC"),void 0===be[n])throw"KEYUTIL unsupported algorithm: "+n;if(void 0===r||null==r){var s=function(e){var t=h.lib.WordArray.random(e);return h.enc.Hex.stringify(t)}(be[n].ivlen);r=s.toUpperCase()}var a=function(e,t,i,n){return(0,be[t].eproc)(e,i,n)}(t,n,we(n,i,r).keyhex,r);return o="-----BEGIN "+e+" PRIVATE KEY-----\r\n",o+="Proc-Type: 4,ENCRYPTED\r\n",o+="DEK-Info: "+n+","+r+"\r\n",o+="\r\n",o+=a.replace(/(.{64})/g,"$1\r\n"),o+="\r\n-----END "+e+" PRIVATE KEY-----\r\n"},parseHexOfEncryptedPKCS8:function(e){var t=Se,i=t.getChildIdx,n=t.getV,r={},o=i(e,0);if(2!=o.length)throw"malformed format: SEQUENCE(0).items != 2: "+o.length;r.ciphertext=n(e,o[1]);var s=i(e,o[0]);if(2!=s.length)throw"malformed format: SEQUENCE(0.0).items != 2: "+s.length;if("2a864886f70d01050d"!=n(e,s[0]))throw"this only supports pkcs5PBES2";var a=i(e,s[1]);if(2!=s.length)throw"malformed format: SEQUENCE(0.0.1).items != 2: "+a.length;var l=i(e,a[1]);if(2!=l.length)throw"malformed format: SEQUENCE(0.0.1.1).items != 2: "+l.length;if("2a864886f70d0307"!=n(e,l[0]))throw"this only supports TripleDES";r.encryptionSchemeAlg="TripleDES",r.encryptionSchemeIV=n(e,l[1]);var u=i(e,a[0]);if(2!=u.length)throw"malformed format: SEQUENCE(0.0.1.0).items != 2: "+u.length;if("2a864886f70d01050c"!=n(e,u[0]))throw"this only supports pkcs5PBKDF2";var c=i(e,u[1]);if(c.length<2)throw"malformed format: SEQUENCE(0.0.1.0.1).items < 2: "+c.length;r.pbkdf2Salt=n(e,c[0]);var h=n(e,c[1]);try{r.pbkdf2Iter=parseInt(h,16)}catch(e){throw"malformed format pbkdf2Iter: "+h}return r},getPBKDF2KeyHexFromParam:function(e,t){var i=h.enc.Hex.parse(e.pbkdf2Salt),n=e.pbkdf2Iter,r=h.PBKDF2(t,i,{keySize:6,iterations:n});return h.enc.Hex.stringify(r)},_getPlainPKCS8HexFromEncryptedPKCS8PEM:function(e,t){var i=ue(e,"ENCRYPTED PRIVATE KEY"),n=this.parseHexOfEncryptedPKCS8(i),r=Me.getPBKDF2KeyHexFromParam(n,t),o={};o.ciphertext=h.enc.Hex.parse(n.ciphertext);var s=h.enc.Hex.parse(r),a=h.enc.Hex.parse(n.encryptionSchemeIV),l=h.TripleDES.decrypt(o,s,{iv:a});return h.enc.Hex.stringify(l)},getKeyFromEncryptedPKCS8PEM:function(e,t){var i=this._getPlainPKCS8HexFromEncryptedPKCS8PEM(e,t);return this.getKeyFromPlainPrivatePKCS8Hex(i)},parsePlainPrivatePKCS8Hex:function(e){var t=Se,i=t.getChildIdx,n=t.getV,r={algparam:null};if("30"!=e.substr(0,2))throw new Error("malformed plain PKCS8 private key(code:001)");var o=i(e,0);if(o.length<3)throw new Error("malformed plain PKCS8 private key(code:002)");if("30"!=e.substr(o[1],2))throw new Error("malformed PKCS8 private key(code:003)");var s=i(e,o[1]);if(2!=s.length)throw new Error("malformed PKCS8 private key(code:004)");if("06"!=e.substr(s[0],2))throw new Error("malformed PKCS8 private key(code:005)");if(r.algoid=n(e,s[0]),"06"==e.substr(s[1],2)&&(r.algparam=n(e,s[1])),"04"!=e.substr(o[2],2))throw new Error("malformed PKCS8 private key(code:006)");return r.keyidx=t.getVidx(e,o[2]),r},getKeyFromPlainPrivatePKCS8PEM:function(e){var t=ue(e,"PRIVATE KEY");return this.getKeyFromPlainPrivatePKCS8Hex(t)},getKeyFromPlainPrivatePKCS8Hex:function(e){var t,i=this.parsePlainPrivatePKCS8Hex(e);if("2a864886f70d010101"==i.algoid)t=new Y;else if("2a8648ce380401"==i.algoid)t=new u.crypto.DSA;else{if("2a8648ce3d0201"!=i.algoid)throw"unsupported private key algorithm";t=new u.crypto.ECDSA}return t.readPKCS8PrvKeyHex(e),t},_getKeyFromPublicPKCS8Hex:function(e){var t,i=Se.getVbyList(e,0,[0,0],"06");if("2a864886f70d010101"===i)t=new Y;else if("2a8648ce380401"===i)t=new u.crypto.DSA;else{if("2a8648ce3d0201"!==i)throw"unsupported PKCS#8 public key hex";t=new u.crypto.ECDSA}return t.readPKCS8PubKeyHex(e),t},parsePublicRawRSAKeyHex:function(e){var t=Se,i=t.getChildIdx,n=t.getV,r={};if("30"!=e.substr(0,2))throw"malformed RSA key(code:001)";var o=i(e,0);if(2!=o.length)throw"malformed RSA key(code:002)";if("02"!=e.substr(o[0],2))throw"malformed RSA key(code:003)";if(r.n=n(e,o[0]),"02"!=e.substr(o[1],2))throw"malformed RSA key(code:004)";return r.e=n(e,o[1]),r},parsePublicPKCS8Hex:function(e){var t=Se,i=t.getChildIdx,n=t.getV,r={algparam:null},o=i(e,0);if(2!=o.length)throw"outer DERSequence shall have 2 elements: "+o.length;var s=o[0];if("30"!=e.substr(s,2))throw"malformed PKCS8 public key(code:001)";var a=i(e,s);if(2!=a.length)throw"malformed PKCS8 public key(code:002)";if("06"!=e.substr(a[0],2))throw"malformed PKCS8 public key(code:003)";if(r.algoid=n(e,a[0]),"06"==e.substr(a[1],2)?r.algparam=n(e,a[1]):"30"==e.substr(a[1],2)&&(r.algparam={},r.algparam.p=t.getVbyList(e,a[1],[0],"02"),r.algparam.q=t.getVbyList(e,a[1],[1],"02"),r.algparam.g=t.getVbyList(e,a[1],[2],"02")),"03"!=e.substr(o[1],2))throw"malformed PKCS8 public key(code:004)";return r.key=n(e,o[1]).substr(2),r}});Me.getKey=function(e,t,i){var n=(v=Se).getChildIdx;v.getV;var r=v.getVbyList,o=u.crypto,s=o.ECDSA,a=o.DSA,l=Y,c=ue,h=Me;if(void 0!==l&&e instanceof l)return e;if(void 0!==s&&e instanceof s)return e;if(void 0!==a&&e instanceof a)return e;if(void 0!==e.curve&&void 0!==e.xy&&void 0===e.d)return new s({pub:e.xy,curve:e.curve});if(void 0!==e.curve&&void 0!==e.d)return new s({prv:e.d,curve:e.curve});if(void 0===e.kty&&void 0!==e.n&&void 0!==e.e&&void 0===e.d)return(P=new l).setPublic(e.n,e.e),P;if(void 0===e.kty&&void 0!==e.n&&void 0!==e.e&&void 0!==e.d&&void 0!==e.p&&void 0!==e.q&&void 0!==e.dp&&void 0!==e.dq&&void 0!==e.co&&void 0===e.qi)return(P=new l).setPrivateEx(e.n,e.e,e.d,e.p,e.q,e.dp,e.dq,e.co),P;if(void 0===e.kty&&void 0!==e.n&&void 0!==e.e&&void 0!==e.d&&void 0===e.p)return(P=new l).setPrivate(e.n,e.e,e.d),P;if(void 0!==e.p&&void 0!==e.q&&void 0!==e.g&&void 0!==e.y&&void 0===e.x)return(P=new a).setPublic(e.p,e.q,e.g,e.y),P;if(void 0!==e.p&&void 0!==e.q&&void 0!==e.g&&void 0!==e.y&&void 0!==e.x)return(P=new a).setPrivate(e.p,e.q,e.g,e.y,e.x),P;if("RSA"===e.kty&&void 0!==e.n&&void 0!==e.e&&void 0===e.d)return(P=new l).setPublic(ie(e.n),ie(e.e)),P;if("RSA"===e.kty&&void 0!==e.n&&void 0!==e.e&&void 0!==e.d&&void 0!==e.p&&void 0!==e.q&&void 0!==e.dp&&void 0!==e.dq&&void 0!==e.qi)return(P=new l).setPrivateEx(ie(e.n),ie(e.e),ie(e.d),ie(e.p),ie(e.q),ie(e.dp),ie(e.dq),ie(e.qi)),P;if("RSA"===e.kty&&void 0!==e.n&&void 0!==e.e&&void 0!==e.d)return(P=new l).setPrivate(ie(e.n),ie(e.e),ie(e.d)),P;if("EC"===e.kty&&void 0!==e.crv&&void 0!==e.x&&void 0!==e.y&&void 0===e.d){var p=(B=new s({curve:e.crv})).ecparams.keylen/4,f="04"+("0000000000"+ie(e.x)).slice(-p)+("0000000000"+ie(e.y)).slice(-p);return B.setPublicKeyHex(f),B}if("EC"===e.kty&&void 0!==e.crv&&void 0!==e.x&&void 0!==e.y&&void 0!==e.d){p=(B=new s({curve:e.crv})).ecparams.keylen/4,f="04"+("0000000000"+ie(e.x)).slice(-p)+("0000000000"+ie(e.y)).slice(-p);var A=("0000000000"+ie(e.d)).slice(-p);return B.setPublicKeyHex(f),B.setPrivateKeyHex(A),B}if("pkcs5prv"===i){var g,m=e,v=Se;if(9===(g=n(m,0)).length)(P=new l).readPKCS5PrvKeyHex(m);else if(6===g.length)(P=new a).readPKCS5PrvKeyHex(m);else{if(!(g.length>2&&"04"===m.substr(g[1],2)))throw"unsupported PKCS#1/5 hexadecimal key";(P=new s).readPKCS5PrvKeyHex(m)}return P}if("pkcs8prv"===i)return P=h.getKeyFromPlainPrivatePKCS8Hex(e);if("pkcs8pub"===i)return h._getKeyFromPublicPKCS8Hex(e);if("x509pub"===i)return Pe.getPublicKeyFromCertHex(e);if(-1!=e.indexOf("-END CERTIFICATE-",0)||-1!=e.indexOf("-END X509 CERTIFICATE-",0)||-1!=e.indexOf("-END TRUSTED CERTIFICATE-",0))return Pe.getPublicKeyFromCertPEM(e);if(-1!=e.indexOf("-END PUBLIC KEY-")){var y=ue(e,"PUBLIC KEY");return h._getKeyFromPublicPKCS8Hex(y)}if(-1!=e.indexOf("-END RSA PRIVATE KEY-")&&-1==e.indexOf("4,ENCRYPTED")){var b=c(e,"RSA PRIVATE KEY");return h.getKey(b,null,"pkcs5prv")}if(-1!=e.indexOf("-END DSA PRIVATE KEY-")&&-1==e.indexOf("4,ENCRYPTED")){var x=r(D=c(e,"DSA PRIVATE KEY"),0,[1],"02"),w=r(D,0,[2],"02"),E=r(D,0,[3],"02"),M=r(D,0,[4],"02"),S=r(D,0,[5],"02");return(P=new a).setPrivate(new d(x,16),new d(w,16),new d(E,16),new d(M,16),new d(S,16)),P}if(-1!=e.indexOf("-END EC PRIVATE KEY-")&&-1==e.indexOf("4,ENCRYPTED")){b=c(e,"EC PRIVATE KEY");return h.getKey(b,null,"pkcs5prv")}if(-1!=e.indexOf("-END PRIVATE KEY-"))return h.getKeyFromPlainPrivatePKCS8PEM(e);if(-1!=e.indexOf("-END RSA PRIVATE KEY-")&&-1!=e.indexOf("4,ENCRYPTED")){var I=h.getDecryptedKeyHex(e,t),C=new Y;return C.readPKCS5PrvKeyHex(I),C}if(-1!=e.indexOf("-END EC PRIVATE KEY-")&&-1!=e.indexOf("4,ENCRYPTED")){var B,P=r(D=h.getDecryptedKeyHex(e,t),0,[1],"04"),T=r(D,0,[2,0],"06"),R=r(D,0,[3,0],"03").substr(2);if(void 0===u.crypto.OID.oidhex2name[T])throw"undefined OID(hex) in KJUR.crypto.OID: "+T;return(B=new s({curve:u.crypto.OID.oidhex2name[T]})).setPublicKeyHex(R),B.setPrivateKeyHex(P),B.isPublic=!1,B}if(-1!=e.indexOf("-END DSA PRIVATE KEY-")&&-1!=e.indexOf("4,ENCRYPTED")){var D;x=r(D=h.getDecryptedKeyHex(e,t),0,[1],"02"),w=r(D,0,[2],"02"),E=r(D,0,[3],"02"),M=r(D,0,[4],"02"),S=r(D,0,[5],"02");return(P=new a).setPrivate(new d(x,16),new d(w,16),new d(E,16),new d(M,16),new d(S,16)),P}if(-1!=e.indexOf("-END ENCRYPTED PRIVATE KEY-"))return h.getKeyFromEncryptedPKCS8PEM(e,t);throw new Error("not supported argument")},Me.generateKeypair=function(e,t){if("RSA"==e){var i=t;(s=new Y).generate(i,"10001"),s.isPrivate=!0,s.isPublic=!0;var n=new Y,r=s.n.toString(16),o=s.e.toString(16);return n.setPublic(r,o),n.isPrivate=!1,n.isPublic=!0,(a={}).prvKeyObj=s,a.pubKeyObj=n,a}if("EC"==e){var s,a,l=t,c=new u.crypto.ECDSA({curve:l}).generateKeyPairHex();return(s=new u.crypto.ECDSA({curve:l})).setPublicKeyHex(c.ecpubhex),s.setPrivateKeyHex(c.ecprvhex),s.isPrivate=!0,s.isPublic=!1,(n=new u.crypto.ECDSA({curve:l})).setPublicKeyHex(c.ecpubhex),n.isPrivate=!1,n.isPublic=!0,(a={}).prvKeyObj=s,a.pubKeyObj=n,a}throw"unknown algorithm: "+e},Me.getPEM=function(e,t,i,n,r,o){var s=u,a=s.asn1,l=a.DERObjectIdentifier,c=a.DERInteger,d=a.ASN1Util.newObject,p=a.x509.SubjectPublicKeyInfo,f=s.crypto,A=f.DSA,g=f.ECDSA,m=Y;function v(e){return d({seq:[{int:0},{int:{bigint:e.n}},{int:e.e},{int:{bigint:e.d}},{int:{bigint:e.p}},{int:{bigint:e.q}},{int:{bigint:e.dmp1}},{int:{bigint:e.dmq1}},{int:{bigint:e.coeff}}]})}function y(e){return d({seq:[{int:1},{octstr:{hex:e.prvKeyHex}},{tag:["a0",!0,{oid:{name:e.curveName}}]},{tag:["a1",!0,{bitstr:{hex:"00"+e.pubKeyHex}}]}]})}function b(e){return d({seq:[{int:0},{int:{bigint:e.p}},{int:{bigint:e.q}},{int:{bigint:e.g}},{int:{bigint:e.y}},{int:{bigint:e.x}}]})}if((void 0!==m&&e instanceof m||void 0!==A&&e instanceof A||void 0!==g&&e instanceof g)&&1==e.isPublic&&(void 0===t||"PKCS8PUB"==t))return le(M=new p(e).getEncodedHex(),"PUBLIC KEY");if("PKCS1PRV"==t&&void 0!==m&&e instanceof m&&(void 0===i||null==i)&&1==e.isPrivate)return le(M=v(e).getEncodedHex(),"RSA PRIVATE KEY");if("PKCS1PRV"==t&&void 0!==g&&e instanceof g&&(void 0===i||null==i)&&1==e.isPrivate){var x=new l({name:e.curveName}).getEncodedHex(),w=y(e).getEncodedHex(),E="";return E+=le(x,"EC PARAMETERS"),E+=le(w,"EC PRIVATE KEY")}if("PKCS1PRV"==t&&void 0!==A&&e instanceof A&&(void 0===i||null==i)&&1==e.isPrivate)return le(M=b(e).getEncodedHex(),"DSA PRIVATE KEY");if("PKCS5PRV"==t&&void 0!==m&&e instanceof m&&void 0!==i&&null!=i&&1==e.isPrivate){var M=v(e).getEncodedHex();return void 0===n&&(n="DES-EDE3-CBC"),this.getEncryptedPKCS5PEMFromPrvKeyHex("RSA",M,i,n,o)}if("PKCS5PRV"==t&&void 0!==g&&e instanceof g&&void 0!==i&&null!=i&&1==e.isPrivate){M=y(e).getEncodedHex();return void 0===n&&(n="DES-EDE3-CBC"),this.getEncryptedPKCS5PEMFromPrvKeyHex("EC",M,i,n,o)}if("PKCS5PRV"==t&&void 0!==A&&e instanceof A&&void 0!==i&&null!=i&&1==e.isPrivate){M=b(e).getEncodedHex();return void 0===n&&(n="DES-EDE3-CBC"),this.getEncryptedPKCS5PEMFromPrvKeyHex("DSA",M,i,n,o)}var S=function(e,t){var i=I(e,t);return new d({seq:[{seq:[{oid:{name:"pkcs5PBES2"}},{seq:[{seq:[{oid:{name:"pkcs5PBKDF2"}},{seq:[{octstr:{hex:i.pbkdf2Salt}},{int:i.pbkdf2Iter}]}]},{seq:[{oid:{name:"des-EDE3-CBC"}},{octstr:{hex:i.encryptionSchemeIV}}]}]}]},{octstr:{hex:i.ciphertext}}]}).getEncodedHex()},I=function(e,t){var i=h.lib.WordArray.random(8),n=h.lib.WordArray.random(8),r=h.PBKDF2(t,i,{keySize:6,iterations:100}),o=h.enc.Hex.parse(e),s=h.TripleDES.encrypt(o,r,{iv:n})+"",a={};return a.ciphertext=s,a.pbkdf2Salt=h.enc.Hex.stringify(i),a.pbkdf2Iter=100,a.encryptionSchemeAlg="DES-EDE3-CBC",a.encryptionSchemeIV=h.enc.Hex.stringify(n),a};if("PKCS8PRV"==t&&null!=m&&e instanceof m&&1==e.isPrivate){var C=v(e).getEncodedHex();M=d({seq:[{int:0},{seq:[{oid:{name:"rsaEncryption"}},{null:!0}]},{octstr:{hex:C}}]}).getEncodedHex();return void 0===i||null==i?le(M,"PRIVATE KEY"):le(w=S(M,i),"ENCRYPTED PRIVATE KEY")}if("PKCS8PRV"==t&&void 0!==g&&e instanceof g&&1==e.isPrivate){C=new d({seq:[{int:1},{octstr:{hex:e.prvKeyHex}},{tag:["a1",!0,{bitstr:{hex:"00"+e.pubKeyHex}}]}]}).getEncodedHex(),M=d({seq:[{int:0},{seq:[{oid:{name:"ecPublicKey"}},{oid:{name:e.curveName}}]},{octstr:{hex:C}}]}).getEncodedHex();return void 0===i||null==i?le(M,"PRIVATE KEY"):le(w=S(M,i),"ENCRYPTED PRIVATE KEY")}if("PKCS8PRV"==t&&void 0!==A&&e instanceof A&&1==e.isPrivate){C=new c({bigint:e.x}).getEncodedHex(),M=d({seq:[{int:0},{seq:[{oid:{name:"dsa"}},{seq:[{int:{bigint:e.p}},{int:{bigint:e.q}},{int:{bigint:e.g}}]}]},{octstr:{hex:C}}]}).getEncodedHex();return void 0===i||null==i?le(M,"PRIVATE KEY"):le(w=S(M,i),"ENCRYPTED PRIVATE KEY")}throw new Error("unsupported object nor format")},Me.getKeyFromCSRPEM=function(e){var t=ue(e,"CERTIFICATE REQUEST");return Me.getKeyFromCSRHex(t)},Me.getKeyFromCSRHex=function(e){var t=Me.parseCSRHex(e);return Me.getKey(t.p8pubkeyhex,null,"pkcs8pub")},Me.parseCSRHex=function(e){var t=Se,i=t.getChildIdx,n=t.getTLV,r={},o=e;if("30"!=o.substr(0,2))throw"malformed CSR(code:001)";var s=i(o,0);if(s.length<1)throw"malformed CSR(code:002)";if("30"!=o.substr(s[0],2))throw"malformed CSR(code:003)";var a=i(o,s[0]);if(a.length<3)throw"malformed CSR(code:004)";return r.p8pubkeyhex=n(o,a[2]),r},Me.getKeyID=function(e){var t=Me,i=Se;"string"==typeof e&&-1!=e.indexOf("BEGIN ")&&(e=t.getKey(e));var n=ue(t.getPEM(e)),r=i.getIdxbyList(n,0,[1]),o=i.getV(n,r).substring(2);return u.crypto.Util.hashHex(o,"sha1")},Me.getJWKFromKey=function(e){var t={};if(e instanceof Y&&e.isPrivate)return t.kty="RSA",t.n=te(e.n.toString(16)),t.e=te(e.e.toString(16)),t.d=te(e.d.toString(16)),t.p=te(e.p.toString(16)),t.q=te(e.q.toString(16)),t.dp=te(e.dmp1.toString(16)),t.dq=te(e.dmq1.toString(16)),t.qi=te(e.coeff.toString(16)),t;if(e instanceof Y&&e.isPublic)return t.kty="RSA",t.n=te(e.n.toString(16)),t.e=te(e.e.toString(16)),t;if(e instanceof u.crypto.ECDSA&&e.isPrivate){if("P-256"!==(n=e.getShortNISTPCurveName())&&"P-384"!==n)throw"unsupported curve name for JWT: "+n;var i=e.getPublicKeyXYHex();return t.kty="EC",t.crv=n,t.x=te(i.x),t.y=te(i.y),t.d=te(e.prvKeyHex),t}if(e instanceof u.crypto.ECDSA&&e.isPublic){var n;if("P-256"!==(n=e.getShortNISTPCurveName())&&"P-384"!==n)throw"unsupported curve name for JWT: "+n;i=e.getPublicKeyXYHex();return t.kty="EC",t.crv=n,t.x=te(i.x),t.y=te(i.y),t}throw"not supported key object"},void 0!==u.asn1&&u.asn1||(u.asn1={}),u.asn1.ASN1Util=new function(){this.integerToByteHex=function(e){var t=e.toString(16);return t.length%2==1&&(t="0"+t),t},this.bigIntToMinTwosComplementsHex=function(e){var t=e.toString(16);if("-"!=t.substr(0,1))t.length%2==1?t="0"+t:t.match(/^[0-7]/)||(t="00"+t);else{var i=t.substr(1).length;i%2==1?i+=1:t.match(/^[0-7]/)||(i+=2);for(var n="",r=0;r<i;r++)n+="f";t=new d(n,16).xor(e).add(d.ONE).toString(16).replace(/^-/,"")}return t},this.getPEMStringFromHex=function(e,t){return le(e,t)},this.newObject=function(e){var t=u.asn1,i=t.ASN1Object,n=t.DERBoolean,r=t.DERInteger,o=t.DERBitString,s=t.DEROctetString,a=t.DERNull,l=t.DERObjectIdentifier,c=t.DEREnumerated,h=t.DERUTF8String,d=t.DERNumericString,p=t.DERPrintableString,f=t.DERTeletexString,A=t.DERIA5String,g=t.DERUTCTime,m=t.DERGeneralizedTime,v=t.DERVisibleString,y=t.DERBMPString,b=t.DERSequence,x=t.DERSet,w=t.DERTaggedObject,E=t.ASN1Util.newObject;if(e instanceof t.ASN1Object)return e;var M=Object.keys(e);if(1!=M.length)throw new Error("key of param shall be only one.");var S=M[0];if(-1==":asn1:bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:visstr:bmpstr:seq:set:tag:".indexOf(":"+S+":"))throw new Error("undefined key: "+S);if("bool"==S)return new n(e[S]);if("int"==S)return new r(e[S]);if("bitstr"==S)return new o(e[S]);if("octstr"==S)return new s(e[S]);if("null"==S)return new a(e[S]);if("oid"==S)return new l(e[S]);if("enum"==S)return new c(e[S]);if("utf8str"==S)return new h(e[S]);if("numstr"==S)return new d(e[S]);if("prnstr"==S)return new p(e[S]);if("telstr"==S)return new f(e[S]);if("ia5str"==S)return new A(e[S]);if("utctime"==S)return new g(e[S]);if("gentime"==S)return new m(e[S]);if("visstr"==S)return new v(e[S]);if("bmpstr"==S)return new y(e[S]);if("asn1"==S)return new i(e[S]);if("seq"==S){for(var I=e[S],C=[],B=0;B<I.length;B++){var P=E(I[B]);C.push(P)}return new b({array:C})}if("set"==S){for(I=e[S],C=[],B=0;B<I.length;B++){P=E(I[B]);C.push(P)}return new x({array:C})}if("tag"==S){var T=e[S];if("[object Array]"===Object.prototype.toString.call(T)&&3==T.length){var R=E(T[2]);return new w({tag:T[0],explicit:T[1],obj:R})}return new w(T)}},this.jsonToASN1HEX=function(e){return this.newObject(e).getEncodedHex()}},u.asn1.ASN1Util.oidHexToInt=function(e){for(var t="",i=parseInt(e.substr(0,2),16),n=(t=Math.floor(i/40)+"."+i%40,""),r=2;r<e.length;r+=2){var o=("00000000"+parseInt(e.substr(r,2),16).toString(2)).slice(-8);if(n+=o.substr(1,7),"0"==o.substr(0,1))t=t+"."+new d(n,2).toString(10),n=""}return t},u.asn1.ASN1Util.oidIntToHex=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},i=function(e){var i="",n=new d(e,10).toString(2),r=7-n.length%7;7==r&&(r=0);for(var o="",s=0;s<r;s++)o+="0";n=o+n;for(s=0;s<n.length-1;s+=7){var a=n.substr(s,7);s!=n.length-7&&(a="1"+a),i+=t(parseInt(a,2))}return i};if(!e.match(/^[0-9.]+$/))throw"malformed oid string: "+e;var n="",r=e.split("."),o=40*parseInt(r[0])+parseInt(r[1]);n+=t(o),r.splice(0,2);for(var s=0;s<r.length;s++)n+=i(r[s]);return n},u.asn1.ASN1Object=function(e){this.params=null,this.getLengthHexFromValue=function(){if(void 0===this.hV||null==this.hV)throw new Error("this.hV is null or undefined");if(this.hV.length%2==1)throw new Error("value hex must be even length: n="+"".length+",v="+this.hV);var e=this.hV.length/2,t=e.toString(16);if(t.length%2==1&&(t="0"+t),e<128)return t;var i=t.length/2;if(i>15)throw"ASN.1 length too long to represent by 8x: n = "+e.toString(16);return(128+i).toString(16)+t},this.getEncodedHex=function(){return(null==this.hTLV||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""},this.setByParam=function(e){this.params=e},null!=e&&null!=e.tlv&&(this.hTLV=e.tlv,this.isModified=!1)},u.asn1.DERAbstractString=function(e){u.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=ne(this.s).toLowerCase()},this.setStringHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.getFreshValueHex=function(){return this.hV},void 0!==e&&("string"==typeof e?this.setString(e):void 0!==e.str?this.setString(e.str):void 0!==e.hex&&this.setStringHex(e.hex))},c.lang.extend(u.asn1.DERAbstractString,u.asn1.ASN1Object),u.asn1.DERAbstractTime=function(e){u.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(e){var t=e.getTime()+6e4*e.getTimezoneOffset();return new Date(t)},this.formatDate=function(e,t,i){var n=this.zeroPadding,r=this.localDateToUTC(e),o=String(r.getFullYear());"utc"==t&&(o=o.substr(2,2));var s=o+n(String(r.getMonth()+1),2)+n(String(r.getDate()),2)+n(String(r.getHours()),2)+n(String(r.getMinutes()),2)+n(String(r.getSeconds()),2);if(!0===i){var a=r.getMilliseconds();if(0!=a){var l=n(String(a),3);s=s+"."+(l=l.replace(/[0]+$/,""))}}return s+"Z"},this.zeroPadding=function(e,t){return e.length>=t?e:new Array(t-e.length+1).join("0")+e},this.getString=function(){return this.s},this.setString=function(e){this.hTLV=null,this.isModified=!0,this.s=e,this.hV=$(e)},this.setByDateValue=function(e,t,i,n,r,o){var s=new Date(Date.UTC(e,t-1,i,n,r,o,0));this.setByDate(s)},this.getFreshValueHex=function(){return this.hV}},c.lang.extend(u.asn1.DERAbstractTime,u.asn1.ASN1Object),u.asn1.DERAbstractStructured=function(e){u.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array=e},this.appendASN1Object=function(e){this.hTLV=null,this.isModified=!0,this.asn1Array.push(e)},this.asn1Array=new Array,void 0!==e&&void 0!==e.array&&(this.asn1Array=e.array)},c.lang.extend(u.asn1.DERAbstractStructured,u.asn1.ASN1Object),u.asn1.DERBoolean=function(e){u.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV=0==e?"010100":"0101ff"},c.lang.extend(u.asn1.DERBoolean,u.asn1.ASN1Object),u.asn1.DERInteger=function(e){u.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=u.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new d(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},void 0!==e&&(void 0!==e.bigint?this.setByBigInteger(e.bigint):void 0!==e.int?this.setByInteger(e.int):"number"==typeof e?this.setByInteger(e):void 0!==e.hex&&this.setValueHex(e.hex))},c.lang.extend(u.asn1.DERInteger,u.asn1.ASN1Object),u.asn1.DERBitString=function(e){if(void 0!==e&&void 0!==e.obj){var t=u.asn1.ASN1Util.newObject(e.obj);e.hex="00"+t.getEncodedHex()}u.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(e){this.hTLV=null,this.isModified=!0,this.hV=e},this.setUnusedBitsAndHexValue=function(e,t){if(e<0||7<e)throw"unused bits shall be from 0 to 7: u = "+e;var i="0"+e;this.hTLV=null,this.isModified=!0,this.hV=i+t},this.setByBinaryString=function(e){var t=8-(e=e.replace(/0+$/,"")).length%8;8==t&&(t=0);for(var i=0;i<=t;i++)e+="0";var n="";for(i=0;i<e.length-1;i+=8){var r=e.substr(i,8),o=parseInt(r,2).toString(16);1==o.length&&(o="0"+o),n+=o}this.hTLV=null,this.isModified=!0,this.hV="0"+t+n},this.setByBooleanArray=function(e){for(var t="",i=0;i<e.length;i++)1==e[i]?t+="1":t+="0";this.setByBinaryString(t)},this.newFalseArray=function(e){for(var t=new Array(e),i=0;i<e;i++)t[i]=!1;return t},this.getFreshValueHex=function(){return this.hV},void 0!==e&&("string"==typeof e&&e.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(e):void 0!==e.hex?this.setHexValueIncludingUnusedBits(e.hex):void 0!==e.bin?this.setByBinaryString(e.bin):void 0!==e.array&&this.setByBooleanArray(e.array))},c.lang.extend(u.asn1.DERBitString,u.asn1.ASN1Object),u.asn1.DEROctetString=function(e){if(void 0!==e&&void 0!==e.obj){var t=u.asn1.ASN1Util.newObject(e.obj);e.hex=t.getEncodedHex()}u.asn1.DEROctetString.superclass.constructor.call(this,e),this.hT="04"},c.lang.extend(u.asn1.DEROctetString,u.asn1.DERAbstractString),u.asn1.DERNull=function(){u.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"},c.lang.extend(u.asn1.DERNull,u.asn1.ASN1Object),u.asn1.DERObjectIdentifier=function(e){u.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(e){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=e},this.setValueOidString=function(e){var t=function(e){var t=function(e){var t=e.toString(16);return 1==t.length&&(t="0"+t),t},i=function(e){var i="",n=parseInt(e,10).toString(2),r=7-n.length%7;7==r&&(r=0);for(var o="",s=0;s<r;s++)o+="0";for(n=o+n,s=0;s<n.length-1;s+=7){var a=n.substr(s,7);s!=n.length-7&&(a="1"+a),i+=t(parseInt(a,2))}return i};try{if(!e.match(/^[0-9.]+$/))return null;var n="",r=e.split("."),o=40*parseInt(r[0],10)+parseInt(r[1],10);n+=t(o),r.splice(0,2);for(var s=0;s<r.length;s++)n+=i(r[s]);return n}catch(e){return null}}(e);if(null==t)throw new Error("malformed oid string: "+e);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=t},this.setValueName=function(e){var t=u.asn1.x509.OID.name2oid(e);if(""===t)throw new Error("DERObjectIdentifier oidName undefined: "+e);this.setValueOidString(t)},this.setValueNameOrOid=function(e){e.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(e):this.setValueName(e)},this.getFreshValueHex=function(){return this.hV},this.setByParam=function(e){"string"==typeof e?this.setValueNameOrOid(e):void 0!==e.oid?this.setValueNameOrOid(e.oid):void 0!==e.name?this.setValueNameOrOid(e.name):void 0!==e.hex&&this.setValueHex(e.hex)},void 0!==e&&this.setByParam(e)},c.lang.extend(u.asn1.DERObjectIdentifier,u.asn1.ASN1Object),u.asn1.DEREnumerated=function(e){u.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(e){this.hTLV=null,this.isModified=!0,this.hV=u.asn1.ASN1Util.bigIntToMinTwosComplementsHex(e)},this.setByInteger=function(e){var t=new d(String(e),10);this.setByBigInteger(t)},this.setValueHex=function(e){this.hV=e},this.getFreshValueHex=function(){return this.hV},void 0!==e&&(void 0!==e.int?this.setByInteger(e.int):"number"==typeof e?this.setByInteger(e):void 0!==e.hex&&this.setValueHex(e.hex))},c.lang.extend(u.asn1.DEREnumerated,u.asn1.ASN1Object),u.asn1.DERUTF8String=function(e){u.asn1.DERUTF8String.superclass.constructor.call(this,e),this.hT="0c"},c.lang.extend(u.asn1.DERUTF8String,u.asn1.DERAbstractString),u.asn1.DERNumericString=function(e){u.asn1.DERNumericString.superclass.constructor.call(this,e),this.hT="12"},c.lang.extend(u.asn1.DERNumericString,u.asn1.DERAbstractString),u.asn1.DERPrintableString=function(e){u.asn1.DERPrintableString.superclass.constructor.call(this,e),this.hT="13"},c.lang.extend(u.asn1.DERPrintableString,u.asn1.DERAbstractString),u.asn1.DERTeletexString=function(e){u.asn1.DERTeletexString.superclass.constructor.call(this,e),this.hT="14"},c.lang.extend(u.asn1.DERTeletexString,u.asn1.DERAbstractString),u.asn1.DERIA5String=function(e){u.asn1.DERIA5String.superclass.constructor.call(this,e),this.hT="16"},c.lang.extend(u.asn1.DERIA5String,u.asn1.DERAbstractString),u.asn1.DERVisibleString=function(e){u.asn1.DERIA5String.superclass.constructor.call(this,e),this.hT="1a"},c.lang.extend(u.asn1.DERVisibleString,u.asn1.DERAbstractString),u.asn1.DERBMPString=function(e){u.asn1.DERBMPString.superclass.constructor.call(this,e),this.hT="1e"},c.lang.extend(u.asn1.DERBMPString,u.asn1.DERAbstractString),u.asn1.DERUTCTime=function(e){u.asn1.DERUTCTime.superclass.constructor.call(this,e),this.hT="17",this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"utc"),this.hV=$(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"utc"),this.hV=$(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{12}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date))},c.lang.extend(u.asn1.DERUTCTime,u.asn1.DERAbstractTime),u.asn1.DERGeneralizedTime=function(e){u.asn1.DERGeneralizedTime.superclass.constructor.call(this,e),this.hT="18",this.withMillis=!1,this.setByDate=function(e){this.hTLV=null,this.isModified=!0,this.date=e,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=$(this.s)},this.getFreshValueHex=function(){return void 0===this.date&&void 0===this.s&&(this.date=new Date,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=$(this.s)),this.hV},void 0!==e&&(void 0!==e.str?this.setString(e.str):"string"==typeof e&&e.match(/^[0-9]{14}Z$/)?this.setString(e):void 0!==e.hex?this.setStringHex(e.hex):void 0!==e.date&&this.setByDate(e.date),!0===e.millis&&(this.withMillis=!0))},c.lang.extend(u.asn1.DERGeneralizedTime,u.asn1.DERAbstractTime),u.asn1.DERSequence=function(e){u.asn1.DERSequence.superclass.constructor.call(this,e),this.hT="30",this.getFreshValueHex=function(){for(var e="",t=0;t<this.asn1Array.length;t++){e+=this.asn1Array[t].getEncodedHex()}return this.hV=e,this.hV}},c.lang.extend(u.asn1.DERSequence,u.asn1.DERAbstractStructured),u.asn1.DERSet=function(e){u.asn1.DERSet.superclass.constructor.call(this,e),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var e=new Array,t=0;t<this.asn1Array.length;t++){var i=this.asn1Array[t];e.push(i.getEncodedHex())}return 1==this.sortFlag&&e.sort(),this.hV=e.join(""),this.hV},void 0!==e&&void 0!==e.sortflag&&0==e.sortflag&&(this.sortFlag=!1)},c.lang.extend(u.asn1.DERSet,u.asn1.DERAbstractStructured),u.asn1.DERTaggedObject=function(e){u.asn1.DERTaggedObject.superclass.constructor.call(this);var t=u.asn1;this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(e,t,i){this.hT=t,this.isExplicit=e,this.asn1Object=i,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=i.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,t),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},this.setByParam=function(e){null!=e.tag&&(this.hT=e.tag),null!=e.explicit&&(this.isExplicit=e.explicit),null!=e.tage&&(this.hT=e.tage,this.isExplicit=!0),null!=e.tagi&&(this.hT=e.tagi,this.isExplicit=!1),null!=e.obj&&(e.obj instanceof t.ASN1Object?(this.asn1Object=e.obj,this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)):"object"==typeof e.obj&&(this.asn1Object=t.ASN1Util.newObject(e.obj),this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},null!=e&&this.setByParam(e)},c.lang.extend(u.asn1.DERTaggedObject,u.asn1.ASN1Object);var Se=new function(){};function Ie(e,t){for(var i="",n=t/4-e.length,r=0;r<n;r++)i+="0";return i+e}function Ce(e,t,i){for(var n="",r=0;n.length<t;)n+=oe(i(se(e+String.fromCharCode.apply(String,[(4278190080&r)>>24,(16711680&r)>>16,(65280&r)>>8,255&r])))),r+=1;return n}function Be(e){for(var t in u.crypto.Util.DIGESTINFOHEAD){var i=u.crypto.Util.DIGESTINFOHEAD[t],n=i.length;if(e.substring(0,n)==i)return[t,e.substring(n)]}return[]}function Pe(e){var t,i=Se,n=i.getChildIdx,r=i.getV,o=i.getTLV,s=i.getVbyList,a=i.getVbyListEx,l=i.getTLVbyList,c=i.getTLVbyListEx,h=i.getIdxbyList,d=i.getIdxbyListEx,p=i.getVidx,f=i.getInt,A=i.oidname,g=i.hextooidstr,m=ue;try{t=u.asn1.x509.AlgorithmIdentifier.PSSNAME2ASN1TLV}catch(e){}this.HEX2STAG={"0c":"utf8",13:"prn",16:"ia5","1a":"vis","1e":"bmp"},this.hex=null,this.version=0,this.foffset=0,this.aExtInfo=null,this.getVersion=function(){if(null===this.hex||0!==this.version)return this.version;var e=l(this.hex,0,[0,0]);if("a0"==e.substr(0,2)){var t=l(e,0,[0]),i=f(t,0);if(i<0||2<i)throw new Error("malformed version field");return this.version=i+1,this.version}return this.version=1,this.foffset=-1,1},this.getSerialNumberHex=function(){return a(this.hex,0,[0,0],"02")},this.getSignatureAlgorithmField=function(){var e=c(this.hex,0,[0,1]);return this.getAlgorithmIdentifierName(e)},this.getAlgorithmIdentifierName=function(e){for(var i in t)if(e===t[i])return i;return A(a(e,0,[0],"06"))},this.getIssuer=function(){return this.getX500Name(this.getIssuerHex())},this.getIssuerHex=function(){return l(this.hex,0,[0,3+this.foffset],"30")},this.getIssuerString=function(){return this.getIssuer().str},this.getSubject=function(){return this.getX500Name(this.getSubjectHex())},this.getSubjectHex=function(){return l(this.hex,0,[0,5+this.foffset],"30")},this.getSubjectString=function(){return this.getSubject().str},this.getNotBefore=function(){var e=s(this.hex,0,[0,4+this.foffset,0]);return e=e.replace(/(..)/g,"%$1"),e=decodeURIComponent(e)},this.getNotAfter=function(){var e=s(this.hex,0,[0,4+this.foffset,1]);return e=e.replace(/(..)/g,"%$1"),e=decodeURIComponent(e)},this.getPublicKeyHex=function(){return i.getTLVbyList(this.hex,0,[0,6+this.foffset],"30")},this.getPublicKeyIdx=function(){return h(this.hex,0,[0,6+this.foffset],"30")},this.getPublicKeyContentIdx=function(){var e=this.getPublicKeyIdx();return h(this.hex,e,[1,0],"30")},this.getPublicKey=function(){return Me.getKey(this.getPublicKeyHex(),null,"pkcs8pub")},this.getSignatureAlgorithmName=function(){var e=l(this.hex,0,[1],"30");return this.getAlgorithmIdentifierName(e)},this.getSignatureValueHex=function(){return s(this.hex,0,[2],"03",!0)},this.verifySignature=function(e){var t=this.getSignatureAlgorithmField(),i=this.getSignatureValueHex(),n=l(this.hex,0,[0],"30"),r=new u.crypto.Signature({alg:t});return r.init(e),r.updateHex(n),r.verify(i)},this.parseExt=function(e){var t,o,a;if(void 0===e){if(a=this.hex,3!==this.version)return-1;t=h(a,0,[0,7,0],"30"),o=n(a,t)}else{a=ue(e);var l=h(a,0,[0,3,0,0],"06");if("2a864886f70d01090e"!=r(a,l))return void(this.aExtInfo=new Array);t=h(a,0,[0,3,0,1,0],"30"),o=n(a,t),this.hex=a}this.aExtInfo=new Array;for(var u=0;u<o.length;u++){var c={critical:!1},d=0;3===n(a,o[u]).length&&(c.critical=!0,d=1),c.oid=i.hextooidstr(s(a,o[u],[0],"06"));var f=h(a,o[u],[1+d]);c.vidx=p(a,f),this.aExtInfo.push(c)}},this.getExtInfo=function(e){var t=this.aExtInfo,i=e;if(e.match(/^[0-9.]+$/)||(i=u.asn1.x509.OID.name2oid(e)),""!==i)for(var n=0;n<t.length;n++)if(t[n].oid===i)return t[n]},this.getExtBasicConstraints=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("basicConstraints");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var n={extname:"basicConstraints"};if(t&&(n.critical=!0),"3000"===e)return n;if("30030101ff"===e)return n.cA=!0,n;if("30060101ff02"===e.substr(0,12)){var s=r(e,10),a=parseInt(s,16);return n.cA=!0,n.pathLen=a,n}throw new Error("hExtV parse error: "+e)},this.getExtKeyUsage=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("keyUsage");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var n={extname:"keyUsage"};return t&&(n.critical=!0),n.names=this.getExtKeyUsageString(e).split(","),n},this.getExtKeyUsageBin=function(e){if(void 0===e){var t=this.getExtInfo("keyUsage");if(void 0===t)return"";e=o(this.hex,t.vidx)}if(8!=e.length&&10!=e.length)throw new Error("malformed key usage value: "+e);var i="000000000000000"+parseInt(e.substr(6),16).toString(2);return 8==e.length&&(i=i.slice(-8)),10==e.length&&(i=i.slice(-16)),""==(i=i.replace(/0+$/,""))&&(i="0"),i},this.getExtKeyUsageString=function(e){for(var t=this.getExtKeyUsageBin(e),i=new Array,n=0;n<t.length;n++)"1"==t.substr(n,1)&&i.push(Pe.KEYUSAGE_NAME[n]);return i.join(",")},this.getExtSubjectKeyIdentifier=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("subjectKeyIdentifier");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var n={extname:"subjectKeyIdentifier"};t&&(n.critical=!0);var s=r(e,0);return n.kid={hex:s},n},this.getExtAuthorityKeyIdentifier=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("authorityKeyIdentifier");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var s={extname:"authorityKeyIdentifier"};t&&(s.critical=!0);for(var a=n(e,0),l=0;l<a.length;l++){var u=e.substr(a[l],2);if("80"===u&&(s.kid={hex:r(e,a[l])}),"a1"===u){var c=o(e,a[l]),h=this.getGeneralNames(c);s.issuer=h[0].dn}"82"===u&&(s.sn={hex:r(e,a[l])})}return s},this.getExtExtKeyUsage=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("extKeyUsage");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var s={extname:"extKeyUsage",array:[]};t&&(s.critical=!0);for(var a=n(e,0),l=0;l<a.length;l++)s.array.push(A(r(e,a[l])));return s},this.getExtExtKeyUsageName=function(){var e=this.getExtInfo("extKeyUsage");if(void 0===e)return e;var t=new Array,i=o(this.hex,e.vidx);if(""===i)return t;for(var s=n(i,0),a=0;a<s.length;a++)t.push(A(r(i,s[a])));return t},this.getExtSubjectAltName=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("subjectAltName");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var n={extname:"subjectAltName",array:[]};return t&&(n.critical=!0),n.array=this.getGeneralNames(e),n},this.getExtIssuerAltName=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("issuerAltName");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var n={extname:"issuerAltName",array:[]};return t&&(n.critical=!0),n.array=this.getGeneralNames(e),n},this.getGeneralNames=function(e){for(var t=n(e,0),i=[],r=0;r<t.length;r++){var s=this.getGeneralName(o(e,t[r]));void 0!==s&&i.push(s)}return i},this.getGeneralName=function(e){var t=e.substr(0,2),i=r(e,0),n=oe(i);return"81"==t?{rfc822:n}:"82"==t?{dns:n}:"86"==t?{uri:n}:"87"==t?{ip:ce(i)}:"a4"==t?{dn:this.getX500Name(i)}:void 0},this.getExtSubjectAltName2=function(){var e,t,i,s=this.getExtInfo("subjectAltName");if(void 0===s)return s;for(var a=new Array,l=o(this.hex,s.vidx),u=n(l,0),c=0;c<u.length;c++)i=l.substr(u[c],2),e=r(l,u[c]),"81"===i&&(t=re(e),a.push(["MAIL",t])),"82"===i&&(t=re(e),a.push(["DNS",t])),"84"===i&&(t=Pe.hex2dn(e,0),a.push(["DN",t])),"86"===i&&(t=re(e),a.push(["URI",t])),"87"===i&&(t=ce(e),a.push(["IP",t]));return a},this.getExtCRLDistributionPoints=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("cRLDistributionPoints");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var r={extname:"cRLDistributionPoints",array:[]};t&&(r.critical=!0);for(var s=n(e,0),a=0;a<s.length;a++){var l=o(e,s[a]);r.array.push(this.getDistributionPoint(l))}return r},this.getDistributionPoint=function(e){for(var t={},i=n(e,0),r=0;r<i.length;r++){var s=e.substr(i[r],2),a=o(e,i[r]);"a0"==s&&(t.dpname=this.getDistributionPointName(a))}return t},this.getDistributionPointName=function(e){for(var t={},i=n(e,0),r=0;r<i.length;r++){var s=e.substr(i[r],2),a=o(e,i[r]);"a0"==s&&(t.full=this.getGeneralNames(a))}return t},this.getExtCRLDistributionPointsURI=function(){var e=this.getExtInfo("cRLDistributionPoints");if(void 0===e)return e;for(var t=new Array,i=n(this.hex,e.vidx),r=0;r<i.length;r++)try{var o=re(s(this.hex,i[r],[0,0,0],"86"));t.push(o)}catch(e){}return t},this.getExtAIAInfo=function(){var e=this.getExtInfo("authorityInfoAccess");if(void 0===e)return e;for(var t={ocsp:[],caissuer:[]},i=n(this.hex,e.vidx),r=0;r<i.length;r++){var o=s(this.hex,i[r],[0],"06"),a=s(this.hex,i[r],[1],"86");"2b06010505073001"===o&&t.ocsp.push(re(a)),"2b06010505073002"===o&&t.caissuer.push(re(a))}return t},this.getExtAuthorityInfoAccess=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("authorityInfoAccess");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var r={extname:"authorityInfoAccess",array:[]};t&&(r.critical=!0);for(var l=n(e,0),u=0;u<l.length;u++){var c=a(e,l[u],[0],"06"),h=re(s(e,l[u],[1],"86"));if("2b06010505073001"==c)r.array.push({ocsp:h});else{if("2b06010505073002"!=c)throw new Error("unknown method: "+c);r.array.push({caissuer:h})}}return r},this.getExtCertificatePolicies=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("certificatePolicies");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var r={extname:"certificatePolicies",array:[]};t&&(r.critical=!0);for(var s=n(e,0),a=0;a<s.length;a++){var l=o(e,s[a]),u=this.getPolicyInformation(l);r.array.push(u)}return r},this.getPolicyInformation=function(e){var t={},i=s(e,0,[0],"06");t.policyoid=A(i);var r=d(e,0,[1],"30");if(-1!=r){t.array=[];for(var a=n(e,r),l=0;l<a.length;l++){var u=o(e,a[l]),c=this.getPolicyQualifierInfo(u);t.array.push(c)}}return t},this.getPolicyQualifierInfo=function(e){var t={},i=s(e,0,[0],"06");if("2b06010505070201"===i){var n=a(e,0,[1],"16");t.cps=oe(n)}else if("2b06010505070202"===i){var r=l(e,0,[1],"30");t.unotice=this.getUserNotice(r)}return t},this.getUserNotice=function(e){for(var t={},i=n(e,0),r=0;r<i.length;r++){var s=o(e,i[r]);"30"!=s.substr(0,2)&&(t.exptext=this.getDisplayText(s))}return t},this.getDisplayText=function(e){var t={};return t.type={"0c":"utf8",16:"ia5","1a":"vis","1e":"bmp"}[e.substr(0,2)],t.str=oe(r(e,0)),t},this.getExtCRLNumber=function(e,t){var i={extname:"cRLNumber"};if(t&&(i.critical=!0),"02"==e.substr(0,2))return i.num={hex:r(e,0)},i;throw new Error("hExtV parse error: "+e)},this.getExtCRLReason=function(e,t){var i={extname:"cRLReason"};if(t&&(i.critical=!0),"0a"==e.substr(0,2))return i.code=parseInt(r(e,0),16),i;throw new Error("hExtV parse error: "+e)},this.getExtOcspNonce=function(e,t){var i={extname:"ocspNonce"};t&&(i.critical=!0);var n=r(e,0);return i.hex=n,i},this.getExtOcspNoCheck=function(e,t){var i={extname:"ocspNoCheck"};return t&&(i.critical=!0),i},this.getExtAdobeTimeStamp=function(e,t){if(void 0===e&&void 0===t){var i=this.getExtInfo("adobeTimeStamp");if(void 0===i)return;e=o(this.hex,i.vidx),t=i.critical}var r={extname:"adobeTimeStamp"};t&&(r.critical=!0);var s=n(e,0);if(s.length>1){var a=o(e,s[1]),l=this.getGeneralName(a);null!=l.uri&&(r.uri=l.uri)}if(s.length>2){var u=o(e,s[2]);"0101ff"==u&&(r.reqauth=!0),"010100"==u&&(r.reqauth=!1)}return r},this.getX500NameRule=function(e){for(var t=null,i=[],n=0;n<e.length;n++)for(var r=e[n],o=0;o<r.length;o++)i.push(r[o]);for(n=0;n<i.length;n++){var s=i[n],a=s.ds,l=s.value,c=s.type;if("prn"!=a&&"utf8"!=a&&"ia5"!=a)return"mixed";if("ia5"==a){if("CN"!=c)return"mixed";if(u.lang.String.isMail(l))continue;return"mixed"}if("C"==c){if("prn"==a)continue;return"mixed"}if(null==t)t=a;else if(t!==a)return"mixed"}return null==t?"prn":t},this.getX500Name=function(e){var t=this.getX500NameArray(e);return{array:t,str:this.dnarraytostr(t)}},this.getX500NameArray=function(e){for(var t=[],i=n(e,0),r=0;r<i.length;r++)t.push(this.getRDN(o(e,i[r])));return t},this.getRDN=function(e){for(var t=[],i=n(e,0),r=0;r<i.length;r++)t.push(this.getAttrTypeAndValue(o(e,i[r])));return t},this.getAttrTypeAndValue=function(e){var t={type:null,value:null,ds:null},i=n(e,0),r=s(e,i[0],[],"06"),o=s(e,i[1],[]),a=u.asn1.ASN1Util.oidHexToInt(r);return t.type=u.asn1.x509.OID.oid2atype(a),t.ds=this.HEX2STAG[e.substr(i[1],2)],"bmp"!=t.ds?t.value=re(o):t.value=he(o),t},this.readCertPEM=function(e){this.readCertHex(m(e))},this.readCertHex=function(e){this.hex=e,this.getVersion();try{h(this.hex,0,[0,7],"a3"),this.parseExt()}catch(e){}},this.getParam=function(){var e={};return e.version=this.getVersion(),e.serial={hex:this.getSerialNumberHex()},e.sigalg=this.getSignatureAlgorithmField(),e.issuer=this.getIssuer(),e.notbefore=this.getNotBefore(),e.notafter=this.getNotAfter(),e.subject=this.getSubject(),e.sbjpubkey=le(this.getPublicKeyHex(),"PUBLIC KEY"),this.aExtInfo.length>0&&(e.ext=this.getExtParamArray()),e.sighex=this.getSignatureValueHex(),e},this.getExtParamArray=function(e){null==e&&(-1!=d(this.hex,0,[0,"[3]"])&&(e=c(this.hex,0,[0,"[3]",0],"30")));for(var t=[],i=n(e,0),r=0;r<i.length;r++){var s=o(e,i[r]),a=this.getExtParam(s);null!=a&&t.push(a)}return t},this.getExtParam=function(e){var t=n(e,0).length;if(2!=t&&3!=t)throw new Error("wrong number elements in Extension: "+t+" "+e);var i=g(s(e,0,[0],"06")),r=!1;3==t&&"0101ff"==l(e,0,[1])&&(r=!0);var o=l(e,0,[t-1,0]),a=void 0;if("2.5.29.14"==i?a=this.getExtSubjectKeyIdentifier(o,r):"2.5.29.15"==i?a=this.getExtKeyUsage(o,r):"2.5.29.17"==i?a=this.getExtSubjectAltName(o,r):"2.5.29.18"==i?a=this.getExtIssuerAltName(o,r):"2.5.29.19"==i?a=this.getExtBasicConstraints(o,r):"2.5.29.31"==i?a=this.getExtCRLDistributionPoints(o,r):"2.5.29.32"==i?a=this.getExtCertificatePolicies(o,r):"2.5.29.35"==i?a=this.getExtAuthorityKeyIdentifier(o,r):"2.5.29.37"==i?a=this.getExtExtKeyUsage(o,r):"1.3.6.1.5.5.7.1.1"==i?a=this.getExtAuthorityInfoAccess(o,r):"2.5.29.20"==i?a=this.getExtCRLNumber(o,r):"2.5.29.21"==i?a=this.getExtCRLReason(o,r):"1.3.6.1.5.5.7.48.1.2"==i?a=this.getExtOcspNonce(o,r):"1.3.6.1.5.5.7.48.1.5"==i?a=this.getExtOcspNoCheck(o,r):"1.2.840.113583.1.1.9.1"==i&&(a=this.getExtAdobeTimeStamp(o,r)),null!=a)return a;var u={extname:i,extn:o};return r&&(u.critical=!0),u},this.findExt=function(e,t){for(var i=0;i<e.length;i++)if(e[i].extname==t)return e[i];return null},this.updateExtCDPFullURI=function(e,t){var i=this.findExt(e,"cRLDistributionPoints");if(null!=i&&null!=i.array)for(var n=i.array,r=0;r<n.length;r++)if(null!=n[r].dpname&&null!=n[r].dpname.full)for(var o=n[r].dpname.full,s=0;s<o.length;s++){var a=o[r];null!=a.uri&&(a.uri=t)}},this.updateExtAIAOCSP=function(e,t){var i=this.findExt(e,"authorityInfoAccess");if(null!=i&&null!=i.array)for(var n=i.array,r=0;r<n.length;r++)null!=n[r].ocsp&&(n[r].ocsp=t)},this.updateExtAIACAIssuer=function(e,t){var i=this.findExt(e,"authorityInfoAccess");if(null!=i&&null!=i.array)for(var n=i.array,r=0;r<n.length;r++)null!=n[r].caissuer&&(n[r].caissuer=t)},this.dnarraytostr=function(e){return"/"+e.map((function(e){return function(e){return e.map((function(e){return function(e){return e.type+"="+e.value}(e).replace(/\+/,"\\+")})).join("+")}(e).replace(/\//,"\\/")})).join("/")},this.getInfo=function(){var e,t,i,n,r=function(e){for(var t="",i=e.array,n=0;n<i.length;n++){var r=i[n];if(t+=" policy oid: "+r.policyoid+"\n",void 0!==r.array)for(var o=0;o<r.array.length;o++){var s=r.array[o];void 0!==s.cps&&(t+=" cps: "+s.cps+"\n")}}return t},o=function(e){for(var t="",i=e.array,n=0;n<i.length;n++){var r=i[n];try{void 0!==r.dpname.full[0].uri&&(t+=" "+r.dpname.full[0].uri+"\n")}catch(e){}try{void 0!==r.dname.full[0].dn.hex&&(t+=" "+Pe.hex2dn(r.dpname.full[0].dn.hex)+"\n")}catch(e){}}return t},s=function(e){for(var t="",i=e.array,n=0;n<i.length;n++){var r=i[n];void 0!==r.caissuer&&(t+=" caissuer: "+r.caissuer+"\n"),void 0!==r.ocsp&&(t+=" ocsp: "+r.ocsp+"\n")}return t};if(e="Basic Fields\n",e+=" serial number: "+this.getSerialNumberHex()+"\n",e+=" signature algorithm: "+this.getSignatureAlgorithmField()+"\n",e+=" issuer: "+this.getIssuerString()+"\n",e+=" notBefore: "+this.getNotBefore()+"\n",e+=" notAfter: "+this.getNotAfter()+"\n",e+=" subject: "+this.getSubjectString()+"\n",e+=" subject public key info: \n",e+=" key algorithm: "+(t=this.getPublicKey()).type+"\n","RSA"===t.type&&(e+=" n="+pe(t.n.toString(16)).substr(0,16)+"...\n",e+=" e="+pe(t.e.toString(16))+"\n"),null!=(i=this.aExtInfo)){e+="X509v3 Extensions:\n";for(var a=0;a<i.length;a++){var l=i[a],c=u.asn1.x509.OID.oid2name(l.oid);""===c&&(c=l.oid);var h="";if(!0===l.critical&&(h="CRITICAL"),e+=" "+c+" "+h+":\n","basicConstraints"===c){var d=this.getExtBasicConstraints();void 0===d.cA?e+=" {}\n":(e+=" cA=true",void 0!==d.pathLen&&(e+=", pathLen="+d.pathLen),e+="\n")}else if("keyUsage"===c)e+=" "+this.getExtKeyUsageString()+"\n";else if("subjectKeyIdentifier"===c)e+=" "+this.getExtSubjectKeyIdentifier().kid.hex+"\n";else if("authorityKeyIdentifier"===c){var p=this.getExtAuthorityKeyIdentifier();void 0!==p.kid&&(e+=" kid="+p.kid.hex+"\n")}else{if("extKeyUsage"===c)e+=" "+this.getExtExtKeyUsage().array.join(", ")+"\n";else if("subjectAltName"===c)e+=" "+(n=this.getExtSubjectAltName(),JSON.stringify(n.array).replace(/[\[\]\{\}\"]/g,""))+"\n";else if("cRLDistributionPoints"===c)e+=o(this.getExtCRLDistributionPoints());else if("authorityInfoAccess"===c)e+=s(this.getExtAuthorityInfoAccess());else"certificatePolicies"===c&&(e+=r(this.getExtCertificatePolicies()))}}}return e+="signature algorithm: "+this.getSignatureAlgorithmName()+"\n",e+="signature: "+this.getSignatureValueHex().substr(0,16)+"...\n"},"string"==typeof e&&(-1!=e.indexOf("-----BEGIN")?this.readCertPEM(e):u.lang.String.isHex(e)&&this.readCertHex(e))}function Te(e){return h.SHA256(e).toString()}Se.getLblen=function(e,t){if("8"!=e.substr(t+2,1))return 1;var i=parseInt(e.substr(t+3,1));return 0==i?-1:0<i&&i<10?i+1:-2},Se.getL=function(e,t){var i=Se.getLblen(e,t);return i<1?"":e.substr(t+2,2*i)},Se.getVblen=function(e,t){var i;return""==(i=Se.getL(e,t))?-1:("8"===i.substr(0,1)?new d(i.substr(2),16):new d(i,16)).intValue()},Se.getVidx=function(e,t){var i=Se.getLblen(e,t);return i<0?i:t+2*(i+1)},Se.getV=function(e,t){var i=Se.getVidx(e,t),n=Se.getVblen(e,t);return e.substr(i,2*n)},Se.getTLV=function(e,t){return e.substr(t,2)+Se.getL(e,t)+Se.getV(e,t)},Se.getTLVblen=function(e,t){return 2+2*Se.getLblen(e,t)+2*Se.getVblen(e,t)},Se.getNextSiblingIdx=function(e,t){return Se.getVidx(e,t)+2*Se.getVblen(e,t)},Se.getChildIdx=function(e,t){var i,n,r,o=Se,s=[];i=o.getVidx(e,t),n=2*o.getVblen(e,t),"03"==e.substr(t,2)&&(i+=2,n-=2),r=0;for(var a=i;r<=n;){var l=o.getTLVblen(e,a);if((r+=l)<=n&&s.push(a),a+=l,r>=n)break}return s},Se.getNthChildIdx=function(e,t,i){return Se.getChildIdx(e,t)[i]},Se.getIdxbyList=function(e,t,i,n){var r,o,s=Se;return 0==i.length?void 0!==n&&e.substr(t,2)!==n?-1:t:(r=i.shift())>=(o=s.getChildIdx(e,t)).length?-1:s.getIdxbyList(e,o[r],i,n)},Se.getIdxbyListEx=function(e,t,i,n){var r,o,s=Se;if(0==i.length)return void 0!==n&&e.substr(t,2)!==n?-1:t;r=i.shift(),o=s.getChildIdx(e,t);for(var a=0,l=0;l<o.length;l++){var u=e.substr(o[l],2);if("number"==typeof r&&!s.isContextTag(u)&&a==r||"string"==typeof r&&s.isContextTag(u,r))return s.getIdxbyListEx(e,o[l],i,n);s.isContextTag(u)||a++}return-1},Se.getTLVbyList=function(e,t,i,n){var r=Se,o=r.getIdxbyList(e,t,i,n);return-1==o||o>=e.length?null:r.getTLV(e,o)},Se.getTLVbyListEx=function(e,t,i,n){var r=Se,o=r.getIdxbyListEx(e,t,i,n);return-1==o?null:r.getTLV(e,o)},Se.getVbyList=function(e,t,i,n,r){var o,s,a=Se;return-1==(o=a.getIdxbyList(e,t,i,n))||o>=e.length?null:(s=a.getV(e,o),!0===r&&(s=s.substr(2)),s)},Se.getVbyListEx=function(e,t,i,n,r){var o,s,a=Se;return-1==(o=a.getIdxbyListEx(e,t,i,n))?null:(s=a.getV(e,o),"03"==e.substr(o,2)&&!1!==r&&(s=s.substr(2)),s)},Se.getInt=function(e,t,i){null==i&&(i=-1);try{var n=e.substr(t,2);if("02"!=n&&"03"!=n)return i;var r=Se.getV(e,t);return"02"==n?parseInt(r,16):function(e){try{var t=e.substr(0,2);if("00"==t)return parseInt(e.substr(2),16);var i=parseInt(t,16),n=e.substr(2),r=parseInt(n,16).toString(2);return"0"==r&&(r="00000000"),r=r.slice(0,0-i),parseInt(r,2)}catch(e){return-1}}(r)}catch(e){return i}},Se.getOID=function(e,t,i){null==i&&(i=null);try{return"06"!=e.substr(t,2)?i:function(e){if(!de(e))return null;try{var t=[],i=e.substr(0,2),n=parseInt(i,16);t[0]=new String(Math.floor(n/40)),t[1]=new String(n%40);for(var r=e.substr(2),o=[],s=0;s<r.length/2;s++)o.push(parseInt(r.substr(2*s,2),16));var a=[],l="";for(s=0;s<o.length;s++)128&o[s]?l+=fe((127&o[s]).toString(2),7):(l+=fe((127&o[s]).toString(2),7),a.push(new String(parseInt(l,2))),l="");var u=t.join(".");return a.length>0&&(u=u+"."+a.join(".")),u}catch(e){return null}}(Se.getV(e,t))}catch(e){return i}},Se.getOIDName=function(e,t,i){null==i&&(i=null);try{var n=Se.getOID(e,t,i);if(n==i)return i;var r=u.asn1.x509.OID.oid2name(n);return""==r?n:r}catch(e){return i}},Se.getString=function(e,t,i){null==i&&(i=null);try{return oe(Se.getV(e,t))}catch(e){return i}},Se.hextooidstr=function(e){var t=function(e,t){return e.length>=t?e:new Array(t-e.length+1).join("0")+e},i=[],n=e.substr(0,2),r=parseInt(n,16);i[0]=new String(Math.floor(r/40)),i[1]=new String(r%40);for(var o=e.substr(2),s=[],a=0;a<o.length/2;a++)s.push(parseInt(o.substr(2*a,2),16));var l=[],u="";for(a=0;a<s.length;a++)128&s[a]?u+=t((127&s[a]).toString(2),7):(u+=t((127&s[a]).toString(2),7),l.push(new String(parseInt(u,2))),u="");var c=i.join(".");return l.length>0&&(c=c+"."+l.join(".")),c},Se.dump=function(e,t,i,n){var r=Se,o=r.getV,s=r.dump,a=r.getChildIdx,l=e;e instanceof u.asn1.ASN1Object&&(l=e.getEncodedHex());var c=function(e,t){return e.length<=2*t?e:e.substr(0,t)+"..(total "+e.length/2+"bytes).."+e.substr(e.length-t,t)};void 0===t&&(t={ommit_long_octet:32}),void 0===i&&(i=0),void 0===n&&(n="");var h,d=t.ommit_long_octet;if("01"==(h=l.substr(i,2)))return"00"==(p=o(l,i))?n+"BOOLEAN FALSE\n":n+"BOOLEAN TRUE\n";if("02"==h)return n+"INTEGER "+c(p=o(l,i),d)+"\n";if("03"==h){var p=o(l,i);if(r.isASN1HEX(p.substr(2))){var f=n+"BITSTRING, encapsulates\n";return f+=s(p.substr(2),t,0,n+" ")}return n+"BITSTRING "+c(p,d)+"\n"}if("04"==h){p=o(l,i);if(r.isASN1HEX(p)){f=n+"OCTETSTRING, encapsulates\n";return f+=s(p,t,0,n+" ")}return n+"OCTETSTRING "+c(p,d)+"\n"}if("05"==h)return n+"NULL\n";if("06"==h){var A=o(l,i),g=u.asn1.ASN1Util.oidHexToInt(A),m=u.asn1.x509.OID.oid2name(g),v=g.replace(/\./g," ");return""!=m?n+"ObjectIdentifier "+m+" ("+v+")\n":n+"ObjectIdentifier ("+v+")\n"}if("0a"==h)return n+"ENUMERATED "+parseInt(o(l,i))+"\n";if("0c"==h)return n+"UTF8String '"+re(o(l,i))+"'\n";if("13"==h)return n+"PrintableString '"+re(o(l,i))+"'\n";if("14"==h)return n+"TeletexString '"+re(o(l,i))+"'\n";if("16"==h)return n+"IA5String '"+re(o(l,i))+"'\n";if("17"==h)return n+"UTCTime "+re(o(l,i))+"\n";if("18"==h)return n+"GeneralizedTime "+re(o(l,i))+"\n";if("1a"==h)return n+"VisualString '"+re(o(l,i))+"'\n";if("1e"==h)return n+"BMPString '"+he(o(l,i))+"'\n";if("30"==h){if("3000"==l.substr(i,4))return n+"SEQUENCE {}\n";f=n+"SEQUENCE\n";var y=t;if((2==(w=a(l,i)).length||3==w.length)&&"06"==l.substr(w[0],2)&&"04"==l.substr(w[w.length-1],2)){m=r.oidname(o(l,w[0]));var b=JSON.parse(JSON.stringify(t));b.x509ExtName=m,y=b}for(var x=0;x<w.length;x++)f+=s(l,y,w[x],n+" ");return f}if("31"==h){f=n+"SET\n";var w=a(l,i);for(x=0;x<w.length;x++)f+=s(l,t,w[x],n+" ");return f}if(0!=(128&(h=parseInt(h,16)))){var E=31&h;if(0!=(32&h)){for(f=n+"["+E+"]\n",w=a(l,i),x=0;x<w.length;x++)f+=s(l,t,w[x],n+" ");return f}p=o(l,i);if(Se.isASN1HEX(p)){var f=n+"["+E+"]\n";return f+=s(p,t,0,n+" ")}return("68747470"==p.substr(0,8)||"subjectAltName"===t.x509ExtName&&2==E)&&(p=re(p)),f=n+"["+E+"] "+p+"\n"}return n+"UNKNOWN("+h+") "+o(l,i)+"\n"},Se.isContextTag=function(e,t){var i,n;e=e.toLowerCase();try{i=parseInt(e,16)}catch(e){return-1}if(void 0===t)return 128==(192&i);try{return null!=t.match(/^\[[0-9]+\]$/)&&(!((n=parseInt(t.substr(1,t.length-1),10))>31)&&(128==(192&i)&&(31&i)==n))}catch(e){return!1}},Se.isASN1HEX=function(e){var t=Se;if(e.length%2==1)return!1;var i=t.getVblen(e,0),n=e.substr(0,2),r=t.getL(e,0);return e.length-n.length-r.length==2*i},Se.checkStrictDER=function(e,t,i,n,r){var o=Se;if(void 0===i){if("string"!=typeof e)throw new Error("not hex string");if(e=e.toLowerCase(),!u.lang.String.isHex(e))throw new Error("not hex string");i=e.length,r=(n=e.length/2)<128?1:Math.ceil(n.toString(16))+1}if(o.getL(e,t).length>2*r)throw new Error("L of TLV too long: idx="+t);var s=o.getVblen(e,t);if(s>n)throw new Error("value of L too long than hex: idx="+t);var a=o.getTLV(e,t),l=a.length-2-o.getL(e,t).length;if(l!==2*s)throw new Error("V string length and L's value not the same:"+l+"/"+2*s);if(0===t&&e.length!=a.length)throw new Error("total length and TLV length unmatch:"+e.length+"!="+a.length);var c=e.substr(t,2);if("02"===c){var h=o.getVidx(e,t);if("00"==e.substr(h,2)&&e.charCodeAt(h+2)<56)throw new Error("not least zeros for DER INTEGER")}if(32&parseInt(c,16)){for(var d=o.getVblen(e,t),p=0,f=o.getChildIdx(e,t),A=0;A<f.length;A++){p+=o.getTLV(e,f[A]).length,o.checkStrictDER(e,f[A],i,n,r)}if(2*d!=p)throw new Error("sum of children's TLV length and L unmatch: "+2*d+"!="+p)}},Se.oidname=function(e){var t=u.asn1;u.lang.String.isHex(e)&&(e=t.ASN1Util.oidHexToInt(e));var i=t.x509.OID.oid2name(e);return""===i&&(i=e),i},void 0!==u.asn1&&u.asn1||(u.asn1={}),void 0!==u.asn1.x509&&u.asn1.x509||(u.asn1.x509={}),u.asn1.x509.Certificate=function(e){u.asn1.x509.Certificate.superclass.constructor.call(this);var t=u.asn1,i=t.DERBitString,n=t.DERSequence,r=t.x509,o=r.TBSCertificate,s=r.AlgorithmIdentifier;this.params=void 0,this.setByParam=function(e){this.params=e},this.sign=function(){var e=this.params,t=e.sigalg;null!=e.sigalg.name&&(t=e.sigalg.name);var i=e.tbsobj.getEncodedHex(),n=new u.crypto.Signature({alg:t});n.init(e.cakey),n.updateHex(i),e.sighex=n.sign()},this.getPEM=function(){return le(this.getEncodedHex(),"CERTIFICATE")},this.getEncodedHex=function(){var e=this.params;if(null!=e.tbsobj&&null!=e.tbsobj||(e.tbsobj=new o(e)),null==e.sighex&&null!=e.cakey&&this.sign(),null==e.sighex)throw new Error("sighex or cakey parameter not defined");var t=[];return t.push(e.tbsobj),t.push(new s({name:e.sigalg})),t.push(new i({hex:"00"+e.sighex})),new n({array:t}).getEncodedHex()},null!=e&&(this.params=e)},Ae(u.asn1.x509.Certificate,u.asn1.ASN1Object),u.asn1.x509.TBSCertificate=function(e){u.asn1.x509.TBSCertificate.superclass.constructor.call(this);var t=u.asn1,i=t.x509,n=t.DERTaggedObject,r=t.DERInteger,o=t.DERSequence,s=i.AlgorithmIdentifier,a=i.Time,l=i.X500Name,c=i.Extensions,h=i.SubjectPublicKeyInfo;this.params=null,this.setByParam=function(e){this.params=e},this.getEncodedHex=function(){var e=[],t=this.params;if(null!=t.version||1!=t.version){var i=2;null!=t.version&&(i=t.version-1);var d=new n({obj:new r({int:i})});e.push(d)}return e.push(new r(t.serial)),e.push(new s({name:t.sigalg})),e.push(new l(t.issuer)),e.push(new o({array:[new a(t.notbefore),new a(t.notafter)]})),e.push(new l(t.subject)),e.push(new h(Me.getKey(t.sbjpubkey))),void 0!==t.ext&&t.ext.length>0&&e.push(new n({tag:"a3",obj:new c(t.ext)})),new u.asn1.DERSequence({array:e}).getEncodedHex()},void 0!==e&&this.setByParam(e)},Ae(u.asn1.x509.TBSCertificate,u.asn1.ASN1Object),u.asn1.x509.Extensions=function(e){u.asn1.x509.Extensions.superclass.constructor.call(this);var t=u.asn1,i=t.DERSequence,n=t.x509;this.aParam=[],this.setByParam=function(e){this.aParam=e},this.getEncodedHex=function(){for(var e=[],t=0;t<this.aParam.length;t++){var r=this.aParam[t],o=r.extname,s=null;if(null!=r.extn)s=new n.PrivateExtension(r);else if("subjectKeyIdentifier"==o)s=new n.SubjectKeyIdentifier(r);else if("keyUsage"==o)s=new n.KeyUsage(r);else if("subjectAltName"==o)s=new n.SubjectAltName(r);else if("issuerAltName"==o)s=new n.IssuerAltName(r);else if("basicConstraints"==o)s=new n.BasicConstraints(r);else if("cRLDistributionPoints"==o)s=new n.CRLDistributionPoints(r);else if("certificatePolicies"==o)s=new n.CertificatePolicies(r);else if("authorityKeyIdentifier"==o)s=new n.AuthorityKeyIdentifier(r);else if("extKeyUsage"==o)s=new n.ExtKeyUsage(r);else if("authorityInfoAccess"==o)s=new n.AuthorityInfoAccess(r);else if("cRLNumber"==o)s=new n.CRLNumber(r);else if("cRLReason"==o)s=new n.CRLReason(r);else if("ocspNonce"==o)s=new n.OCSPNonce(r);else if("ocspNoCheck"==o)s=new n.OCSPNoCheck(r);else if("adobeTimeStamp"==o)s=new n.AdobeTimeStamp(r);else{if("subjectDirectoryAttributes"!=o)throw new Error("extension not supported:"+JSON.stringify(r));s=new n.SubjectDirectoryAttributes(r)}null!=s&&e.push(s)}return new i({array:e}).getEncodedHex()},null!=e&&this.setByParam(e)},Ae(u.asn1.x509.Extensions,u.asn1.ASN1Object),u.asn1.x509.Extension=function(e){u.asn1.x509.Extension.superclass.constructor.call(this);var t=u.asn1,i=t.DERObjectIdentifier,n=t.DEROctetString;t.DERBitString;var r=t.DERBoolean,o=t.DERSequence;this.getEncodedHex=function(){var e=new i({oid:this.oid}),t=new n({hex:this.getExtnValueHex()}),s=new Array;return s.push(e),this.critical&&s.push(new r),s.push(t),new o({array:s}).getEncodedHex()},this.critical=!1,void 0!==e&&void 0!==e.critical&&(this.critical=e.critical)},Ae(u.asn1.x509.Extension,u.asn1.ASN1Object),u.asn1.x509.KeyUsage=function(e){u.asn1.x509.KeyUsage.superclass.constructor.call(this,e);var t=Pe.KEYUSAGE_NAME;if(this.getExtnValueHex=function(){return this.asn1ExtnValue.getEncodedHex()},this.oid="2.5.29.15",void 0!==e&&(void 0!==e.bin&&(this.asn1ExtnValue=new u.asn1.DERBitString(e)),void 0!==e.names&&void 0!==e.names.length)){for(var i=e.names,n="000000000",r=0;r<i.length;r++)for(var o=0;o<t.length;o++)i[r]===t[o]&&(n=n.substring(0,o)+"1"+n.substring(o+1,n.length));this.asn1ExtnValue=new u.asn1.DERBitString({bin:n})}},Ae(u.asn1.x509.KeyUsage,u.asn1.x509.Extension),u.asn1.x509.BasicConstraints=function(e){u.asn1.x509.BasicConstraints.superclass.constructor.call(this,e);var t=u.asn1,i=t.DERBoolean,n=t.DERInteger,r=t.DERSequence;this.getExtnValueHex=function(){var e=new Array;this.cA&&e.push(new i),this.pathLen>-1&&e.push(new n({int:this.pathLen}));var t=new r({array:e});return this.asn1ExtnValue=t,this.asn1ExtnValue.getEncodedHex()},this.oid="2.5.29.19",this.cA=!1,this.pathLen=-1,void 0!==e&&(void 0!==e.cA&&(this.cA=e.cA),void 0!==e.pathLen&&(this.pathLen=e.pathLen))},Ae(u.asn1.x509.BasicConstraints,u.asn1.x509.Extension),u.asn1.x509.CRLDistributionPoints=function(e){u.asn1.x509.CRLDistributionPoints.superclass.constructor.call(this,e);var t=u.asn1,i=t.x509;this.getExtnValueHex=function(){return this.asn1ExtnValue.getEncodedHex()},this.setByDPArray=function(e){for(var n=[],r=0;r<e.length;r++)if(e[r]instanceof u.asn1.ASN1Object)n.push(e[r]);else{var o=new i.DistributionPoint(e[r]);n.push(o)}this.asn1ExtnValue=new t.DERSequence({array:n})},this.setByOneURI=function(e){var t=new i.DistributionPoint({fulluri:e});this.setByDPArray([t])},this.oid="2.5.29.31",void 0!==e&&(void 0!==e.array?this.setByDPArray(e.array):void 0!==e.uri&&this.setByOneURI(e.uri))},Ae(u.asn1.x509.CRLDistributionPoints,u.asn1.x509.Extension),u.asn1.x509.DistributionPoint=function(e){u.asn1.x509.DistributionPoint.superclass.constructor.call(this);var t=u.asn1,i=t.x509.DistributionPointName;this.getEncodedHex=function(){var e=new t.DERSequence;if(null!=this.asn1DP){var i=new t.DERTaggedObject({explicit:!0,tag:"a0",obj:this.asn1DP});e.appendASN1Object(i)}return this.hTLV=e.getEncodedHex(),this.hTLV},void 0!==e&&(void 0!==e.dpobj?this.asn1DP=e.dpobj:void 0!==e.dpname?this.asn1DP=new i(e.dpname):void 0!==e.fulluri&&(this.asn1DP=new i({full:[{uri:e.fulluri}]})))},Ae(u.asn1.x509.DistributionPoint,u.asn1.ASN1Object),u.asn1.x509.DistributionPointName=function(e){u.asn1.x509.DistributionPointName.superclass.constructor.call(this);var t=u.asn1,i=t.DERTaggedObject;if(this.getEncodedHex=function(){if("full"!=this.type)throw new Error("currently type shall be 'full': "+this.type);return this.asn1Obj=new i({explicit:!1,tag:this.tag,obj:this.asn1V}),this.hTLV=this.asn1Obj.getEncodedHex(),this.hTLV},void 0!==e)if(t.x509.GeneralNames.prototype.isPrototypeOf(e))this.type="full",this.tag="a0",this.asn1V=e;else{if(void 0===e.full)throw new Error("This class supports GeneralNames only as argument");this.type="full",this.tag="a0",this.asn1V=new t.x509.GeneralNames(e.full)}},Ae(u.asn1.x509.DistributionPointName,u.asn1.ASN1Object),u.asn1.x509.CertificatePolicies=function(e){u.asn1.x509.CertificatePolicies.superclass.constructor.call(this,e);var t=u.asn1,i=t.x509,n=t.DERSequence,r=i.PolicyInformation;this.params=null,this.getExtnValueHex=function(){for(var e=[],t=0;t<this.params.array.length;t++)e.push(new r(this.params.array[t]));var i=new n({array:e});return this.asn1ExtnValue=i,this.asn1ExtnValue.getEncodedHex()},this.oid="2.5.29.32",void 0!==e&&(this.params=e)},Ae(u.asn1.x509.CertificatePolicies,u.asn1.x509.Extension),u.asn1.x509.PolicyInformation=function(e){u.asn1.x509.PolicyInformation.superclass.constructor.call(this,e);var t=u.asn1,i=t.DERSequence,n=t.DERObjectIdentifier,r=t.x509.PolicyQualifierInfo;this.params=null,this.getEncodedHex=function(){if(void 0===this.params.policyoid&&void 0===this.params.array)throw new Error("parameter oid and array missing");var e=[new n(this.params.policyoid)];if(void 0!==this.params.array){for(var t=[],o=0;o<this.params.array.length;o++)t.push(new r(this.params.array[o]));t.length>0&&e.push(new i({array:t}))}return new i({array:e}).getEncodedHex()},void 0!==e&&(this.params=e)},Ae(u.asn1.x509.PolicyInformation,u.asn1.ASN1Object),u.asn1.x509.PolicyQualifierInfo=function(e){u.asn1.x509.PolicyQualifierInfo.superclass.constructor.call(this,e);var t=u.asn1,i=t.DERSequence,n=t.DERIA5String,r=t.DERObjectIdentifier,o=t.x509.UserNotice;this.params=null,this.getEncodedHex=function(){return void 0!==this.params.cps?new i({array:[new r({oid:"1.3.6.1.5.5.7.2.1"}),new n({str:this.params.cps})]}).getEncodedHex():null!=this.params.unotice?new i({array:[new r({oid:"1.3.6.1.5.5.7.2.2"}),new o(this.params.unotice)]}).getEncodedHex():void 0},void 0!==e&&(this.params=e)},Ae(u.asn1.x509.PolicyQualifierInfo,u.asn1.ASN1Object),u.asn1.x509.UserNotice=function(e){u.asn1.x509.UserNotice.superclass.constructor.call(this,e);var t=u.asn1.DERSequence;u.asn1.DERInteger;var i=u.asn1.x509.DisplayText,n=u.asn1.x509.NoticeReference;this.params=null,this.getEncodedHex=function(){var e=[];return void 0!==this.params.noticeref&&e.push(new n(this.params.noticeref)),void 0!==this.params.exptext&&e.push(new i(this.params.exptext)),new t({array:e}).getEncodedHex()},void 0!==e&&(this.params=e)},Ae(u.asn1.x509.UserNotice,u.asn1.ASN1Object),u.asn1.x509.NoticeReference=function(e){u.asn1.x509.NoticeReference.superclass.constructor.call(this,e);var t=u.asn1.DERSequence,i=u.asn1.DERInteger,n=u.asn1.x509.DisplayText;this.params=null,this.getEncodedHex=function(){var e=[];if(void 0!==this.params.org&&e.push(new n(this.params.org)),void 0!==this.params.noticenum){for(var r=[],o=this.params.noticenum,s=0;s<o.length;s++)r.push(new i(o[s]));e.push(new t({array:r}))}if(0==e.length)throw new Error("parameter is empty");return new t({array:e}).getEncodedHex()},void 0!==e&&(this.params=e)},Ae(u.asn1.x509.NoticeReference,u.asn1.ASN1Object),u.asn1.x509.DisplayText=function(e){u.asn1.x509.DisplayText.superclass.constructor.call(this,e),this.hT="0c",void 0!==e&&("ia5"===e.type?this.hT="16":"vis"===e.type?this.hT="1a":"bmp"===e.type&&(this.hT="1e"))},Ae(u.asn1.x509.DisplayText,u.asn1.DERAbstractString),u.asn1.x509.ExtKeyUsage=function(e){u.asn1.x509.ExtKeyUsage.superclass.constructor.call(this,e);var t=u.asn1;this.setPurposeArray=function(e){this.asn1ExtnValue=new t.DERSequence;for(var i=0;i<e.length;i++){var n=new t.DERObjectIdentifier(e[i]);this.asn1ExtnValue.appendASN1Object(n)}},this.getExtnValueHex=function(){return this.asn1ExtnValue.getEncodedHex()},this.oid="2.5.29.37",void 0!==e&&void 0!==e.array&&this.setPurposeArray(e.array)},Ae(u.asn1.x509.ExtKeyUsage,u.asn1.x509.Extension),u.asn1.x509.AuthorityKeyIdentifier=function(e){u.asn1.x509.AuthorityKeyIdentifier.superclass.constructor.call(this,e);var t=u,i=t.asn1,n=i.DERTaggedObject,r=i.x509.GeneralNames;t.crypto.Util.isKey,this.asn1KID=null,this.asn1CertIssuer=null,this.asn1CertSN=null,this.getExtnValueHex=function(){var e=new Array;this.asn1KID&&e.push(new n({explicit:!1,tag:"80",obj:this.asn1KID})),this.asn1CertIssuer&&e.push(new n({explicit:!1,tag:"a1",obj:new r([{dn:this.asn1CertIssuer}])})),this.asn1CertSN&&e.push(new n({explicit:!1,tag:"82",obj:this.asn1CertSN}));var t=new i.DERSequence({array:e});return this.asn1ExtnValue=t,this.asn1ExtnValue.getEncodedHex()},this.setKIDByParam=function(e){if(void 0!==e.str||void 0!==e.hex)this.asn1KID=new u.asn1.DEROctetString(e);else if("object"==typeof e&&u.crypto.Util.isKey(e)||"string"==typeof e&&-1!=e.indexOf("BEGIN ")){var t=e;"string"==typeof e&&(t=Me.getKey(e));var i=Me.getKeyID(t);this.asn1KID=new u.asn1.DEROctetString({hex:i})}},this.setCertIssuerByParam=function(e){void 0!==e.str||void 0!==e.ldapstr||void 0!==e.hex||void 0!==e.certsubject||void 0!==e.certissuer?this.asn1CertIssuer=new u.asn1.x509.X500Name(e):"string"==typeof e&&-1!=e.indexOf("BEGIN ")&&-1!=e.indexOf("CERTIFICATE")&&(this.asn1CertIssuer=new u.asn1.x509.X500Name({certissuer:e}))},this.setCertSNByParam=function(e){if(void 0!==e.str||void 0!==e.bigint||void 0!==e.hex)this.asn1CertSN=new u.asn1.DERInteger(e);else if("string"==typeof e&&-1!=e.indexOf("BEGIN ")&&e.indexOf("CERTIFICATE")){var t=new Pe;t.readCertPEM(e);var i=t.getSerialNumberHex();this.asn1CertSN=new u.asn1.DERInteger({hex:i})}},this.oid="2.5.29.35",void 0!==e&&(void 0!==e.kid&&this.setKIDByParam(e.kid),void 0!==e.issuer&&this.setCertIssuerByParam(e.issuer),void 0!==e.sn&&this.setCertSNByParam(e.sn),void 0!==e.issuersn&&"string"==typeof e.issuersn&&-1!=e.issuersn.indexOf("BEGIN ")&&e.issuersn.indexOf("CERTIFICATE")&&(this.setCertSNByParam(e.issuersn),this.setCertIssuerByParam(e.issuersn)))},Ae(u.asn1.x509.AuthorityKeyIdentifier,u.asn1.x509.Extension),u.asn1.x509.SubjectKeyIdentifier=function(e){u.asn1.x509.SubjectKeyIdentifier.superclass.constructor.call(this,e);var t=u.asn1.DEROctetString;this.asn1KID=null,this.getExtnValueHex=function(){return this.asn1ExtnValue=this.asn1KID,this.asn1ExtnValue.getEncodedHex()},this.setKIDByParam=function(e){if(void 0!==e.str||void 0!==e.hex)this.asn1KID=new t(e);else if("object"==typeof e&&u.crypto.Util.isKey(e)||"string"==typeof e&&-1!=e.indexOf("BEGIN")){var i=e;"string"==typeof e&&(i=Me.getKey(e));var n=Me.getKeyID(i);this.asn1KID=new u.asn1.DEROctetString({hex:n})}},this.oid="2.5.29.14",void 0!==e&&void 0!==e.kid&&this.setKIDByParam(e.kid)},Ae(u.asn1.x509.SubjectKeyIdentifier,u.asn1.x509.Extension),u.asn1.x509.AuthorityInfoAccess=function(e){u.asn1.x509.AuthorityInfoAccess.superclass.constructor.call(this,e),this.setAccessDescriptionArray=function(e){for(var t=new Array,i=u.asn1,n=i.DERSequence,r=i.DERObjectIdentifier,o=i.x509.GeneralName,s=0;s<e.length;s++){var a,l=e[s];if(void 0!==l.ocsp)a=new n({array:[new r({oid:"1.3.6.1.5.5.7.48.1"}),new o({uri:l.ocsp})]});else{if(void 0===l.caissuer)throw new Error("unknown AccessMethod parameter: "+JSON.stringify(l));a=new n({array:[new r({oid:"1.3.6.1.5.5.7.48.2"}),new o({uri:l.caissuer})]})}t.push(a)}this.asn1ExtnValue=new n({array:t})},this.getExtnValueHex=function(){return this.asn1ExtnValue.getEncodedHex()},this.oid="1.3.6.1.5.5.7.1.1",void 0!==e&&void 0!==e.array&&this.setAccessDescriptionArray(e.array)},Ae(u.asn1.x509.AuthorityInfoAccess,u.asn1.x509.Extension),u.asn1.x509.SubjectAltName=function(e){u.asn1.x509.SubjectAltName.superclass.constructor.call(this,e),this.setNameArray=function(e){this.asn1ExtnValue=new u.asn1.x509.GeneralNames(e)},this.getExtnValueHex=function(){return this.asn1ExtnValue.getEncodedHex()},this.oid="2.5.29.17",void 0!==e&&void 0!==e.array&&this.setNameArray(e.array)},Ae(u.asn1.x509.SubjectAltName,u.asn1.x509.Extension),u.asn1.x509.IssuerAltName=function(e){u.asn1.x509.IssuerAltName.superclass.constructor.call(this,e),this.setNameArray=function(e){this.asn1ExtnValue=new u.asn1.x509.GeneralNames(e)},this.getExtnValueHex=function(){return this.asn1ExtnValue.getEncodedHex()},this.oid="2.5.29.18",void 0!==e&&void 0!==e.array&&this.setNameArray(e.array)},Ae(u.asn1.x509.IssuerAltName,u.asn1.x509.Extension),u.asn1.x509.SubjectDirectoryAttributes=function(e){u.asn1.x509.SubjectDirectoryAttributes.superclass.constructor.call(this,e);var t=u.asn1,i=t.DERSequence,n=t.ASN1Util.newObject,r=t.x509.OID.name2oid;this.params=null,this.getExtnValueHex=function(){for(var e=[],t=0;t<this.params.array.length;t++){var o=this.params.array[t],s={seq:[{oid:"1.2.3.4"},{set:[{utf8str:"DE"}]}]};if("dateOfBirth"==o.attr)s.seq[0].oid=r(o.attr),s.seq[1].set[0]={gentime:o.str};else if("placeOfBirth"==o.attr)s.seq[0].oid=r(o.attr),s.seq[1].set[0]={utf8str:o.str};else if("gender"==o.attr)s.seq[0].oid=r(o.attr),s.seq[1].set[0]={prnstr:o.str};else if("countryOfCitizenship"==o.attr)s.seq[0].oid=r(o.attr),s.seq[1].set[0]={prnstr:o.str};else{if("countryOfResidence"!=o.attr)throw new Error("unsupported attribute: "+o.attr);s.seq[0].oid=r(o.attr),s.seq[1].set[0]={prnstr:o.str}}e.push(new n(s))}var a=new i({array:e});return this.asn1ExtnValue=a,this.asn1ExtnValue.getEncodedHex()},this.oid="2.5.29.9",void 0!==e&&(this.params=e)},Ae(u.asn1.x509.SubjectDirectoryAttributes,u.asn1.x509.Extension),u.asn1.x509.PrivateExtension=function(e){u.asn1.x509.PrivateExtension.superclass.constructor.call(this,e);var t=u,i=t.lang.String.isHex,n=t.asn1,r=n.x509.OID.name2oid,o=n.ASN1Util.newObject;this.params=null,this.setByParam=function(e){this.oid=r(e.extname),this.params=e},this.getExtnValueHex=function(){if(null==this.params.extname||null==this.params.extn)throw new Error("extname or extnhex not specified");var e=this.params.extn;if("string"==typeof e&&i(e))return e;if("object"==typeof e)try{return o(e).getEncodedHex()}catch(e){}throw new Error("unsupported extn value")},null!=e&&this.setByParam(e)},Ae(u.asn1.x509.PrivateExtension,u.asn1.x509.Extension),u.asn1.x509.CRL=function(e){u.asn1.x509.CRL.superclass.constructor.call(this);var t=u.asn1,i=t.DERSequence,n=t.DERBitString,r=t.x509,o=r.AlgorithmIdentifier,s=r.TBSCertList;this.params=void 0,this.setByParam=function(e){this.params=e},this.sign=function(){var e=new s(this.params).getEncodedHex(),t=new u.crypto.Signature({alg:this.params.sigalg});t.init(this.params.cakey),t.updateHex(e);var i=t.sign();this.params.sighex=i},this.getPEM=function(){return le(this.getEncodedHex(),"X509 CRL")},this.getEncodedHex=function(){var e=this.params;if(null==e.tbsobj&&(e.tbsobj=new s(e)),null==e.sighex&&null!=e.cakey&&this.sign(),null==e.sighex)throw new Error("sighex or cakey parameter not defined");var t=[];return t.push(e.tbsobj),t.push(new o({name:e.sigalg})),t.push(new n({hex:"00"+e.sighex})),new i({array:t}).getEncodedHex()},null!=e&&(this.params=e)},Ae(u.asn1.x509.CRL,u.asn1.ASN1Object),u.asn1.x509.TBSCertList=function(e){u.asn1.x509.TBSCertList.superclass.constructor.call(this);var t=u.asn1,i=t.DERInteger,n=t.DERSequence,r=t.DERTaggedObject;t.DERObjectIdentifier;var o=t.x509,s=o.AlgorithmIdentifier,a=o.Time,l=o.Extensions,c=o.X500Name;this.params=null,this.setByParam=function(e){this.params=e},this.getRevCertSequence=function(){for(var e=[],t=this.params.revcert,r=0;r<t.length;r++){var o=[new i(t[r].sn),new a(t[r].date)];null!=t[r].ext&&o.push(new l(t[r].ext)),e.push(new n({array:o}))}return new n({array:e})},this.getEncodedHex=function(){var e=[],t=this.params;if(null!=t.version){var o=t.version-1,u=new i({int:o});e.push(u)}if(e.push(new s({name:t.sigalg})),e.push(new c(t.issuer)),e.push(new a(t.thisupdate)),null!=t.nextupdate&&e.push(new a(t.nextupdate)),null!=t.revcert&&e.push(this.getRevCertSequence()),null!=t.ext){var h=new l(t.ext);e.push(new r({tag:"a0",explicit:!0,obj:h}))}return new n({array:e}).getEncodedHex()},void 0!==e&&this.setByParam(e)},Ae(u.asn1.x509.TBSCertList,u.asn1.ASN1Object),u.asn1.x509.CRLEntry=function(e){u.asn1.x509.CRLEntry.superclass.constructor.call(this);var t=u.asn1;this.setCertSerial=function(e){this.sn=new t.DERInteger(e)},this.setRevocationDate=function(e){this.time=new t.x509.Time(e)},this.getEncodedHex=function(){var e=new t.DERSequence({array:[this.sn,this.time]});return this.TLV=e.getEncodedHex(),this.TLV},void 0!==e&&(void 0!==e.time&&this.setRevocationDate(e.time),void 0!==e.sn&&this.setCertSerial(e.sn))},Ae(u.asn1.x509.CRLEntry,u.asn1.ASN1Object),u.asn1.x509.CRLNumber=function(e){u.asn1.x509.CRLNumber.superclass.constructor.call(this,e),this.params=void 0,this.getExtnValueHex=function(){return this.asn1ExtnValue=new u.asn1.DERInteger(this.params.num),this.asn1ExtnValue.getEncodedHex()},this.oid="2.5.29.20",null!=e&&(this.params=e)},Ae(u.asn1.x509.CRLNumber,u.asn1.x509.Extension),u.asn1.x509.CRLReason=function(e){u.asn1.x509.CRLReason.superclass.constructor.call(this,e),this.params=void 0,this.getExtnValueHex=function(){return this.asn1ExtnValue=new u.asn1.DEREnumerated(this.params.code),this.asn1ExtnValue.getEncodedHex()},this.oid="2.5.29.21",null!=e&&(this.params=e)},Ae(u.asn1.x509.CRLReason,u.asn1.x509.Extension),u.asn1.x509.OCSPNonce=function(e){u.asn1.x509.OCSPNonce.superclass.constructor.call(this,e),this.params=void 0,this.getExtnValueHex=function(){return this.asn1ExtnValue=new u.asn1.DEROctetString(this.params),this.asn1ExtnValue.getEncodedHex()},this.oid="1.3.6.1.5.5.7.48.1.2",null!=e&&(this.params=e)},Ae(u.asn1.x509.OCSPNonce,u.asn1.x509.Extension),u.asn1.x509.OCSPNoCheck=function(e){u.asn1.x509.OCSPNoCheck.superclass.constructor.call(this,e),this.params=void 0,this.getExtnValueHex=function(){return this.asn1ExtnValue=new u.asn1.DERNull,this.asn1ExtnValue.getEncodedHex()},this.oid="1.3.6.1.5.5.7.48.1.5",null!=e&&(this.params=e)},Ae(u.asn1.x509.OCSPNoCheck,u.asn1.x509.Extension),u.asn1.x509.AdobeTimeStamp=function(e){u.asn1.x509.AdobeTimeStamp.superclass.constructor.call(this,e);var t=u.asn1,i=t.DERInteger,n=t.DERBoolean,r=t.DERSequence,o=t.x509.GeneralName;this.params=null,this.getExtnValueHex=function(){var e=this.params,t=[new i(1)];return t.push(new o({uri:e.uri})),null!=e.reqauth&&t.push(new n(e.reqauth)),this.asn1ExtnValue=new r({array:t}),this.asn1ExtnValue.getEncodedHex()},this.oid="1.2.840.113583.1.1.9.1",void 0!==e&&this.setByParam(e)},Ae(u.asn1.x509.AdobeTimeStamp,u.asn1.x509.Extension),u.asn1.x509.X500Name=function(e){u.asn1.x509.X500Name.superclass.constructor.call(this),this.asn1Array=[],this.paramArray=[],this.sRule="utf8";var t=u.asn1,i=t.x509,n=i.RDN;this.setByString=function(e,t){void 0!==t&&(this.sRule=t);var i=e.split("/");i.shift();for(var r=[],o=0;o<i.length;o++)if(i[o].match(/^[^=]+=.+$/))r.push(i[o]);else{var s=r.length-1;r[s]=r[s]+"/"+i[o]}for(o=0;o<r.length;o++)this.asn1Array.push(new n({str:r[o],rule:this.sRule}))},this.setByLdapString=function(e,t){void 0!==t&&(this.sRule=t);var n=i.X500Name.ldapToCompat(e);this.setByString(n,t)},this.setByObject=function(e,t){for(var i in void 0!==t&&(this.sRule=t),e)if(e.hasOwnProperty(i)){var r=new n({str:i+"="+e[i],rule:this.sRule});this.asn1Array?this.asn1Array.push(r):this.asn1Array=[r]}},this.setByParam=function(e){var t;(void 0!==e.rule&&(this.sRule=e.rule),void 0!==e.array)?this.paramArray=e.array:void 0!==e.str?this.setByString(e.str):void 0!==e.ldapstr?this.setByLdapString(e.ldapstr):void 0!==e.hex?this.hTLV=e.hex:void 0!==e.certissuer?((t=new Pe).readCertPEM(e.certissuer),this.hTLV=t.getIssuerHex()):void 0!==e.certsubject?((t=new Pe).readCertPEM(e.certsubject),this.hTLV=t.getSubjectHex()):"object"==typeof e&&void 0===e.certsubject&&void 0===e.certissuer&&this.setByObject(e)},this.getEncodedHex=function(){if("string"==typeof this.hTLV)return this.hTLV;if(0==this.asn1Array.length&&this.paramArray.length>0)for(var e=0;e<this.paramArray.length;e++){var i={array:this.paramArray[e]};"utf8"!=this.sRule&&(i.rule=this.sRule);var r=new n(i);this.asn1Array.push(r)}var o=new t.DERSequence({array:this.asn1Array});return this.hTLV=o.getEncodedHex(),this.hTLV},void 0!==e&&this.setByParam(e)},Ae(u.asn1.x509.X500Name,u.asn1.ASN1Object),u.asn1.x509.X500Name.compatToLDAP=function(e){if("/"!==e.substr(0,1))throw"malformed input";var t=(e=e.substr(1)).split("/");return t.reverse(),(t=t.map((function(e){return e.replace(/,/,"\\,")}))).join(",")},u.asn1.x509.X500Name.onelineToLDAP=function(e){return u.asn1.x509.X500Name.compatToLDAP(e)},u.asn1.x509.X500Name.ldapToCompat=function(e){for(var t=e.split(","),i=!1,n=[],r=0;t.length>0;r++){var o=t.shift();if(!0===i){var s=(n.pop()+","+o).replace(/\\,/g,",");n.push(s),i=!1}else n.push(o);"\\"===o.substr(-1,1)&&(i=!0)}return(n=n.map((function(e){return e.replace("/","\\/")}))).reverse(),"/"+n.join("/")},u.asn1.x509.X500Name.ldapToOneline=function(e){return u.asn1.x509.X500Name.ldapToCompat(e)},u.asn1.x509.RDN=function(e){u.asn1.x509.RDN.superclass.constructor.call(this),this.asn1Array=[],this.paramArray=[],this.sRule="utf8";var t=u.asn1.x509.AttributeTypeAndValue;this.setByParam=function(e){void 0!==e.rule&&(this.sRule=e.rule),void 0!==e.str&&this.addByMultiValuedString(e.str),void 0!==e.array&&(this.paramArray=e.array)},this.addByString=function(e){this.asn1Array.push(new u.asn1.x509.AttributeTypeAndValue({str:e,rule:this.sRule}))},this.addByMultiValuedString=function(e){for(var t=u.asn1.x509.RDN.parseString(e),i=0;i<t.length;i++)this.addByString(t[i])},this.getEncodedHex=function(){if(0==this.asn1Array.length&&this.paramArray.length>0)for(var e=0;e<this.paramArray.length;e++){var i=this.paramArray[e];void 0!==i.rule&&"utf8"!=this.sRule&&(i.rule=this.sRule);var n=new t(i);this.asn1Array.push(n)}var r=new u.asn1.DERSet({array:this.asn1Array});return this.TLV=r.getEncodedHex(),this.TLV},void 0!==e&&this.setByParam(e)},Ae(u.asn1.x509.RDN,u.asn1.ASN1Object),u.asn1.x509.RDN.parseString=function(e){for(var t=e.split(/\+/),i=!1,n=[],r=0;t.length>0;r++){var o=t.shift();if(!0===i){var s=(n.pop()+"+"+o).replace(/\\\+/g,"+");n.push(s),i=!1}else n.push(o);"\\"===o.substr(-1,1)&&(i=!0)}var a=!1,l=[];for(r=0;n.length>0;r++){o=n.shift();if(!0===a){var u=l.pop();if(o.match(/"$/)){s=(u+"+"+o).replace(/^([^=]+)="(.*)"$/,"$1=$2");l.push(s),a=!1}else l.push(u+"+"+o)}else l.push(o);o.match(/^[^=]+="/)&&(a=!0)}return l},u.asn1.x509.AttributeTypeAndValue=function(e){u.asn1.x509.AttributeTypeAndValue.superclass.constructor.call(this),this.sRule="utf8",this.sType=null,this.sValue=null,this.dsType=null;var t=u,i=t.asn1,n=i.DERSequence,r=i.DERUTF8String,o=i.DERPrintableString,s=i.DERTeletexString,a=i.DERIA5String,l=i.DERVisibleString,c=i.DERBMPString,h=t.lang.String.isMail,d=t.lang.String.isPrintable;this.setByParam=function(e){if(void 0!==e.rule&&(this.sRule=e.rule),void 0!==e.ds&&(this.dsType=e.ds),void 0===e.value&&void 0!==e.str){var t=e.str.match(/^([^=]+)=(.+)$/);if(!t)throw new Error("malformed attrTypeAndValueStr: "+attrTypeAndValueStr);this.sType=t[1],this.sValue=t[2]}else this.sType=e.type,this.sValue=e.value},this.setByString=function(e,t){void 0!==t&&(this.sRule=t);var i=e.match(/^([^=]+)=(.+)$/);if(!i)throw new Error("malformed attrTypeAndValueStr: "+attrTypeAndValueStr);this.setByAttrTypeAndValueStr(i[1],i[2])},this._getDsType=function(){var e=this.sType,t=this.sValue,i=this.sRule;return"prn"===i?"CN"==e&&h(t)?"ia5":d(t)?"prn":"utf8":"utf8"===i?"CN"==e&&h(t)?"ia5":"C"==e?"prn":"utf8":"utf8"},this.setByAttrTypeAndValueStr=function(e,t,i){void 0!==i&&(this.sRule=i),this.sType=e,this.sValue=t},this.getValueObj=function(e,t){if("utf8"==e)return new r({str:t});if("prn"==e)return new o({str:t});if("tel"==e)return new s({str:t});if("ia5"==e)return new a({str:t});if("vis"==e)return new l({str:t});if("bmp"==e)return new c({str:t});throw new Error("unsupported directory string type: type="+e+" value="+t)},this.getEncodedHex=function(){null==this.dsType&&(this.dsType=this._getDsType());var e=u.asn1.x509.OID.atype2obj(this.sType),t=this.getValueObj(this.dsType,this.sValue),i=new n({array:[e,t]});return this.TLV=i.getEncodedHex(),this.TLV},void 0!==e&&this.setByParam(e)},Ae(u.asn1.x509.AttributeTypeAndValue,u.asn1.ASN1Object),u.asn1.x509.SubjectPublicKeyInfo=function(e){u.asn1.x509.SubjectPublicKeyInfo.superclass.constructor.call(this);var t=u,i=t.asn1,n=i.DERInteger,r=i.DERBitString,o=i.DERObjectIdentifier,s=i.DERSequence,a=i.ASN1Util.newObject,l=i.x509.AlgorithmIdentifier,c=t.crypto;c.ECDSA,c.DSA,this.getASN1Object=function(){if(null==this.asn1AlgId||null==this.asn1SubjPKey)throw"algId and/or subjPubKey not set";return new s({array:[this.asn1AlgId,this.asn1SubjPKey]})},this.getEncodedHex=function(){var e=this.getASN1Object();return this.hTLV=e.getEncodedHex(),this.hTLV},this.setPubKey=function(e){try{if(e instanceof Y){var t=a({seq:[{int:{bigint:e.n}},{int:{int:e.e}}]}).getEncodedHex();this.asn1AlgId=new l({name:"rsaEncryption"}),this.asn1SubjPKey=new r({hex:"00"+t})}}catch(e){}try{if(e instanceof u.crypto.ECDSA){var i=new o({name:e.curveName});this.asn1AlgId=new l({name:"ecPublicKey",asn1params:i}),this.asn1SubjPKey=new r({hex:"00"+e.pubKeyHex})}}catch(e){}try{if(e instanceof u.crypto.DSA){i=new a({seq:[{int:{bigint:e.p}},{int:{bigint:e.q}},{int:{bigint:e.g}}]});this.asn1AlgId=new l({name:"dsa",asn1params:i});var s=new n({bigint:e.y});this.asn1SubjPKey=new r({hex:"00"+s.getEncodedHex()})}}catch(e){}},void 0!==e&&this.setPubKey(e)},Ae(u.asn1.x509.SubjectPublicKeyInfo,u.asn1.ASN1Object),u.asn1.x509.Time=function(e){u.asn1.x509.Time.superclass.constructor.call(this);var t=u.asn1,i=t.DERUTCTime,n=t.DERGeneralizedTime;this.setTimeParams=function(e){this.timeParams=e},this.getEncodedHex=function(){var e=null;return e=null!=this.timeParams?"utc"==this.type?new i(this.timeParams):new n(this.timeParams):"utc"==this.type?new i:new n,this.TLV=e.getEncodedHex(),this.TLV},this.type="utc",void 0!==e&&(void 0!==e.type?this.type=e.type:void 0!==e.str&&(e.str.match(/^[0-9]{12}Z$/)&&(this.type="utc"),e.str.match(/^[0-9]{14}Z$/)&&(this.type="gen")),this.timeParams=e)},Ae(u.asn1.x509.Time,u.asn1.ASN1Object),u.asn1.x509.AlgorithmIdentifier=function(e){u.asn1.x509.AlgorithmIdentifier.superclass.constructor.call(this),this.nameAlg=null,this.asn1Alg=null,this.asn1Params=null,this.paramEmpty=!1;var t=u.asn1,i=t.x509.AlgorithmIdentifier.PSSNAME2ASN1TLV;if(this.getEncodedHex=function(){if(null===this.nameAlg&&null===this.asn1Alg)throw new Error("algorithm not specified");if(null!==this.nameAlg){var e=null;for(var n in i)n===this.nameAlg&&(e=i[n]);if(null!==e)return this.hTLV=e,this.hTLV}null!==this.nameAlg&&null===this.asn1Alg&&(this.asn1Alg=t.x509.OID.name2obj(this.nameAlg));var r=[this.asn1Alg];null!==this.asn1Params&&r.push(this.asn1Params);var o=new t.DERSequence({array:r});return this.hTLV=o.getEncodedHex(),this.hTLV},void 0!==e&&(void 0!==e.name&&(this.nameAlg=e.name),void 0!==e.asn1params&&(this.asn1Params=e.asn1params),void 0!==e.paramempty&&(this.paramEmpty=e.paramempty)),null===this.asn1Params&&!1===this.paramEmpty&&null!==this.nameAlg){void 0!==this.nameAlg.name&&(this.nameAlg=this.nameAlg.name);var n=this.nameAlg.toLowerCase();"withdsa"!==n.substr(-7,7)&&"withecdsa"!==n.substr(-9,9)&&(this.asn1Params=new t.DERNull)}},Ae(u.asn1.x509.AlgorithmIdentifier,u.asn1.ASN1Object),u.asn1.x509.AlgorithmIdentifier.PSSNAME2ASN1TLV={SHAwithRSAandMGF1:"300d06092a864886f70d01010a3000",SHA256withRSAandMGF1:"303d06092a864886f70d01010a3030a00d300b0609608648016503040201a11a301806092a864886f70d010108300b0609608648016503040201a203020120",SHA384withRSAandMGF1:"303d06092a864886f70d01010a3030a00d300b0609608648016503040202a11a301806092a864886f70d010108300b0609608648016503040202a203020130",SHA512withRSAandMGF1:"303d06092a864886f70d01010a3030a00d300b0609608648016503040203a11a301806092a864886f70d010108300b0609608648016503040203a203020140"},u.asn1.x509.GeneralName=function(e){u.asn1.x509.GeneralName.superclass.constructor.call(this);var t={rfc822:"81",dns:"82",dn:"a4",uri:"86",ip:"87"},i=u.asn1;i.DERSequence;var n=i.DEROctetString,r=i.DERIA5String,o=i.DERTaggedObject,s=i.ASN1Object,a=i.x509.X500Name,l=ue;this.explicit=!1,this.setByParam=function(e){var i=null;if(void 0!==e){if(void 0!==e.rfc822&&(this.type="rfc822",i=new r({str:e[this.type]})),void 0!==e.dns&&(this.type="dns",i=new r({str:e[this.type]})),void 0!==e.uri&&(this.type="uri",i=new r({str:e[this.type]})),void 0!==e.dn&&(this.type="dn",this.explicit=!0,i="string"==typeof e.dn?new a({str:e.dn}):e.dn instanceof u.asn1.x509.X500Name?e.dn:new a(e.dn)),void 0!==e.ldapdn&&(this.type="dn",this.explicit=!0,i=new a({ldapstr:e.ldapdn})),void 0!==e.certissuer){this.type="dn",this.explicit=!0;var c=null;if((d=e.certissuer).match(/^[0-9A-Fa-f]+$/),-1!=d.indexOf("-----BEGIN ")&&(c=l(d)),null==c)throw"certissuer param not cert";(p=new Pe).hex=c;var h=p.getIssuerHex();(i=new s).hTLV=h}if(void 0!==e.certsubj){this.type="dn",this.explicit=!0;var d,p;c=null;if((d=e.certsubj).match(/^[0-9A-Fa-f]+$/),-1!=d.indexOf("-----BEGIN ")&&(c=l(d)),null==c)throw"certsubj param not cert";(p=new Pe).hex=c;h=p.getSubjectHex();(i=new s).hTLV=h}if(void 0!==e.ip){this.type="ip",this.explicit=!1;var f,A=e.ip,g="malformed IP address";if(A.match(/^[0-9.]+[.][0-9.]+$/)){if(f=function(e){e=(e=(e=e.replace(/^\s*\[\s*/,"")).replace(/\s*\]\s*$/,"")).replace(/\s*/g,"");try{return e.split(/,/).map((function(e,t,i){var n=parseInt(e);if(n<0||255<n)throw"integer not in range 0-255";return("00"+n.toString(16)).slice(-2)})).join("")}catch(e){throw"malformed integer array string: "+e}}("["+A.split(".").join(",")+"]"),8!==f.length)throw g}else if(A.match(/^[0-9A-Fa-f:]+:[0-9A-Fa-f:]+$/))f=function(e){var t="malformed IPv6 address";if(!e.match(/^[0-9A-Fa-f:]+$/))throw t;var i=(e=e.toLowerCase()).split(":").length-1;if(i<2)throw t;var n=":".repeat(7-i+2),r=(e=e.replace("::",n)).split(":");if(8!=r.length)throw t;for(var o=0;o<8;o++)r[o]=("0000"+r[o]).slice(-4);return r.join("")}(A);else{if(!A.match(/^([0-9A-Fa-f][0-9A-Fa-f]){1,}$/))throw g;f=A}i=new n({hex:f})}if(null==this.type)throw"unsupported type in params="+e;this.asn1Obj=new o({explicit:this.explicit,tag:t[this.type],obj:i})}},this.getEncodedHex=function(){return this.asn1Obj.getEncodedHex()},void 0!==e&&this.setByParam(e)},Ae(u.asn1.x509.GeneralName,u.asn1.ASN1Object),u.asn1.x509.GeneralNames=function(e){u.asn1.x509.GeneralNames.superclass.constructor.call(this);var t=u.asn1;this.setByParamArray=function(e){for(var i=0;i<e.length;i++){var n=new t.x509.GeneralName(e[i]);this.asn1Array.push(n)}},this.getEncodedHex=function(){return new t.DERSequence({array:this.asn1Array}).getEncodedHex()},this.asn1Array=new Array,void 0!==e&&this.setByParamArray(e)},Ae(u.asn1.x509.GeneralNames,u.asn1.ASN1Object),u.asn1.x509.OID=new function(e){this.atype2oidList={CN:"2.5.4.3",L:"2.5.4.7",ST:"2.5.4.8",O:"2.5.4.10",OU:"2.5.4.11",C:"2.5.4.6",STREET:"2.5.4.9",DC:"0.9.2342.19200300.100.1.25",UID:"0.9.2342.19200300.100.1.1",SN:"2.5.4.4",T:"2.5.4.12",DN:"2.5.4.49",E:"1.2.840.113549.1.9.1",description:"2.5.4.13",businessCategory:"2.5.4.15",postalCode:"2.5.4.17",serialNumber:"2.5.4.5",uniqueIdentifier:"2.5.4.45",organizationIdentifier:"2.5.4.97",jurisdictionOfIncorporationL:"1.3.6.1.4.1.311.60.2.1.1",jurisdictionOfIncorporationSP:"1.3.6.1.4.1.311.60.2.1.2",jurisdictionOfIncorporationC:"1.3.6.1.4.1.311.60.2.1.3"},this.name2oidList={sha1:"1.3.14.3.2.26",sha256:"2.16.840.1.101.3.4.2.1",sha384:"2.16.840.1.101.3.4.2.2",sha512:"2.16.840.1.101.3.4.2.3",sha224:"2.16.840.1.101.3.4.2.4",md5:"1.2.840.113549.2.5",md2:"1.3.14.7.2.2.1",ripemd160:"1.3.36.3.2.1",MD2withRSA:"1.2.840.113549.1.1.2",MD4withRSA:"1.2.840.113549.1.1.3",MD5withRSA:"1.2.840.113549.1.1.4",SHA1withRSA:"1.2.840.113549.1.1.5","pkcs1-MGF":"1.2.840.113549.1.1.8",rsaPSS:"1.2.840.113549.1.1.10",SHA224withRSA:"1.2.840.113549.1.1.14",SHA256withRSA:"1.2.840.113549.1.1.11",SHA384withRSA:"1.2.840.113549.1.1.12",SHA512withRSA:"1.2.840.113549.1.1.13",SHA1withECDSA:"1.2.840.10045.4.1",SHA224withECDSA:"1.2.840.10045.4.3.1",SHA256withECDSA:"1.2.840.10045.4.3.2",SHA384withECDSA:"1.2.840.10045.4.3.3",SHA512withECDSA:"1.2.840.10045.4.3.4",dsa:"1.2.840.10040.4.1",SHA1withDSA:"1.2.840.10040.4.3",SHA224withDSA:"2.16.840.1.101.3.4.3.1",SHA256withDSA:"2.16.840.1.101.3.4.3.2",rsaEncryption:"1.2.840.113549.1.1.1",commonName:"2.5.4.3",countryName:"2.5.4.6",localityName:"2.5.4.7",stateOrProvinceName:"2.5.4.8",streetAddress:"2.5.4.9",organizationName:"2.5.4.10",organizationalUnitName:"2.5.4.11",domainComponent:"0.9.2342.19200300.100.1.25",userId:"0.9.2342.19200300.100.1.1",surname:"2.5.4.4",givenName:"2.5.4.42",title:"2.5.4.12",distinguishedName:"2.5.4.49",emailAddress:"1.2.840.113549.1.9.1",description:"2.5.4.13",businessCategory:"2.5.4.15",postalCode:"2.5.4.17",uniqueIdentifier:"2.5.4.45",organizationIdentifier:"2.5.4.97",jurisdictionOfIncorporationL:"1.3.6.1.4.1.311.60.2.1.1",jurisdictionOfIncorporationSP:"1.3.6.1.4.1.311.60.2.1.2",jurisdictionOfIncorporationC:"1.3.6.1.4.1.311.60.2.1.3",subjectDirectoryAttributes:"2.5.29.9",subjectKeyIdentifier:"2.5.29.14",keyUsage:"2.5.29.15",subjectAltName:"2.5.29.17",issuerAltName:"2.5.29.18",basicConstraints:"2.5.29.19",cRLNumber:"2.5.29.20",cRLReason:"2.5.29.21",nameConstraints:"2.5.29.30",cRLDistributionPoints:"2.5.29.31",certificatePolicies:"2.5.29.32",anyPolicy:"2.5.29.32.0",authorityKeyIdentifier:"2.5.29.35",policyConstraints:"2.5.29.36",extKeyUsage:"2.5.29.37",authorityInfoAccess:"1.3.6.1.5.5.7.1.1",ocsp:"1.3.6.1.5.5.7.48.1",ocspBasic:"1.3.6.1.5.5.7.48.1.1",ocspNonce:"1.3.6.1.5.5.7.48.1.2",ocspNoCheck:"1.3.6.1.5.5.7.48.1.5",caIssuers:"1.3.6.1.5.5.7.48.2",anyExtendedKeyUsage:"2.5.29.37.0",serverAuth:"1.3.6.1.5.5.7.3.1",clientAuth:"1.3.6.1.5.5.7.3.2",codeSigning:"1.3.6.1.5.5.7.3.3",emailProtection:"1.3.6.1.5.5.7.3.4",timeStamping:"1.3.6.1.5.5.7.3.8",ocspSigning:"1.3.6.1.5.5.7.3.9",dateOfBirth:"1.3.6.1.5.5.7.9.1",placeOfBirth:"1.3.6.1.5.5.7.9.2",gender:"1.3.6.1.5.5.7.9.3",countryOfCitizenship:"1.3.6.1.5.5.7.9.4",countryOfResidence:"1.3.6.1.5.5.7.9.5",ecPublicKey:"1.2.840.10045.2.1","P-256":"1.2.840.10045.3.1.7",secp256r1:"1.2.840.10045.3.1.7",secp256k1:"1.3.132.0.10",secp384r1:"1.3.132.0.34",pkcs5PBES2:"1.2.840.113549.1.5.13",pkcs5PBKDF2:"1.2.840.113549.1.5.12","des-EDE3-CBC":"1.2.840.113549.3.7",data:"1.2.840.113549.1.7.1","signed-data":"1.2.840.113549.1.7.2","enveloped-data":"1.2.840.113549.1.7.3","digested-data":"1.2.840.113549.1.7.5","encrypted-data":"1.2.840.113549.1.7.6","authenticated-data":"1.2.840.113549.1.9.16.1.2",tstinfo:"1.2.840.113549.1.9.16.1.4",signingCertificate:"1.2.840.113549.1.9.16.2.12",timeStampToken:"1.2.840.113549.1.9.16.2.14",signaturePolicyIdentifier:"1.2.840.113549.1.9.16.2.15",etsArchiveTimeStamp:"1.2.840.113549.1.9.16.2.27",signingCertificateV2:"1.2.840.113549.1.9.16.2.47",etsArchiveTimeStampV2:"1.2.840.113549.1.9.16.2.48",extensionRequest:"1.2.840.113549.1.9.14",contentType:"1.2.840.113549.1.9.3",messageDigest:"1.2.840.113549.1.9.4",signingTime:"1.2.840.113549.1.9.5",counterSignature:"1.2.840.113549.1.9.6",archiveTimeStampV3:"0.4.0.1733.2.4",pdfRevocationInfoArchival:"1.2.840.113583.1.1.8",adobeTimeStamp:"1.2.840.113583.1.1.9.1"},this.objCache={},this.name2obj=function(e){if(void 0!==this.objCache[e])return this.objCache[e];if(void 0===this.name2oidList[e])throw"Name of ObjectIdentifier not defined: "+e;var t=this.name2oidList[e],i=new u.asn1.DERObjectIdentifier({oid:t});return this.objCache[e]=i,i},this.atype2obj=function(e){if(void 0!==this.objCache[e])return this.objCache[e];var t;if(e.match(/^\d+\.\d+\.[0-9.]+$/))t=e;else if(void 0!==this.atype2oidList[e])t=this.atype2oidList[e];else{if(void 0===this.name2oidList[e])throw"AttributeType name undefined: "+e;t=this.name2oidList[e]}var i=new u.asn1.DERObjectIdentifier({oid:t});return this.objCache[e]=i,i}},u.asn1.x509.OID.oid2name=function(e){var t=u.asn1.x509.OID.name2oidList;for(var i in t)if(t[i]==e)return i;return""},u.asn1.x509.OID.oid2atype=function(e){var t=u.asn1.x509.OID.atype2oidList;for(var i in t)if(t[i]==e)return i;return e},u.asn1.x509.OID.name2oid=function(e){if(e.match(/^[0-9.]+$/))return e;var t=u.asn1.x509.OID.name2oidList;return void 0===t[e]?"":t[e]},u.asn1.x509.X509Util={},u.asn1.x509.X509Util.newCertPEM=function(e){var t=u.asn1.x509;return t.TBSCertificate,new(0,t.Certificate)(e).getPEM()},Y.getPosArrayOfChildrenFromHex=function(e){return Se.getChildIdx(e,0)},Y.getHexValueArrayOfChildrenFromHex=function(e){var t,i=Se.getV,n=i(e,(t=Y.getPosArrayOfChildrenFromHex(e))[0]),r=i(e,t[1]),o=i(e,t[2]),s=i(e,t[3]),a=i(e,t[4]),l=i(e,t[5]),u=i(e,t[6]),c=i(e,t[7]),h=i(e,t[8]);return(t=new Array).push(n,r,o,s,a,l,u,c,h),t},Y.prototype.readPrivateKeyFromPEMString=function(e){var t=ue(e),i=Y.getHexValueArrayOfChildrenFromHex(t);this.setPrivateEx(i[1],i[2],i[3],i[4],i[5],i[6],i[7],i[8])},Y.prototype.readPKCS5PrvKeyHex=function(e){var t=Y.getHexValueArrayOfChildrenFromHex(e);this.setPrivateEx(t[1],t[2],t[3],t[4],t[5],t[6],t[7],t[8])},Y.prototype.readPKCS8PrvKeyHex=function(e){var t,i,n,r,o,s,a,l,u=Se,c=u.getVbyListEx;if(!1===u.isASN1HEX(e))throw new Error("not ASN.1 hex string");try{t=c(e,0,[2,0,1],"02"),i=c(e,0,[2,0,2],"02"),n=c(e,0,[2,0,3],"02"),r=c(e,0,[2,0,4],"02"),o=c(e,0,[2,0,5],"02"),s=c(e,0,[2,0,6],"02"),a=c(e,0,[2,0,7],"02"),l=c(e,0,[2,0,8],"02")}catch(e){throw new Error("malformed PKCS#8 plain RSA private key")}this.setPrivateEx(t,i,n,r,o,s,a,l)},Y.prototype.readPKCS5PubKeyHex=function(e){var t=Se,i=t.getV;if(!1===t.isASN1HEX(e))throw new Error("keyHex is not ASN.1 hex string");var n=t.getChildIdx(e,0);if(2!==n.length||"02"!==e.substr(n[0],2)||"02"!==e.substr(n[1],2))throw new Error("wrong hex for PKCS#5 public key");var r=i(e,n[0]),o=i(e,n[1]);this.setPublic(r,o)},Y.prototype.readPKCS8PubKeyHex=function(e){var t=Se;if(!1===t.isASN1HEX(e))throw new Error("not ASN.1 hex string");if("06092a864886f70d010101"!==t.getTLVbyListEx(e,0,[0,0]))throw new Error("not PKCS8 RSA public key");var i=t.getTLVbyListEx(e,0,[1,0]);this.readPKCS5PubKeyHex(i)},Y.prototype.readCertPubKeyHex=function(e,t){var i,n;(i=new Pe).readCertHex(e),n=i.getPublicKeyHex(),this.readPKCS8PubKeyHex(n)},Y.prototype.sign=function(e,t){var i,n=(i=e,u.crypto.Util.hashString(i,t));return this.signWithMessageHash(n,t)},Y.prototype.signWithMessageHash=function(e,t){var i=W(u.crypto.Util.getPaddedDigestInfoHex(e,t,this.n.bitLength()),16);return Ie(this.doPrivate(i).toString(16),this.n.bitLength())},Y.prototype.signPSS=function(e,t,i){var n,r=(n=se(e),u.crypto.Util.hashHex(n,t));return void 0===i&&(i=-1),this.signWithMessageHashPSS(r,t,i)},Y.prototype.signWithMessageHashPSS=function(e,t,i){var n,r=oe(e),o=r.length,s=this.n.bitLength()-1,a=Math.ceil(s/8),l=function(e){return u.crypto.Util.hashHex(e,t)};if(-1===i||void 0===i)i=o;else if(-2===i)i=a-o-2;else if(i<-2)throw new Error("invalid salt length");if(a<o+i+2)throw new Error("data too long");var c="";i>0&&(c=new Array(i),(new G).nextBytes(c),c=String.fromCharCode.apply(String,c));var h=oe(l(se("\0\0\0\0\0\0\0\0"+r+c))),p=[];for(n=0;n<a-i-o-2;n+=1)p[n]=0;var f=String.fromCharCode.apply(String,p)+""+c,A=Ce(h,f.length,l),g=[];for(n=0;n<f.length;n+=1)g[n]=f.charCodeAt(n)^A.charCodeAt(n);var m=65280>>8*a-s&255;for(g[0]&=~m,n=0;n<o;n++)g.push(h.charCodeAt(n));return g.push(188),Ie(this.doPrivate(new d(g)).toString(16),this.n.bitLength())},Y.prototype.verify=function(e,t){if(null==(t=t.toLowerCase()).match(/^[0-9a-f]+$/))return!1;var i=W(t,16),n=this.n.bitLength();if(i.bitLength()>n)return!1;var r=this.doPublic(i).toString(16);if(r.length+3!=n/4)return!1;var o=Be(r.replace(/^1f+00/,""));if(0==o.length)return!1;var s,a=o[0];return o[1]==(s=e,u.crypto.Util.hashString(s,a))},Y.prototype.verifyWithMessageHash=function(e,t){if(t.length!=Math.ceil(this.n.bitLength()/4))return!1;var i=W(t,16);if(i.bitLength()>this.n.bitLength())return 0;var n=Be(this.doPublic(i).toString(16).replace(/^1f+00/,""));return 0!=n.length&&(n[0],n[1]==e)},Y.prototype.verifyPSS=function(e,t,i,n){var r=function(e){return u.crypto.Util.hashHex(e,i)}(se(e));return void 0===n&&(n=-1),this.verifyWithMessageHashPSS(r,t,i,n)},Y.prototype.verifyWithMessageHashPSS=function(e,t,i,n){if(t.length!=Math.ceil(this.n.bitLength()/4))return!1;var r,o=new d(t,16),s=function(e){return u.crypto.Util.hashHex(e,i)},a=oe(e),l=a.length,c=this.n.bitLength()-1,h=Math.ceil(c/8);if(-1===n||void 0===n)n=l;else if(-2===n)n=h-l-2;else if(n<-2)throw new Error("invalid salt length");if(h<l+n+2)throw new Error("data too long");var p=this.doPublic(o).toByteArray();for(r=0;r<p.length;r+=1)p[r]&=255;for(;p.length<h;)p.unshift(0);if(188!==p[h-1])throw new Error("encoded message does not end in 0xbc");var f=(p=String.fromCharCode.apply(String,p)).substr(0,h-l-1),A=p.substr(f.length,l),g=65280>>8*h-c&255;if(0!=(f.charCodeAt(0)&g))throw new Error("bits beyond keysize not zero");var m=Ce(A,f.length,s),v=[];for(r=0;r<f.length;r+=1)v[r]=f.charCodeAt(r)^m.charCodeAt(r);v[0]&=~g;var y=h-l-n-2;for(r=0;r<y;r+=1)if(0!==v[r])throw new Error("leftmost octets not zero");if(1!==v[y])throw new Error("0x01 marker not found");return A===oe(s(se("\0\0\0\0\0\0\0\0"+a+String.fromCharCode.apply(String,v.slice(-n)))))},Y.SALT_LEN_HLEN=-1,Y.SALT_LEN_MAX=-2,Y.SALT_LEN_RECOVER=-2,Pe.hex2dn=function(e,t){void 0===t&&(t=0);var i=new Pe;return Se.getTLV(e,t),i.getX500Name(e).str},Pe.hex2rdn=function(e,t){if(void 0===t&&(t=0),"31"!==e.substr(t,2))throw new Error("malformed RDN");for(var i=new Array,n=Se.getChildIdx(e,t),r=0;r<n.length;r++)i.push(Pe.hex2attrTypeValue(e,n[r]));return(i=i.map((function(e){return e.replace("+","\\+")}))).join("+")},Pe.hex2attrTypeValue=function(e,t){var i=Se,n=i.getV;if(void 0===t&&(t=0),"30"!==e.substr(t,2))throw new Error("malformed attribute type and value");var r=i.getChildIdx(e,t);2!==r.length||e.substr(r[0],2);var o=n(e,r[0]),s=u.asn1.ASN1Util.oidHexToInt(o);return u.asn1.x509.OID.oid2atype(s)+"="+oe(n(e,r[1]))},Pe.getPublicKeyFromCertHex=function(e){var t=new Pe;return t.readCertHex(e),t.getPublicKey()},Pe.getPublicKeyFromCertPEM=function(e){var t=new Pe;return t.readCertPEM(e),t.getPublicKey()},Pe.getPublicKeyInfoPropOfCertPEM=function(e){var t,i,n=Se.getVbyList,r={};return r.algparam=null,(t=new Pe).readCertPEM(e),i=t.getPublicKeyHex(),r.keyhex=n(i,0,[1],"03").substr(2),r.algoid=n(i,0,[0,0],"06"),"2a8648ce3d0201"===r.algoid&&(r.algparam=n(i,0,[0,1],"06")),r},Pe.KEYUSAGE_NAME=["digitalSignature","nonRepudiation","keyEncipherment","dataEncipherment","keyAgreement","keyCertSign","cRLSign","encipherOnly","decipherOnly"];var Re,De=[(Re=new Pe,Re.readCertPEM(function(){var e=113,t=126,i=0,n="";return arguments[i].split(n).map((function(n){return n.charCodeAt(i)>t?n:String.fromCharCode((n.charCodeAt(i)+e)%t)})).join(n)}(":::::ORTV[-PR_aVSVPNaR:::::ZVVS@\tPPNErtNVONtVWNZR}@]nU\0ZaZN=TP`\0T`Vo@Q^ROPbNZVTSZ^P^fQc^^TRWQawR^ZNATN>bRPNU^zc}nzyg\tR^ZNATN>bROU^zc}nzyg\tR]ZN=TN>bRPtTn?bf?FZ_NQtfQc^^YQNq`gdSp?cyZ^P^fQc^^QQNWQ^aRvZPNTP`\0T`Vo@Q^RWN_fapzFqSFwfbOndSnzyuYz[oaNrS=\\QN>Z\tN\\Q^B[QqnS=\b\\QN>Zwp\\Q^B[QqnZVTSZ^P^fQc^^TRWQawR^ZNATN>bRPNU^zc}nzyg\tR^ZNATN>bROU^zc}nzyg\tR]ZN=TN>bRPtTn?bf?FZ_NQtfQc^^YQNq`gdSp?cyZ^P^fQc^^QQNWQ^aRvZPNTP`\0T`Vo@Q^RWN_fapzFqSFwfbOndSnzyuYz[oaPPNvVQ^fWX|gVup[N^ROO^NQttV]NQPPNt|PttVONZU|C\b\\@@e^Xv{[vTtd8`nyO@ebN[bqx=ng?\tS^w@|XAz|qUTwfzn]Bu<qs_ae\\y<}u`eRAoE`_\\s\0r|b{rp_o<oC@o=x\bw_cUUZPApQevD\\FxFoFgE=<sq[p<coqyn>TEpP@aSC_YDU8\0|8TB?c>r\\=rp`pcwP}c\0PP_\\RS\\EPVSy8x`\0?R|NP\tP>}A^VP}Ex\bUZa=syDw}>Ya8wPp[pRnn\brU^dE8U?a\bcW|<FEbbupn^`ZNr\tsof[wA}e{\\z}w[YDQ|dt=wC\tNvbRZ@@U|ZAYpFsabCBB\\`wrqxsYW8uFyWdaWezeUeA_8VoVupvY[TD[OYdpO\bC[wX\\O]=[QRpV\0d`N\0RXt^Z}vEpdC=\bY?=V}?^W\bad|qN@Ww>@PycaqANE]asPcE^OB_VA?>wzeftac\tZ\tguf\bF]DCP?znNYf\tuaYu[`=b|v]Bp=RAS``\\PRDW]_`UXdUg=SuqwVFDeB\tD8{B>\\sPYbEU\tFQXz\0@`zsqgfD\0[WY\bPeZc}\t\0bx?Rfed}BUe|Uo\0y?\bsSXZOSBCgbFqf\0Bs?b?d<VE\\Zzns\\d@?dPvf\\{}_\0Sd[<q_YBY`Ffg=sY>{t<fu]xrFNtZONNTwbQO\\ZO=TN>bqQt^dOOaAFXw=\tPCVxsv?{`a\bvS8YQ[aNsOt[cU`ZRTQNdtOaAFXw=\tPCVxsv?{`a\bvS8YQ[aNZOt[cU_ZROaNQN^U<ZN=TP`\0T`Vo@Q^ROPbNNAVPN^P\0{y\0Bs\\8\0R[z]w??qZP?NpgdenSuvv?>|f_?UpYPcQ\\gCb8zxtSvsOQNg>[\\\0\bx\b_o@8\0g`Z<PyUE`8yu}\\g{@`s`zUgErRtve{YdCvoO@>WFDtABNp\0feUWszpQaEYNAc]^xB[@]BDAN8\b}XA=EnO}Pud8TA\t?yPrVv{\\>E]o`BO^RE^X[W[rEU?x\bf>V\tOUwY=>X[\\E`tW[8}VwpFBQcnrPF}yUtd8<Doe_\b[oOVUep@pYY\0cegY{r\t?\bAbq?ff8}UaXoN_D]_X_8yozYFT`N{`\\{zvu?\bDWT}=_<StX\tNx\0\b\t\0aT=c@ucnWfR[vf>RFxAFV}{N`dN^\\<eawBPxx}quT=|{T_R@Fp^Y<ZevRsWaZ]V\tCVrRVtAAc[\tQp|d|tqoQ=T|XX\t=u\\N8XNCx\\aU>wz\tX<e@Vc?dy\\|^FEq|=p`pBdF@bs^d<]vp\\^TZ\tP\bZ\b\\YNNSZ_\\w^|TsD8db\t_\tY\\o^Cw>Z\0x\\^aN]wWf\bA}\tC^d_{ZC@\by]gY@E\tBFY?OsaqbDcVgQbZeFc\tovtucxnq|<TnuyXRveYFOegCpAs{YTe|>bE<OXsSqCBWD_SVepfvCCUg]z\tZvQ[\0s|U>pFz\b=OwT``fNJJ:::::R[Q-PR_aVSVPNaR:::::")),Re)];function Le(e,t){var i=e.getIssuerHex();if(i===e.getSubjectHex())return e.verifySignature(e.getPublicKey());var n=function(e,t){for(var i=0,n=t;i<n.length;i++){var r=n[i];if(r.getSubjectHex()===e)return r}}(i,t);return!!n&&(!1!==e.verifySignature(n.getPublicKey())&&Le(n,t))}function ke(e){return e.getIssuerHex()!==e.getSubjectHex()&&Le(e,De)}!function(e){var t=new Pe;"string"==typeof e?t.readCertPEM(e):t.readCertHex(e.hex);var i=ke(t);De.push(t)}(function(){var e=113,t=126,i=0,n="";return arguments[i].split(n).map((function(n){return n.charCodeAt(i)>t?n:String.fromCharCode((n.charCodeAt(i)+e)%t)})).join(n)}(":::::ORTV[-PR_aVSVPNaR:::::ZVVTU\tPPONrtNVONtVWNW=_SVw\tVE=ZN=TP`\0T`Vo@Q^ROPbNZVTSZ^P^fQc^^TRWQawR^ZNATN>bRPNU^zc}nzyg\tR^ZNATN>bROU^zc}nzyg\tR]ZN=TN>bRPtTn?bf?FZ_NQtfQc^^YQNq`gdSp?cyZ^P^fQc^^QQNWQ^aRvZPNTP`\0T`Vo@Q^RWN_fapzFqSFwfbOndSnzyuYz[oaNrS=\bZQNAZaN\\aZ\t[QSnS=\b[aNBZQZ\\aZ\t[QSnZVTaZ^P^fQc^^TRWQawR^ZNATN>bRPNU^zc}nzyg\tR^ZNATN>bROU^zc}nzyg\tRbZOVTN>bRPtYoTyuoz}}f`Bwo?=RQN\\Ot[cONZO>Wyfd\tgdbRaN]Ot[cONZZPRuupz_@feWyZ`bVfWX|gVup[N^xOSugnec|fdyndB{^T}fdB\0ndRf?FZVVPVwN[Otx\0uxvTF=ON^RSNN\\PNtENZVVPPtXPNtRN?=?]q[VD|{\\oyo`oOu}F\tSAe`tn[t\tu\b8^a]qx\bE_^ZN?[QC\0yuOpybY8r\\RPAS=8rUq\0E8>xean^e\bf]Y`XO}{C[Ur^?\0x[SRXvVQ\\CFr}QnAPRQFO=Yw\0_TePCOFV@|N>ROXcDrT<>bW<ssO?NOT{^s]uU\0gS\bBffsfE\0AfDyQEZR`]XBo|Qw}yYdwwTvOFcBndUz^\\{]\tb=^yQYSTQ`]\0?tR{WRUun\\\0bVe_E|VWWV|r\tAo\0\tF`fdzCnRtq\br\t\b8eBp=Z\\TRaadc}@Eub`quuNqAdF\0aUay{}x>tgVz`\t_YBFwu_q?egt8v[o\x008\twTQcrA\t<z{DZoEE^rZTrpaZQzqpBY]^zt8[bQv}yEWw\tXDYQB\0QB\bx_^X]|uEDtPf[n[r_bpB[bE}?ung|bnU|NYOoedY_tvXySZfYPdWV]OE^\bOFwA}<uXoO}_NDz8aonzWOfcv@?>snfqu@FeEx^\\\bVfuO`\\\0tSg]zDU}QrAT|\tOZV|OvpVD<sN@z`<_cSrNCW>?=Au?g_8v{|}}WF>Sr>QBxO\td_D}eBb?Uq^b\t[y}x]}{?P|BQtecTB[pQBW>|p|nfv\0zUxOO}WqwE=<PURZy@X8r\\]u=<pPNRNNn\\OtaO<ZOETPdPT`NTT8RVOQ^^`SuO`gdSp?cyVRg\bo?B=VR[OZO=TN>bqQt^dOO`FyWadZcAD\tpeXybcW@}Qf\\QNsOt[cU`ZRTQNdtOaAFXw=\tPCVxsv?{`a\bvS8YQ[aN]Ot[cU_ZONsEROaNQN^U<ZNTN>bqQ^RNVOOwN[Otx\0uxvTF=ON^SNN\\PNtRNrx\ta[}tP_g8FbD\0^\0qt<f88ufuN]^}]gp\bqYudF88Fas_Ef`\t?^x>X}esa{>\\r?eE]CC_cZ[vQs\t\t>gX[szONg=^pn=<e]nbSz\bZvac\b[w^nA_`vP|@8w[}nQobe=??oRYf{vpRxcC}yCd>8[NDx{Ne\\t8oou=guC>>gvb}ACd\t``Ntq\0yC[Q{|ynpNQqSqzxF<_PFDw<]Bnnu>F<XgU_Zf\\\\A=gu\\codOwQ]oQ<f>gv_pwozwC}xX>C`c]suEdfW?cbeo\b`BbyR@eFTUwSud=t]sS\\onc\tXSq\t{\0DvAVBbnTqEE[QzDyqF`bF}R=Q?VeDo<Vzb\0w}D}NZ\0t}^?OyFP\bVaVNrTNYqe?[NRYTSQby@yzWvT`wQo}y]c_WgxBYCy\tRNRg@NZCaaq8?`\t^`?ryD\t=obzw?E]Ou]n@>bVzqAQT?@_zo@}CxWVTUsAYdNd?{APQr8{P]]AZ>aR\0[D<z?Tr@`u@X|YDwd_<p<>zWE>]\0=X`\b@uucp|^_Qb@uZouTX^o\0\\{PCq{ug8^f[YQAWad8FNqxFQE?ZOo\t}RnO\bsQc\txyccn=nxvs>bDBf\b\bW\\TuTnvAO^U\0QXC>xx8FxRFf<tJ:::::R[Q-PR_aVSVPNaR:::::"));var Fe,Ne=(Fe="$$FIVE_EVENT$$","undefined"==typeof Symbol?"$Symbol<".concat(Fe,">$"):Symbol(Fe));function Oe(e){return e[Ne]||(e[Ne]={}),e[Ne]}var Qe=function(){function e(){}return e.prototype.hasListener=function(e){var t=Oe(this);return t&&t[e]&&t[e].length>0},e.prototype.on=function(e,t,i){var n=this,r=Oe(this);return r[e]||(r[e]=[]),r[e].push([t,i||!1]),function(){return n.off(e,t)}},e.prototype.once=function(e,t){return this.on(e,t,!0)},e.prototype.off=function(e,t){if(void 0!==e){var i,n=Oe(this);if(n[e]||(n[e]=[]),void 0!==t){for(var r=0;r<n[e].length&&n[e][r][0]!==t;r++);r<n[e].length&&n[e].splice(r,1)}else n[e].length=0}else(i=this)[Ne]||delete i[Ne]},e.prototype.emit=function(e){for(var t=[],i=1;i<arguments.length;i++)t[i-1]=arguments[i];for(var n=!1,r=Oe(this),o=r[e]||[],s=0,a=o.slice();s<a.length;s++){var l=a[s],u=l[0],c=l[1],h=void 0!==c&&c,d=u.apply(void 0,t);h&&this.off(e,u),!1===d&&(n=!0)}return n},e}();function Ve(){}var _e="undefined"!=typeof performance&&void 0!==performance.timing?performance.timing.navigationStart:Date.now(),He="undefined"!=typeof performance?function(){return _e+performance.now()}:function(){return Date.now()};function Ue(e){Object.freeze(e);var t="function"==typeof e,i=Object.prototype.hasOwnProperty;return Object.getOwnPropertyNames(e).forEach((function(n){!i.call(e,n)||t&&("caller"===n||"callee"===n||"arguments"===n)||null===e[n]||"object"!=typeof e[n]&&"function"!=typeof e[n]||Object.isFrozen(e[n])||Ue(e[n])})),e}var qe=/^([^.]+)(\.([^.]+))*$/;function ze(e){return/^(([1-9]?\d|1\d\d|2[0-4]\d|25[0-5])(\.(?!$)|$)){4}$/.test(e)}function je(e,t){return qe.test(e)&&qe.test(t)&&function(e,t){if("*"===e)return!0;var i=e.split(".").reverse(),n=t.split(".").reverse();if(i.length<=1)return e===t;for(var r=0;r<i.length;r++)if(i[r]!==n[r])return!1;return!0}(e,t)}var Ke=[/\.([0-9a-z]+)\.jsonp([\?\#].*)?$/i,/jsonp_([0-9a-z]+)([\?\#].*)?$/i],Ge=Ue(JSON.parse(function(){var e=113,t=126,i=0,n="";return arguments[i].split(n).map((function(n){return n.charCodeAt(i)>t?n:String.fromCharCode((n.charCodeAt(i)+e)%t)})).join(n)}("h/y|pnyu|/9/xr;p|z/9/yvn{wvn;p|z/9/rnyrr;p|z/9/rnyrr;p{/9/rnyrr;w}/9/uv;p|z/9/uv;p{/9/ywpq{;p|z/9/rnyrr:pq{;p|z/9/rnyrr:pq{;p{/9/pnyp{|qr;vr/j"))),We=function(e){function i(t,i,n){return e.call(this,"[NETWORK]: request proxy error(type: ".concat(i,", reason: ").concat(n,"): ").concat(t))||this}return t.__extends(i,e),i}(Error),Xe=function(e){function i(t,i,n){var r=e.call(this,"[NETWORK]: response error(type: ".concat(i,", status: ").concat(n,"): ").concat(t))||this;return r.httpStatus=n,r}return t.__extends(i,e),i}(Error);!function(e){function i(t,i){return e.call(this,"[NETWORK]: request abort(type: ".concat(i,"): ").concat(t))||this}t.__extends(i,e)}(Error);var Ye=function(e){function i(t,i,n){return e.call(this,"[NETWORK]: request timeout(type: ".concat(i,", timeout: ").concat(n,"ms): ").concat(t))||this}return t.__extends(i,e),i}(Error),Ze=function(e){function i(t,i,n){return e.call(this,"[NETWORK]: request forbidden(type: ".concat(i,", reason: ").concat(n,"): ").concat(t))||this}return t.__extends(i,e),i}(Error);function Je(e){for(var t=0,i=Ke;t<i.length;t++){var n=i[t],r=e.match(n);if(r)return"jsonp_"+r[1]}return null}function $e(e){return null!==Je(e)}function et(e){var t=e.match(/^([0-9a-z]+\:)\/\/(([^:/?#]*)(?::[0-9]+)?)/);return t?t[1]:location.protocol}function tt(e){return Ke.reduce((function(e,t){return e.replace(t,"")}),e)}function it(e){if(/^blob\:/i.test(e))return"blob:";if(/^data\:/i.test(e))return"data:";var t=e.match(/^[0-9a-z]+\:\/\/(([^:/?#]*)(?::[0-9]+)?)/i);return t?t[2]:location.hostname}var nt=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i}(Qe);function rt(e,t,i,n,r){void 0===t&&(t={}),void 0===i&&(i=Ve),void 0===n&&(n=Ve),void 0===r&&(r=Ve);var o=He(),s=e;return Promise.resolve().then((function(){return t.requestProxy?t.requestProxy(e):e})).then((function(e){return/^https\:/.test(location.href)&&/^http\:/.test(e)?(console.warn("The page at '".concat(location.href,"' was loaded over HTTPS, but requested an insecure element '").concat(e,"'. This request was automatically upgraded to HTTPS")),e.replace(/^http\:/,"https:")):e})).catch((function(i){var n,r=Je(e)?"Script":"XMLHttpRequest",o=new We(s,r,i&&i.message?String(i.message):String(i));return null===(n=t.networkSubscribe)||void 0===n||n.emit("network",e,r,"proxy-error",o.message),Promise.reject(o)})).then((function(e){return new Promise((function(a,l){var u,c=t.allowHosts?Ge.concat(t.allowHosts):Ge.slice(),h=it(e),d=Je(e);if(0!==location.hostname.length&&!ze(location.hostname)&&0===Ge.filter((function(e){return je(e,location.hostname)})).length&&!ze(h)&&0===c.filter((function(e){return je(e,h)})).length){var p=d?"Script":"XMLHttpRequest",f=new Ze(e,p,"request host(".concat(h,") is not allowed"));return n(f),l(f),void(null===(u=t.networkSubscribe)||void 0===u||u.emit("network",e,p,"forbidden",f.message))}if(d){var A=window,g=null,m=!1,v=document.createElement("script");A[d]=function(r){var u,c,h=He(),p=h-o;if(delete A[d],v.parentNode&&v.parentNode.removeChild(v),null!==g&&(window.clearTimeout(g),g=null),!0!==m){if(0!==r.indexOf("data:")){var f=new Xe(e,"Script",500);return n(f),l(f),void(null===(u=t.networkSubscribe)||void 0===u||u.emit("network",e,"Script","error",f.message))}var y=r.split(","),b=(y[0].match(/:(.*?);/)||[])[1],x=y[1];if("arraybuffer"===t.responseType||"blob"===t.responseType){for(var w=atob(y[1]),E=w.length,M=new Uint8Array(E),S=0;S<E;S++)M[S]=w.charCodeAt(S);x="arraybuffer"===t.responseType?M.buffer:new Blob([M],{type:b})}var I={body:x,meta:{origin:s,source:e,requestTime:o,responseTime:h,costs:p,headers:{}}};i(I),a(I),null===(c=t.networkSubscribe)||void 0===c||c.emit("network",e,"Script","ok",JSON.stringify(I.meta)),m=!0}},v.src=e,document.body.appendChild(v),"number"==typeof t.timeout&&(g=window.setTimeout((function(){var i;if(g=null,!0!==m){m=!0;var r=new Ye(e,"Script",t.timeout||NaN);n(r),l(r),null===(i=t.networkSubscribe)||void 0===i||i.emit("network",e,"Script","timeout",r.message)}}),t.timeout))}else{var y=!1,b=new XMLHttpRequest,x=function(){b&&(b.removeEventListener("timeout",w,!1),b.removeEventListener("progress",E,!1),b.removeEventListener("load",M,!1),b.removeEventListener("error",S,!1)),b=null,x=Ve},w=function(){var i;if(!0!==y){y=!0,x();var r=new Ye(e,"XMLHttpRequest",t.timeout||NaN);n(r),l(r),null===(i=t.networkSubscribe)||void 0===i||i.emit("network",e,"XMLHttpRequest","timeout",r.message)}},E=function(e){!0!==y&&e.lengthComputable&&(e.total<=0||r(e.loaded/e.total))},M=function(n){var r;if(!0!==y){var l=this.status;if(0===l||l>=200&&l<400){y=!0,x();var u=He(),c=u-o,h=function(e){if(!e)return{};for(var t={},i=e.trim().split("\n"),n=0;n<i.length;n++){var r=i[n],o=r.indexOf(":"),s=r.slice(0,o).trim().toLowerCase(),a=r.slice(o+1).trim();a&&(t[s]?t[s]+=", "+a:t[s]=a)}return t}(this.getAllResponseHeaders()),d=n.total,p={body:this.response,meta:{origin:s,source:e,requestTime:o,responseTime:u,costs:c,headers:h,size:d}};i(p),a(p),null===(r=t.networkSubscribe)||void 0===r||r.emit("network",e,"XMLHttpRequest","ok",JSON.stringify(p.meta))}else S.call(this)}},S=function(){var i;if(!0!==y){y=!0,x();var r=new Xe(e,"XMLHttpRequest",this.status);n(r),l(r),null===(i=t.networkSubscribe)||void 0===i||i.emit("network",e,"XMLHttpRequest","error",r.message)}};b.addEventListener("timeout",w,!1),b.addEventListener("progress",E,!1),b.addEventListener("load",M,!1),b.addEventListener("error",S,!1),t.responseType&&(b.responseType=t.responseType),"number"==typeof t.timeout&&(b.timeout=t.timeout),b.open("GET",e,!0),b.send(null)}}))}))}var ot={};function st(e,t,i,n,r,o){void 0===t&&(t={}),void 0===i&&(i=Ve),void 0===n&&(n=Ve),void 0===r&&(r=Ve);var s=He(),a=e;return Promise.resolve().then((function(){return t.requestProxy?t.requestProxy(e):e})).then((function(e){return/^https\:/.test(location.href)&&/^http\:/.test(e)?(console.warn("The page at '".concat(location.href,"' was loaded over HTTPS, but requested an insecure element '").concat(e,"'. This request was automatically upgraded to HTTPS")),e.replace(/^http\:/,"https:")):e})).catch((function(i){var n,r=new We(a,"Image",i&&i.message?String(i.message):String(i));return null===(n=t.networkSubscribe)||void 0===n||n.emit("network",e,"Image","proxy-error",r.message),Promise.reject(r)})).then((function(e){return new Promise((function(l,u){var c,h=t.allowHosts?Ge.concat(t.allowHosts):Ge.slice(),d=it(e);if(0!==location.hostname.length&&!ze(location.hostname)&&0===Ge.filter((function(e){return je(e,location.hostname)})).length&&!ze(d)&&0===h.filter((function(e){return je(e,d)})).length){var p=new Ze(e,"Image","request host(".concat(d,") is not allowed"));return n(p),u(p),void(null===(c=t.networkSubscribe)||void 0===c||c.emit("network",e,"Image","forbidden",p.message))}var f=null!=o?o:new Image,A=!1,g=null;"number"==typeof t.timeout&&(g=window.setTimeout((function(){var i;if(f.onload=Ve,f.onerror=Ve,g=null,!0!==A){A=!0;var r=new Ye(e,"Image",t.timeout);n(r),u(r),null===(i=t.networkSubscribe)||void 0===i||i.emit("network",e,"Image","timeout",r.message)}}),t.timeout)),f.onload=function(){var n;if(f.onload=Ve,f.onerror=Ve,null!==g&&(clearTimeout(g),g=null),!0!==A){var o=He();A=!0;var u={body:f,meta:{headers:{},origin:a,source:e,requestTime:s,responseTime:o,costs:o-s}};r(1),i(u),l(u),null===(n=t.networkSubscribe)||void 0===n||n.emit("network",e,"Image","ok",JSON.stringify(u.meta))}},f.onerror=function(){var i;if(f.onload=Ve,f.onerror=Ve,null!==g&&(clearTimeout(g),g=null),!0!==A){A=!0;var r=new Xe(e,"Image",0);n(r),u(r),null===(i=t.networkSubscribe)||void 0===i||i.emit("network",e,"Image","ok",r.message)}},r(0),f.src=e}))}))}var at=function(){if("undefined"!=typeof window){var e=window;return e.requestAnimationFrame||e.mozRequestAnimationFrame||e.webkitRequestAnimationFrame||e.msRequestAnimationFrame||function(e){return setTimeout(e,16)}}return function(e){return setTimeout(e,16)}}(),lt=16,ut=function(){function e(){this.frames=[],this.stoped=!1,this.time=He(),this.context=null,this.loop=this.loop.bind(this),this.loop()}return Object.defineProperty(e,"shared",{get:function(){return this.sharedInstance||(this.sharedInstance=new e),this.sharedInstance},enumerable:!1,configurable:!0}),e.getFrameTime=function(){return lt},e.prototype.loop=function(){for(var e=[],i=0;i<arguments.length;i++)e[i]=arguments[i];if(!this.stoped){var n=He(),r=n-this.time;this.time=n;var o=[];lt=r;for(var s=0,a=this.frames;s<a.length;s++){var l=a[s];if(l.delay>0)l.delay=l.delay-1;else{try{l.callback.apply(l,t.__spreadArray([n,r],e,!1))}catch(e){console.error(e)}l.once&&o.push(l)}}o.length>0&&(this.frames=this.frames.filter((function(e){return-1===o.indexOf(e)}))),this.requestAnimationFrame(this.loop)}},e.prototype.setContext=function(e){this.cancelAnimationFrame(this.requestId),this.context=e,this.requestId=this.requestAnimationFrame(this.loop)},e.prototype.getContext=function(){return this.context},e.prototype.requestAnimationFrame=function(e){return this.context?this.context.requestAnimationFrame(e):at(e)},e.prototype.cancelAnimationFrame=function(e){this.context?this.context.cancelAnimationFrame(e):function(e){var t;if("undefined"!=typeof window){var i=window;t=i.cancelAnimationFrame||i.mozCancelAnimationFrame||i.webkitCancelAnimationFrame||i.msCancelAnimationFrame||function(e){return window.clearTimeout(e)}}else t=function(e){return window.clearTimeout(e)};t(e)}(this.loop),this.requestId=null},e.prototype.remove=function(e){var t=this.frames.indexOf(e);t>=0&&this.frames.splice(t,1)},e.prototype.add=function(e,t,i,n){var r=this;void 0===t&&(t=!1),void 0===i&&(i=0),void 0===n&&(n=5);var o={callback:e,once:t,delay:i,order:n};return this.frames.push(o),this.frames.sort((function(e,t){return e.order-t.order})),function(){return r.remove(o)}},e.prototype.disponse=function(){this.stoped=!0,this.frames.length=0},e}(),ct=/^https?\:\/\/?([^\/]+)/;function ht(e,t){return e.replace(ct,(function(e,i){return e.slice(0,e.length-i.length)+t}))}var dt={"vrlab-public.ljcdn.com":{pano:["vrlab-image1.ljcdn.com","vrlab-image2.ljcdn.com"],texture:["vrlab-image3.ljcdn.com"],tile:["vr-tile-1.realsee-cdn.cn","vr-tile-2.realsee-cdn.cn"],default:["vrlab-image4.ljcdn.com"]},"vr-public.realsee-cdn.cn":{pano:["vr-image-1.realsee-cdn.cn","vr-image-2.realsee-cdn.cn"],texture:["vr-image-3.realsee-cdn.cn"],tile:["vr-tile-1.realsee-cdn.cn","vr-tile-1.realsee-cdn.cn"],default:["vr-image-4.realsee-cdn.cn"]},"global-public.realsee-cdn.com":{pano:["global-image-1.realsee-cdn.com","global-image-2.realsee-cdn.com"],texture:["global-image-3.realsee-cdn.com"],tile:["global-tile-1.realsee-cdn.com","global-tile-2.realsee-cdn.com"],default:["global-image-4.realsee-cdn.com"]},"test-vr-public.realsee-cdn.com":{pano:["test-vr-image.realsee-cdn.com","test-vr-image.realsee-cdn.com"],texture:["test-vr-image.realsee-cdn.com"],tile:["test-vr-image.realsee-cdn.com","test-vr-image.realsee-cdn.com"],default:["test-vr-image.realsee-cdn.com"]},"test-vr-public.realsee-cdn.cn":{pano:["test-vr-image.realsee-cdn.cn","test-vr-image.realsee-cdn.cn"],texture:["test-vr-image.realsee-cdn.cn"],tile:["test-vr-image.realsee-cdn.cn","test-vr-image.realsee-cdn.cn"],default:["test-vr-image.realsee-cdn.cn"]}};function pt(e,i){var n=t.__assign(t.__assign({},dt),i.mappings),r=function(e){var t=e.match(ct);return null===t?null:t[1]}(e);if(null===r)return e;var o=n[r];return o?(/\.basis(\?|$)/.test(e)&&!0!==i.basisLoaderInitialized&&(e=e.replace(/\.basis(\?|$)/,".jpg$1")),function(e,t){var i,n=e.split("?")[0],r=n.split(".").pop();if("jpeg"===r&&(r="jpg"),"png"!==r&&"jpg"!==r)return e;var o="";if(void 0!==t.format&&t.format!==r&&(o+="/format/".concat(t.format)),void 0!==t.cut&&(o+="/cut/".concat(t.cut[2],"x").concat(t.cut[3],"x").concat(t.cut[0],"x").concat(t.cut[1])),void 0!==t.quality){var s=null!==(i=t.format)&&void 0!==i?i:r;s&&["jpg","webp","tpg","heif","avif"].indexOf(s)>=0&&(o+="/quality/".concat(t.quality))}if(void 0!==t.size){var a=e.match(/\/cube_(\d+)\//);(a?Number(a[1]):NaN)!==Number(t.size)&&(o+="/thumbnail/".concat(t.size,"x"))}return void 0!==t.sharpen&&(o+="/sharpen/".concat(t.sharpen)),o.length&&(o="?imageMogr2"+o),n+o}(function(e,t,i){var n=t.split("."),r=n[0],o=n.slice(1);if("texture"===r)return ht(e,i.texture[0]);if("pano"===r||"pano_luminance"===r)switch(o[0],o[1]){case"front":case"left":case"up":return ht(e,i.pano[0]);case"down":case"right":case"back":return ht(e,i.pano[1])}else if("pano_tile"===r||"pano_tile_luminance"===r){o[0],o[1];var s=o[2],a=o[3],l=o[4],u=Math.pow(2,Number(s))*Number(a)+Number(l);if(!isNaN(u))return ht(e,i.tile[u%2])}return ht(e,i.default[0])}(e,i.key,o),i)):e}function ft(e,t,i){return void 0===t&&(t=pt),t(e,i)}function At(e){return new Promise((function(t){var i=new Image,n=setTimeout((function(){i.onload=i.onerror=function(){},clearTimeout(n),t(!1)}));i.onload=i.onerror=function(){i.onload=i.onerror=function(){},clearTimeout(n),t(2===i.height)},i.src=e}))}var gt=null;var mt=function(){function e(){this.numPlanes=0,this.clipperPlanes=null,this.clipperFloors=null}return Object.defineProperty(e,"shared",{get:function(){return this.sharedInstance||(this.sharedInstance=new e),this.sharedInstance},enumerable:!1,configurable:!0}),e.prototype.update=function(e,t){if(this.clipperFloors=[],e instanceof Array){this.clipperPlanes=new Float32Array(24*e.length);for(var i=function(i){var r=[new o.Plane(new o.Vector3(.5,0,0),-1),new o.Plane(new o.Vector3(-.5,0,0),-1),new o.Plane(new o.Vector3(0,.5,0),-1),new o.Plane(new o.Vector3(0,-.5,0),-1),new o.Plane(new o.Vector3(0,0,.5),-1),new o.Plane(new o.Vector3(0,0,-.5),-1)];r.forEach((function(t){t.applyMatrix4(e[i].clippingBoxMatrix)}));for(var s=n.projectPlanes(r,t),a=0;a<24;a++)n.clipperPlanes[24*i+a]=s[a];var l=e[i].floorIndex?e[i].floorIndex:-1;n.clipperFloors[i]=l},n=this,r=0;r<e.length;r++)i(r)}else{var s=[new o.Plane(new o.Vector3(.5,0,0),-1),new o.Plane(new o.Vector3(-.5,0,0),-1),new o.Plane(new o.Vector3(0,.5,0),-1),new o.Plane(new o.Vector3(0,-.5,0),-1),new o.Plane(new o.Vector3(0,0,.5),-1),new o.Plane(new o.Vector3(0,0,-.5),-1)];s.forEach((function(t){t.applyMatrix4(e.clippingBoxMatrix)})),this.clipperPlanes=this.projectPlanes(s,t),this.clipperFloors[0]=e.floorIndex?e.floorIndex:-1}},e.prototype.projectPlanes=function(e,t){var i=null!==e?e.length:0,n=4*i,r=t.matrixWorldInverse,s=new o.Matrix3;s.getNormalMatrix(r);for(var a=new Float32Array(n),l=new o.Plane,u=0,c=0;u!==i;++u,c+=4)l.copy(e[u]).applyMatrix4(r,s),l.normal.toArray(a,c),a[c+3]=l.constant;return a},e}(),vt=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.floorIndex=0,t.needsRender=!0,t}return t.__extends(i,e),i}(o.Mesh),yt=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.needsRender=!0,t.enableTransparent=!0,t}return t.__extends(i,e),i.prototype.getTransparent=function(){return this.enableTransparent},i.prototype.setTransparent=function(e){this.enableTransparent=e,this.traverse((function(t){t instanceof vt&&t.material.forEach((function(t){t.transparent=e}))}))},i.prototype.getMaterial=function(){var e=null;return this.traverse((function(t){if(null===e&&t instanceof vt){var i=t.material[0];e={pano0:i.pano0,pano1:i.pano1,modelAlpha:i.modelAlpha,progress:i.progress,useBlackTransition:i.useBlackTransition,modelColorInfo:i.modelColorInfo,perspToOrtho:i.perspToOrtho,opacity:i.opacity,floorIndex:i.floorIndex,floorInfo:i.floorInfo,clippers:i.clippers,clipperPlanesArray:i.clipperPlanesArray,clipperFloors:i.clipperFloors}}})),e},i.prototype.setMaterial=function(e){this.traverse((function(t){t instanceof vt&&t.material.forEach((function(t){void 0!==e.pano0&&(t.pano0=e.pano0),void 0!==e.pano1&&(t.pano1=e.pano1),void 0!==e.modelAlpha&&(t.modelAlpha=e.modelAlpha),void 0!==e.progress&&(t.progress=e.progress),void 0!==e.useBlackTransition&&(t.useBlackTransition=e.useBlackTransition),void 0!==e.modelColorInfo&&(t.modelColorInfo=e.modelColorInfo),void 0!==e.perspToOrtho&&(t.perspToOrtho=e.perspToOrtho),void 0!==e.opacity&&(t.opacity=e.opacity),void 0!==e.floorIndex&&(t.floorIndex=e.floorIndex),void 0!==e.floorInfo&&(t.floorInfo=e.floorInfo),void 0!==e.clippers&&(t.clippers=e.clippers),void 0!==e.clipperPlanesArray&&(t.clipperPlanesArray=e.clipperPlanesArray),void 0!==e.clipperFloors&&(t.clipperFloors=e.clipperFloors)}))}))},i.prototype.disposeMaterial=function(){this.traverse((function(e){if(e instanceof vt){var t=[];e.material.forEach((function(e){var i=e.uniforms;Object.keys(i).map((function(e){if(/^pano\d\_/.test(e))i[e].value=null;else{var n=i[e].value;n&&"function"==typeof n.dispose&&-1===t.indexOf(n)&&(i[e].value=null,t.push(n))}})),e.dispose()})),t.forEach((function(e){return e.dispose()}))}}))},i.prototype.disposeGeometry=function(){this.traverse((function(e){e instanceof vt&&e.geometry.dispose()}))},i}(o.Group),bt=function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.floorIndex=0,t}return t.__extends(i,e),i}(yt),xt=["right","left","up","down","front","back"];function wt(e,t,i,n){var r=new o.Box3;switch(e){case"up":r.min.y=.5,r.max.y=.5,r.min.x=+t-.5,r.max.x=+t-.5+n,r.min.z=.5-i-n,r.max.z=.5-i;break;case"down":r.min.y=-.5,r.max.y=-.5,r.min.x=+t-.5,r.max.x=+t-.5+n,r.min.z=+i-.5,r.max.z=+i-.5+n;break;case"left":r.min.x=-.5,r.max.x=-.5,r.min.z=.5-t-n,r.max.z=.5-t,r.min.y=.5-i-n,r.max.y=.5-i;break;case"right":r.min.x=.5,r.max.x=.5,r.min.z=+t-.5,r.max.z=+t-.5+n,r.min.y=.5-i-n,r.max.y=.5-i;break;case"front":r.min.z=-.5,r.max.z=-.5,r.min.x=+t-.5,r.max.x=+t-.5+n,r.min.y=.5-i-n,r.max.y=.5-i;break;case"back":r.min.z=.5,r.max.z=.5,r.min.x=.5-t-n,r.max.x=.5-t,r.min.y=.5-i-n,r.max.y=.5-i}return r.applyMatrix4((new o.Matrix4).makeRotationY(Math.PI))}var Et=function(e,t){if(!(e.level>=t))for(var i=e.level+1,n=e.size/2,r=0,s=[new o.Vector2(e.position.x,e.position.y),new o.Vector2(e.position.x+n,e.position.y),new o.Vector2(e.position.x,e.position.y+n),new o.Vector2(e.position.x+n,e.position.y+n)];r<s.length;r++){var a=s[r],l={face:e.face,level:i,size:n,position:a,box:wt(e.face,a.x,a.y,n),children:[]};e.children.push(l),Et(l,t)}};function Mt(e){var t=xt.map((function(t){return function(e,t){var i={level:0,face:e,position:new o.Vector2(0,0),size:1,box:wt(e,0,0,1),children:[]};return Et(i,t),i}(t,e)}));return{children:t}}function St(e,t){for(var i=0,n=e.children;i<n.length;i++){var r=n[i];!1!==t(r)&&St(r,t)}}function It(e,t){for(var i={},n=0,r=t;n<r.length;n++){var o=r[n];o in e&&(i[o]=e[o])}return i}var Ct=new o.BoxBufferGeometry(1,1,1,1,1);Ct.deleteAttribute("uv"),Ct.deleteAttribute("normal"),Ct.groups=[],Ct.scale(-1,1,1);var Bt,Pt=new o.ShaderMaterial({uniforms:{map:{value:null}},vertexShader:"\nvarying vec3 worldPosition;\nvoid main() {\n vec4 transform = vec4(position, 1.0);\n worldPosition = (modelMatrix * transform).xyz;\n gl_Position = projectionMatrix * modelViewMatrix * transform;\n}\n",fragmentShader:"\nuniform samplerCube map;\nvarying vec3 worldPosition;\nvoid main() {\n gl_FragColor = textureCube(map, worldPosition);\n}\n",depthTest:!1,depthWrite:!1,stencilWrite:!1,blending:o.NoBlending,lights:!1});function Tt(e,t,i){var n=new o.Scene,r=new o.Mesh(Ct,Pt);Pt.uniforms.map.value=e,n.add(r);var s=i.autoClear;i.autoClear=!1,new o.CubeCamera(.1,2,t).update(i,n),i.autoClear=s,Pt.uniforms.map.value=null}var Rt=null!==(Bt=Math.SQRT1_2)&&void 0!==Bt?Bt:Math.sqrt(2),Dt={up:new o.Quaternion(Rt,0,0,Rt),down:new o.Quaternion(-Rt,0,0,Rt),left:new o.Quaternion(0,Rt,0,Rt),right:new o.Quaternion(0,-Rt,0,Rt),front:new o.Quaternion(0,0,0,1),back:new o.Quaternion(0,1,0,0)},Lt=function(){var e=new Float32Array([-.5,-.5,0,.5,-.5,0,-.5,.5,0,.5,.5,0]),t=new Float32Array([0,0,1,0,0,1,1,1]),i=new Uint8Array([0,1,2,1,3,2]),n=new o.BufferGeometry;return n.setAttribute("position",new o.BufferAttribute(e,3)),n.setAttribute("uv",new o.BufferAttribute(t,2)),n.setIndex(new o.BufferAttribute(i,1)),n}();var kt=!1;try{kt="undefined"!=typeof OffscreenCanvas&&null!==new OffscreenCanvas(1,1).getContext("2d")}catch(e){}var Ft=[];function Nt(){var e=this.src;this.onerror=this.onload=Ve,this.removeAttribute("src"),/^blob\:/.test(e)&&URL.revokeObjectURL(e),this.close=Ve}function Ot(){Ft.push(this)}function Qt(){return Object.assign(new Image,{crossOrigin:"",close:Nt})}function Vt(e){return new Promise((function(t,i){var n=Qt();n.onload=function(){n.onload=n.onerror=Ve,setTimeout((function(){return t(n)}),30)},n.onerror=function(){var e=n.src;n.onload=n.onerror=Ve,n.close(),i(new Error("image load error: ".concat(e)))},n.src=URL.createObjectURL(e)}))}function _t(e,t){if(t&&(e.width>t.width||e.height>t.height)){var i=function(e,t){var i=Ft.shift();if(i)return i.width=e,i.height=t,i;if(kt){var n=new OffscreenCanvas(e,t);return Object.assign(n,{close:Ot})}return n=document.createElementNS("http://www.w3.org/1999/xhtml","canvas"),Object.assign(n,{close:Ot})}(Math.min(e.width,t.width),Math.min(e.height,t.height)),n=i.getContext("2d");n.clearRect(0,0,i.width,i.height),n.drawImage(e,0,0,i.width,i.height),e.close();var r=new o.Texture(i);r.needsUpdate=!0,r.flipY=!0;var s=r.dispose;return r.dispose=function(){i.close(),s.call(r),delete r.dispose},r}var a=new o.Texture(e);a.needsUpdate=!0,a.minFilter=o.LinearFilter,a.magFilter=o.LinearFilter,a.flipY=!0;var l=a.dispose;return a.dispose=function(){e.close(),l.call(a),delete a.dispose},a}var Ht=new o.WebGLRenderTarget(1,1),Ut=new o.OrthographicCamera(-1,1,1,-1,0,1),qt=new o.BufferGeometry;qt.setAttribute("position",new o.Float32BufferAttribute([-1,3,0,-1,-1,0,3,-1,0],3)),qt.setAttribute("uv",new o.Float32BufferAttribute([0,2,0,0,2,0],2));var zt=new o.Mesh(qt),jt=new o.Scene;jt.add(zt);var Kt,Gt=new o.RawShaderMaterial({uniforms:{map:{value:null}},vertexShader:"\n void main() {\n gl_Position = vec4(0, 0, 0, 0);\n }\n ",fragmentShader:"\n uniform sampler2D map;\n void main() {\n gl_FragColor = textureCube(map, vec3(0, 0));\n }\n ",depthTest:!1,depthWrite:!1,blending:o.NoBlending,lights:!1}),Wt=new o.RawShaderMaterial({uniforms:{map:{value:null}},vertexShader:"\n void main() {\n gl_Position = vec4(0, 0, 0, 0);\n }\n ",fragmentShader:"\n uniform samplerCube map;\n void main() {\n gl_FragColor = textureCube(map, vec3(0, 0, 0));\n }\n ",depthTest:!1,depthWrite:!1,blending:o.NoBlending,lights:!1});function Xt(e,t){if(!t)return Promise.resolve(e);var i=t.getRenderTarget();return t.setRenderTarget(Ht),e instanceof o.CubeTexture?(zt.material=Wt,Wt.uniforms.map.value=e,t.render(jt,Ut),Wt.uniforms.map.value=null):(zt.material=Gt,Gt.uniforms.map.value=e,t.render(jt,Ut),Wt.uniforms.map.value=null),t.setRenderTarget(i),new Promise((function(t){ut.shared.add((function(){return t(e)}),!0,4)}))}var Yt='\nvar config, transcoderPending, _BasisFile;\nself.onmessage = function(e) {\n var message = e.data;\n switch (message.type) {\n case "init":\n config = message.config;\n init(message.transcoderBinary);\n break;\n case "transcode":\n transcoderPending.then(function() {\n try {\n var result = transcode(message.buffer);\n var width = result.width;\n var height = result.height;\n var hasAlpha = result.hasAlpha;\n var mipmaps = result.mipmaps;\n var format = result.format;\n var buffers = [];\n for (var i = 0; i < mipmaps.length; ++i) {\n buffers.push(mipmaps[i].data.buffer);\n }\n self.postMessage({ type: "transcode", id: message.id, width, height, hasAlpha, mipmaps, format }, buffers);\n } catch (error) {\n console.error(error);\n self.postMessage({ type: "error", id: message.id, error: error.message });\n }\n });\n break;\n default: break;\n }\n};\n\nfunction init(wasmBinary) {\n var BasisModule;\n transcoderPending = new Promise(function(resolve) {\n BasisModule = { wasmBinary, onRuntimeInitialized: resolve };\n BASIS(BasisModule); // eslint-disable-line no-undef\n }).then(function() {\n _BasisFile = BasisModule.BasisFile;\n BasisModule.initializeBasis();\n self.postMessage({ type: "initialized" });\n });\n}\n\nfunction transcode(buffer) {\n var basisFile = new _BasisFile(new Uint8Array(buffer));\n var width = basisFile.getImageWidth(0, 0);\n var height = basisFile.getImageHeight(0, 0);\n var levels = basisFile.getNumLevels(0);\n var hasAlpha = basisFile.getHasAlpha();\n function cleanup() {\n basisFile.close();\n basisFile.delete();\n }\n if (!hasAlpha) {\n switch (config.format) {\n case 9: // Hardcoded: BasisTextureLoader.BASIS_FORMAT.cTFPVRTC1_4_RGBA\n config.format = 8; // Hardcoded: BasisTextureLoader.BASIS_FORMAT.cTFPVRTC1_4_RGB;\n break;\n default: break;\n }\n }\n if (!width || !height || !levels) {\n cleanup();\n throw new Error("BasisTextureLoader: Invalid .basis file");\n }\n if (!basisFile.startTranscoding()) {\n cleanup();\n throw new Error("BasisTextureLoader: .startTranscoding failed");\n }\n var mipmaps = [];\n for (var mip = 0; mip < levels; mip++) {\n var mipWidth = basisFile.getImageWidth(0, mip);\n var mipHeight = basisFile.getImageHeight(0, mip);\n var dst = new Uint8Array(basisFile.getImageTranscodedSizeInBytes(0, mip, config.format));\n var status = basisFile.transcodeImage(dst, 0, mip, config.format, 0, hasAlpha);\n if (!status) {\n cleanup();\n throw new Error("BasisTextureLoader: .transcodeImage failed.");\n }\n mipmaps.push({ data: dst, width: mipWidth, height: mipHeight });\n }\n cleanup();\n return { width, height, hasAlpha, mipmaps, format: config.format };\n}\n',Zt={cTFETC1:0,cTFETC2:1,cTFBC1:2,cTFBC3:3,cTFBC4:4,cTFBC5:5,cTFBC7_M6_OPAQUE_ONLY:6,cTFBC7_M5:7,cTFPVRTC1_4_RGB:8,cTFPVRTC1_4_RGBA:9,cTFASTC_4x4:10,cTFATC_RGB:11,cTFATC_RGBA_INTERPOLATED_ALPHA:12,cTFRGBA32:13,cTFRGB565:14,cTFBGR565:15,cTFRGBA4444:16},Jt={COMPRESSED_RGB_S3TC_DXT1_EXT:33776,COMPRESSED_RGBA_S3TC_DXT1_EXT:33777,COMPRESSED_RGBA_S3TC_DXT3_EXT:33778,COMPRESSED_RGBA_S3TC_DXT5_EXT:33779},$t=((Kt={})[Zt.cTFBC1]=Jt.COMPRESSED_RGB_S3TC_DXT1_EXT,Kt[Zt.cTFBC3]=Jt.COMPRESSED_RGBA_S3TC_DXT5_EXT,Kt),ei=function(){function e(){}return e.setTranscoderPath=function(e){return this.transcoderPath=e,this},e.setWorkerLimit=function(e){return this.workerLimit=e,this},e.isInitialized=function(){return 0!==this.workerPool.filter((function(e){return e._initialized})).length},e.detectSupport=function(t){var i=this.workerConfig;if(i.astcSupported=!!t.extensions.get("WEBGL_compressed_texture_astc"),i.bptcSupported=!!t.extensions.get("EXT_texture_compression_bptc"),i.etcSupported=!!t.extensions.get("WEBGL_compressed_texture_etc1"),i.dxtSupported=!!t.extensions.get("WEBGL_compressed_texture_s3tc"),i.pvrtcSupported=!!t.extensions.get("WEBGL_compressed_texture_pvrtc")||!!t.extensions.get("WEBKIT_WEBGL_compressed_texture_pvrtc"),i.astcSupported)i.format=e.BASIS_FORMAT.cTFASTC_4x4;else if(i.bptcSupported)i.format=e.BASIS_FORMAT.cTFBC7_M5;else if(i.dxtSupported)i.format=e.BASIS_FORMAT.cTFBC3;else if(i.pvrtcSupported)i.format=e.BASIS_FORMAT.cTFPVRTC1_4_RGBA;else{if(!i.etcSupported)throw new Error("BasisTextureLoader: No suitable compressed texture format found.");i.format=e.BASIS_FORMAT.cTFETC1}return this},e.createTexture=function(e){var t,i,n=this,r=e.byteLength,s=this._allocateWorker(r).then((function(r){return t=r,i=n.workerNextTaskID++,new Promise((function(n,r){t._callbacks[i]={resolve:n,reject:r},t.postMessage({type:"transcode",id:i,buffer:e},[e])}))})).then((function(e){var t,i=n.workerConfig,r=e.width,s=e.height,a=e.mipmaps;switch(e.format){case Zt.cTFASTC_4x4:t=new o.CompressedTexture(a,r,s,o.RGBA_ASTC_4x4_Format);break;case Zt.cTFBC1:case Zt.cTFBC3:t=new o.CompressedTexture(a,r,s,$t[i.format],o.UnsignedByteType);break;case Zt.cTFETC1:t=new o.CompressedTexture(a,r,s,o.RGB_ETC1_Format);break;case Zt.cTFPVRTC1_4_RGB:t=new o.CompressedTexture(a,r,s,o.RGB_PVRTC_4BPPV1_Format);break;case Zt.cTFPVRTC1_4_RGBA:t=new o.CompressedTexture(a,r,s,o.RGBA_PVRTC_4BPPV1_Format);break;default:throw new Error("BasisTextureLoader: No supported format available.")}return t.minFilter=1===a.length?o.LinearFilter:o.LinearMipmapLinearFilter,t.magFilter=o.LinearFilter,t.generateMipmaps=!1,t.needsUpdate=!0,t}));return s.catch((function(){return!0})).then((function(){t&&i&&(t._taskLoad-=r,delete t._callbacks[i])})),s},e._initTranscoder=function(){var e=this;if(!this.transcoderPending){var t=new o.FileLoader;t.setPath(this.transcoderPath);var i=new Promise((function(e,i){t.load("basis_transcoder.js",e,void 0,i)})),n=new o.FileLoader;n.setPath(this.transcoderPath),n.setResponseType("arraybuffer");var r=new Promise((function(e,t){n.load("basis_transcoder.wasm",e,void 0,t)}));this.transcoderPending=Promise.all([i,r]).then((function(t){var i=t[0],n=t[1],r=["/* basis_transcoder.js */",i,"/* worker */",Yt].join("\n");e.workerSourceURL=URL.createObjectURL(new Blob([r])),e.transcoderBinary=n}))}return this.transcoderPending},e._allocateWorker=function(e){var t=this;return this._initTranscoder().then((function(){if(t.workerPool.length<t.workerLimit){var i=function(e){var t=new Worker(e);return Object.assign(t,{_callbacks:{},_initialized:!1,_taskLoad:0})}(t.workerSourceURL);i._callbacks={},i._initialized=!1,i._taskLoad=0,i.postMessage({type:"init",config:t.workerConfig,transcoderBinary:t.transcoderBinary}),i.onmessage=function(e){var t=e.data;switch(t.type){case"initialized":i._initialized=!0,console.info("BasisTextureLoader: basis loader initialized");break;case"transcode":i._callbacks[t.id].resolve(t);break;case"error":i._callbacks[t.id].reject(t);break;default:console.error('BasisTextureLoader: Unexpected message, "'.concat(t.type,'"'))}},t.workerPool.push(i)}else t.workerPool.sort((function(e,t){return e._taskLoad>t._taskLoad?-1:1}));var n=t.workerPool[t.workerPool.length-1];return n._taskLoad+=e,n}))},e.prototype.dispose=function(){for(var t=0;t<e.workerPool.length;t++)e.workerPool[t].terminate();return e.workerPool.length=0,this},e.BASIS_FORMAT=Zt,e.DXT_FORMAT=Jt,e.DXT_FORMAT_MAP=$t,e.transcoderPath="https://vr-public.realsee-cdn.cn/release/static/image/release/five/basis/",e.transcoderBinary=null,e.transcoderPending=null,e.workerLimit=1,e.workerPool=[],e.workerNextTaskID=1,e.workerSourceURL="",e.workerConfig={format:null,astcSupported:!1,bptcSupported:!1,etcSupported:!1,dxtSupported:!1,pvrtcSupported:!1},e}(),ti=["right","left","up","down","front","back"];Object.assign(window,{cubeRenderTargetPool:[]});var ii=function(){function e(e,t,i,n,r){this.tileTree=t,this.tileSources=i,this.options=n,this.renderer=r,this.name="",this.needsRender=!1,this.disposed=!1,this.loadedCubeNodes=new Set,this.loadingCubeNodes=new Set,this.baseCubeTexture=null,this._cubeRenderTarget=null,this.textures=[],this.baseCubeTexture=e}return Object.defineProperty(e.prototype,"cubeRenderTarget",{get:function(){return this._cubeRenderTarget},set:function(e){var t,i,n,r,s;if(null===e)throw new Error("cannot set cubeRenderTarget to null.");e.width!==this.options.textureSize&&e.setSize(this.options.textureSize,this.options.textureSize),e.texture.format=null!==(t=this.options.format)&&void 0!==t?t:o.RGBAFormat,e.texture.minFilter=null!==(i=this.options.minFilter)&&void 0!==i?i:o.LinearFilter,e.texture.magFilter=null!==(n=this.options.magFilter)&&void 0!==n?n:o.LinearFilter,e.texture.wrapS=null!==(r=this.options.wrapS)&&void 0!==r?r:o.ClampToEdgeWrapping,e.texture.wrapT=null!==(s=this.options.wrapT)&&void 0!==s?s:o.ClampToEdgeWrapping,this.baseCubeTexture&&(Tt(this.baseCubeTexture,e,this.renderer),this.baseCubeTexture.dispose(),this.baseCubeTexture=null),this._cubeRenderTarget&&Tt(this._cubeRenderTarget.texture,e,this.renderer),this._cubeRenderTarget=e},enumerable:!1,configurable:!0}),e.prototype.requestTile=function(e){var i,n,r,s,a,l,u=this,c=this.tileSources.filter((function(t){return t.level===e.level}))[0];if(c){var h=c.size,d=Math.pow(2,e.level)*e.position.y,p=Math.pow(2,e.level)*e.position.x,f="".concat((null!==(r=null===(n=null===(i=this.options.imageURL)||void 0===i?void 0:i.options)||void 0===n?void 0:n.key)&&void 0!==r?r:"pano.0").replace(/^pano/,"pano_tile"),".").concat(e.face,".").concat(e.level,".").concat(d,".").concat(p),A=t.__assign(t.__assign({},null!==(a=null===(s=this.options.imageURL)||void 0===s?void 0:s.options)&&void 0!==a?a:{basisLoaderInitialized:!1,key:"unknown"}),{key:f,size:h*e.size===this.options.tileImageSize?void 0:this.options.tileImageSize,cut:[h*e.position.x,h*e.position.y,h*e.size,h*e.size]});this.loadingCubeNodes.add(e),this.options.textureLoader.loadTexture(c[e.face],{imageURL:{transform:null===(l=this.options.imageURL)||void 0===l?void 0:l.transform,options:t.__assign({},A)},format:o.RGBAFormat,preInit:!1,viaAjax:!1}).then((function(t){u.disposed?t.body.dispose():(u.textures.push({face:e.face,level:e.level,position:e.position,size:new o.Vector2(e.size,e.size),texture:t.body}),u.loadedCubeNodes.add(e))})).catch(Ve).then((function(){u.disposed||u.loadingCubeNodes.delete(e)}))}else this.loadedCubeNodes.add(e)},e.prototype.update=function(e,t){var i=this;if(!this.disposed){var n=[];St(this.tileTree,(function(r){return!(r.level>t)&&(!i.loadingCubeNodes.has(r)&&(!!e.intersectsBox(r.box)&&(i.loadedCubeNodes.has(r)?void 0:(n.push(r),!1))))}));for(var r=0,s=n;r<s.length;r++){var a=s[r];this.requestTile(a)}if(this.cubeRenderTarget&&this.textures.length){var l=this.textures.splice(0,4);!function(e,t,i){var n=new o.Scene,r=new o.Group;r.scale.set(1,1,-1),n.add(r);for(var s=0,a=e;s<a.length;s++){var l=a[s],u=new o.ShaderMaterial({uniforms:{map:{value:l.texture}},vertexShader:"\nvarying vec2 vUv;\nvoid main() {\n vUv = uv;\n gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);\n}\n",fragmentShader:"\nuniform sampler2D map;\nvarying vec2 vUv;\nvoid main() {\n gl_FragColor = texture2D(map, vUv);\n}\n",depthTest:!1,depthWrite:!1,blending:o.NoBlending,lights:!1}),c=new o.Group,h=new o.Mesh(Lt,u);h.position.set(l.position.x+l.size.x/2-.5,1-(l.position.y+l.size.y/2)-.5,-.5),h.scale.set(l.size.x,l.size.y,1),c.quaternion.copy(Dt[l.face]),c.add(h),r.add(c)}var d=i.autoClear;i.autoClear=!1,new o.CubeCamera(.1,2,t).update(i,n),i.autoClear=d;for(var p=0,f=[];p<f.length;p++)(u=f[p]).uniforms.map.value=null,u.dispose()}(l,this.cubeRenderTarget,this.renderer),this.needsRender=!0;for(var u=0,c=l;u<c.length;u++){c[u].texture.dispose()}}}},Object.defineProperty(e.prototype,"tilePending",{get:function(){return this.loadingCubeNodes.size},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"texture",{get:function(){if(!this._cubeRenderTarget)throw new Error("cubeRenderTarget never set.");return this._cubeRenderTarget.texture},enumerable:!1,configurable:!0}),e.prototype.dispose=function(){if(!this.disposed){this.disposed=!0,this.baseCubeTexture&&(this.baseCubeTexture.dispose(),this.baseCubeTexture=null),this.loadingCubeNodes.clear(),this.loadedCubeNodes.clear();for(var e=0,t=this.textures;e<t.length;e++){t[e].texture.dispose()}this.textures.length=0}},e}(),ni=function(){function e(e){this.timeout=e.timeout,this.allowHosts=e.allowHosts,this.requestProxy=e.requestProxy,this.networkSubscribe=e.networkSubscribe}return e.prototype.setAllowHosts=function(e){this.allowHosts=e},e.prototype.setRequestProxy=function(e){this.requestProxy=e},e.prototype.setNetworkSubscribe=function(e){this.networkSubscribe=e},e.prototype.loadTexture=function(e,i,n,r,s,a){var l,u,c,h;void 0===i&&(i={}),void 0===n&&(n=Ve),void 0===r&&(r=Ve),void 0===s&&(s=Ve);var d={};void 0!==i.flipY&&(d.flipY=i.flipY),void 0!==i.format&&(d.format=i.format),void 0!==i.minFilter&&(d.minFilter=i.minFilter),void 0!==i.magFilter&&(d.magFilter=i.magFilter);var p=null!==(u=null===(l=i.imageURL)||void 0===l?void 0:l.options)&&void 0!==u?u:{basisLoaderInitialized:!1,key:"unknown"},f=et(e=ft(e,null===(c=i.imageURL)||void 0===c?void 0:c.transform,p)),A={timeout:this.timeout,allowHosts:this.allowHosts,requestProxy:this.requestProxy,networkSubscribe:this.networkSubscribe},g=null!==(h=i.viaAjax)&&void 0!==h&&h,m=$e(e),v=/^https?:/.test(f),y=/\.basis$/.test(tt(e).split("?")[0]);if(m?g=!0:v||(g=!1),g){if(y){var b=null,x="arraybuffer";return!0===i.flipY?Promise.reject(new Error(".basis cannnot set flipY: true.")):rt(e,t.__assign(t.__assign({},A),{responseType:x}),void 0,void 0,s).then((function(e){return b=e.meta,ei.createTexture(e.body)})).then((function(e){return Object.assign(e,t.__assign({flipY:!1,encoding:o.sRGBEncoding},It(i,["wrapS","wrapT"]))),!1!==i.preInit?Xt(e,a):e})).then((function(e){var t={meta:b,body:e};return n(t),t})).catch((function(e){return r(e),Promise.reject(e)}))}x="blob";return rt(e,t.__assign(t.__assign({},A),{responseType:x}),void 0,void 0,s).then((function(e){return Vt(e.body)})).then((function(e){return _t(e,i.maxSize)})).then((function(e){return Object.assign(e,d),!1!==i.preInit?Xt(e,a):e})).then((function(e){var t={meta:null,body:e};return n(t),t})).catch((function(e){return r(e),Promise.reject(e)}))}if(y){var w=new Error("cannot load basis texture via image");return r(w),Promise.reject(w)}var E=null,M=Qt();return st(e,A,void 0,void 0,s,M).then((function(e){return E=e.meta,_t(e.body,i.maxSize)})).then((function(e){return Object.assign(e,t.__assign(t.__assign({},d),{flipY:!0})),!1!==i.preInit?Xt(e,a):e})).then((function(e){var t={meta:E,body:e};return n(t),t})).catch((function(e){return M.close(),r(e),Promise.reject(e)}))},e.prototype.loadCubeTexture=function(e,i,n,r,s,a){var l,u,c,h;void 0===i&&(i={}),void 0===n&&(n=Ve),void 0===r&&(r=Ve),void 0===s&&(s=Ve),void 0!==i.format&&i.format,void 0!==i.minFilter&&i.minFilter,void 0!==i.magFilter&&i.magFilter;for(var d=[e[ti[0]],e[ti[1]],e[ti[2]],e[ti[3]],e[ti[4]],e[ti[5]]],p={timeout:this.timeout,allowHosts:this.allowHosts,requestProxy:this.requestProxy,networkSubscribe:this.networkSubscribe},f=[],A=[0,0,0,0,0,0],g=[],m=function(e){var n=null!==(u=null===(l=i.imageURL)||void 0===l?void 0:l.options)&&void 0!==u?u:{basisLoaderInitialized:!1,key:"unknown"},o=ft(d[e],null===(c=i.imageURL)||void 0===c?void 0:c.transform,t.__assign(t.__assign({},n),{key:n.key+"."+ti[e]})),a=et(o),m=function(t){A[e]=t,s(A.reduce((function(e,t){return e+t}),0)/6)},v=null!==(h=i.viaAjax)&&void 0!==h&&h,y=/^https?:$/.test(a),b=$e(o),x=/\.basis$/.test(tt(o).split("?")[0]);if(b?v=!0:y||(v=!1),v)if(x){var w="arraybuffer",E=rt(o,t.__assign(t.__assign({},p),{responseType:w}),void 0,void 0,m).then((function(t){return g[e]=t.meta,ei.createTexture(t.body)}));f.push(E)}else{w="blob",E=rt(o,t.__assign(t.__assign({},p),{responseType:w}),void 0,void 0,m).then((function(t){return g[e]=t.meta,Vt(t.body)}));f.push(E)}else{if(x){var M=new Error("cannot load basis texture via image");return r(M),{value:Promise.reject(M)}}var S=Qt();E=st(o,p,void 0,void 0,m,S).then((function(t){return g[e]=t.meta,t.body})).catch((function(e){return S.close(),Promise.reject(e)}));f.push(E)}},v=0;v<6;v++){var y=m(v);if("object"==typeof y)return y.value}return Promise.all(f).then((function(e){var t;if(e[0]instanceof o.CompressedTexture){(t=new o.CubeTexture(e)).needsUpdate=!0;var i=t.dispose;t.dispose=function(){for(var n=0,r=e;n<r.length;n++){r[n].dispose()}i.call(t),delete t.dispose},t.isCompressedTexture=!0,t.format=e[0].format,t.minFilter=e[0].minFilter,t.magFilter=e[0].magFilter}else t=function(e){var t=new o.CubeTexture(e);t.needsUpdate=!0,t.minFilter=o.LinearFilter,t.magFilter=o.LinearFilter,t.flipY=!1;var i=t.dispose;return t.dispose=function(){for(var n=0,r=e;n<r.length;n++)r[n].close();i.call(t),delete t.dispose},t}(e);return t})).then((function(e){return e.isCompressedTexture?Object.assign(e,t.__assign({flipY:!1,encoding:o.sRGBEncoding},It(i,["wrapS","wrapT"]))):Object.assign(e,t.__assign({flipY:!1,encoding:o.sRGBEncoding},i)),!1!==i.preInit?Xt(e,a):e})).then((function(e){var t={body:e,meta:g};return n(t),t})).catch((function(e){for(var t=0,i=f;t<i.length;t++){i[t].then((function(e){e instanceof o.Texture?e.dispose():e.close()})).catch(Ve)}return r(e),Promise.reject(e)}))},e.prototype.loadTiledCubeTexture=function(e,t,i,n,r,s,a){var l=this;return void 0===i&&(i={}),void 0===n&&(n=Ve),void 0===r&&(r=Ve),void 0===s&&(s=Ve),new Promise((function(u,c){var h,d;l.loadCubeTexture(e,{imageURL:{transform:null===(h=i.imageURL)||void 0===h?void 0:h.transform,options:null===(d=i.imageURL)||void 0===d?void 0:d.options},format:o.RGBAFormat,preInit:!1,viaAjax:i.viaAjax},(function(e){var r,o;e.body.generateMipmaps=!1;var s=e.meta,c=e.body,h=null!==(r=i.tileImageSize)&&void 0!==r?r:512,d=null!==(o=i.tileMaxLevel)&&void 0!==o?o:2,p=Math.max(1024*d,512),f=Mt(d),A={meta:s,body:new ii(c,f,t,{textureSize:p,tileImageSize:h,textureLoader:l,imageURL:i.imageURL},a)};n(A),u(A)}),(function(e){r(e),c(e)}),s,a).catch(Ve)}))},e}(),ri=function(){var e=113,t=126,i=0,n="";return arguments[i].split(n).map((function(n){return n.charCodeAt(i)>t?n:String.fromCharCode((n.charCodeAt(i)+e)%t)})).join(n)}("{vs|z-rp@-z|qryPr{rH{vs|z-sy|n-}r}a|\\u|Hn\bv{t-rp@-[|znyHn\bv{t-rp@-cvr]|vv|{Hn\bv{t-rpA-|yq]|vv|{Hn\bv{t-rp@-Pyv}]|vv|{H0v{pyqr-Ip|zz|{K0v{pyqr-Il}nlrrK0v{pyqr-I?l}nlrrK0v{pyqr-Ip|y|l}nlrrK0v{pyqr-Iunq|zn}l}nlrrK|vq-znv{56-\n--0v{pyqr-IlrrK--0v{pyqr-I?lrrK--0v{pyqr-Ip|y|lrrK--0v{pyqr-Iortv{{|znylrrK--0v{pyqr-Iqrsny{|znylrrK--rpA-n{s|zrq-J-rpA5}|vv|{9->;=6H--rpA-z]|vv|{-J-z|qrycvrZnv-7-n{s|zrqH--[|zny-J-{|znyv\tr5n{s|zrq[|zny6H--cvr]|vv|{-J-:z]|vv|{;\b\tH--Pyv}]|vv|{-J-:-z]|vv|{;\b\tH--|yq]|vv|{-J-z|qryZnv-7-n{s|zrqH--tyl]|vv|{-J-}|wrpv|{Znv-7-z|qrycvrZnv-7-n{s|zrqH--<<-修正正交相机模拟--sy|n-|u|Qvn{pr-J-5}|wrpv|{Znv-7-vrZnv-7-rpA5z|qryPr{r9->;=66;\tH--tyl]|vv|{;-J-zv5-tyl]|vv|{;9-tyl]|vv|{;-7-5-tyl]|vv|{;\t-<-|u|Qvn{pr-69-}r}a|\\u|-6H--tyl]|vv|{;\b-J-zv5-tyl]|vv|{;\b9-tyl]|vv|{;\b-7-5-tyl]|vv|{;\t-<-|u|Qvn{pr-69-}r}a|\\u|-6H--0v{pyqr-Iunq|zn}lrrK\f"),oi=function(){var e=113,t=126,i=0,n="";return arguments[i].split(n).map((function(n){return n.charCodeAt(i)>t?n:String.fromCharCode((n.charCodeAt(i)+e)%t)})).join(n)}("0qrsv{r-OYNPXlP\\Y\\_-rpA5=;=EC9-=;>=C9-=;>AF9->;=60qrsv{r-aNb-C;?E@>EB?{vs|z-nz}yrPor-}n{|=lzn}H{vs|z-znA-}n{|=lznvH0vs-qrsv{rq5b`RlYbZV[N[PR6--{vs|z-nz}yrPor-}n{|=lyzv{n{prZn}H0r{qvs{vs|z-nz}yrPor-}n{|>lzn}H{vs|z-znA-}n{|>lznvH0vs-qrsv{rq5b`RlYbZV[N[PR6--{vs|z-nz}yrPor-}n{|>lyzv{n{prZn}H0r{qvs{vs|z-rp@-qvssrH{vs|z-rp@-rzvvrH{vs|z-rp@-}rpynH{vs|z-sy|n-uv{v{rH{vs|z-sy|n-r}|rH{vs|z-sy|n-|}npv\bH{vs|z-sy|n-z|qryNy}unH{vs|z-sy|n-}|trH{vs|z-sy|n-sy||V{qrH0vs-qrsv{rq5b`RlNYYlP\\Y\\_6{vs|z-rp@-z|qryP|y|V{s|H0r{qvs0vs-qrsv{rq5b`Rl]N[\\lcVQR\\6--{vs|z-rp?-}n{|cvqr|lv\trH--{vs|z-znA-}n{|cvqr|lznvH--{vs|z-sy|n-}n{|cvqr|lny}unH--{vs|z-nz}yr?Q-}n{|cvqr|lzn}H0r{qvs0vs-qrsv{rq5b`RlPYV]SY\\\\_6--{vs|z-rp@-sy||V{s|H0r{qvsn\bv{t-rpA-|yq]|vv|{Hn\bv{t-rp@-Pyv}]|vv|{H0vs-qrsv{rq5b`RlPbaR_6--0vs-[bZlPYV]]V[TlN__NflYR[TaU-K-=----{vs|z-rpA-pyv}}r]yn{rNn\bh-[bZlPYV]]V[TlN__NflYR[TaU-jH----{vs|z-sy|n-pyv}}rSy||h[bZlPYV]]V[TlN__NflYR[TaUjH--0r{qvs0r{qvs0v{pyqr-Ip|zz|{K0v{pyqr-I}npxv{tK0v{pyqr-Ip|y|l}nlsntzr{K0v{pyqr-Il}nlsntzr{K0v{pyqr-I?l}nlsntzr{K0v{pyqr-Izn}l}nlsntzr{K0v{pyqr-Iny}unzn}l}nlsntzr{K0v{pyqr-In|zn}l}nlsntzr{K0v{pyqr-Iyvtuzn}l}nlsntzr{K0v{pyqr-Irzvvrzn}l}nlsntzr{K0v{pyqr-Ir{zn}l}nlsntzr{K0v{pyqr-Itnqvr{zn}l}nlsntzr{K0v{pyqr-Is|tl}nlsntzr{K0v{pyqr-IoqsK0v{pyqr-Iyvtul}nlortv{K0v{pyqr-Iyvtul}u|{tl}nlsntzr{K0v{pyqr-Iunq|zn}l}nlsntzr{Krp?-|P||q5rp@-rp|6-\n--sy|n--J-yr{tu5rp|6H--sy|n-urn-J-np|5rp|;\b-<-6H--sy|n-}uv-J-nn{5rp|;9-rp|;\t6H--r{-rp?5=;B-8-}uv-<-aNb9-urn-<-]V6H\f|vq-znv{56-\n--0vs-qrsv{rq5b`RlNYYlP\\Y\\_6----tylSntP|y|-J-rpA5z|qryP|y|V{s|;9z|qryP|y|V{s|;t9z|qryP|y|V{s|;o9>;=6H----r{H--0r{qvsvs-5q|5cvr]|vv|{9-[|zny6-I-=;=6-\n----qvpnqH--\f--<<前置裁切计算--0vs-qrsv{rq5b`RlPbaR_6----rpA-}yn{rH----s|5-v{-v-J-=H-v-I-[bZlPYV]]V[TlO\\eH-v886\n------o||y-pyv}}rq-J-rH------sy|n-pr{Sy||V{qr-J-pyv}}rSy||hvjH------s|-5-v{-w-J-=H-w-I-CH-w-88-6-\n--------}yn{r-J-pyv}}r]yn{rNn\bh-v-7-C-8-w-jH--------pyv}}rq-J-5-q|5-Pyv}]|vv|{9-}yn{r;\b\t-6-K-}yn{r;-6-33-pyv}}rqH------\f------vs5-pyv}}rq-33-5pr{Sy||V{qr-JJ-:>;=-\v\v-pr{Sy||V{qr-JJ-sy||V{qr66-\n--------qvpnqH------\fH----\f--0r{qvs--<<楼层切割计算--0vs-qrsv{rq5b`RlPYV]SY\\\\_6----vs-5|yq]|vv|{;\b-I-sy||V{s|;-\v\v-|yq]|vv|{;\b-K-sy||V{s|;t6-\n------qvpnqH----\f--0r{qvs--rpA-qvssrP|y|-J-rpA5qvssr;to9-|}npv\b6H--_rsyrprqYvtu-rsyrprqYvtu-J-_rsyrprqYvtu5rp@5=;=69-rp@5=;=69-rp@5=;=69-rp@5=;=66H--rp@-|nyRzvvr_nqvn{pr-J-rzvvrH--0v{pyqr-Izn}lsntzr{K--0v{pyqr-Ip|y|lsntzr{K--0v{pyqr-Iny}unzn}lsntzr{K--0v{pyqr-Iny}unrlsntzr{K--0v{pyqr-I}rpynzn}lsntzr{K--0v{pyqr-I{|znylsntzr{lortv{K--0v{pyqr-I{|znylsntzr{lzn}K--0v{pyqr-Irzvvrzn}lsntzr{K--0v{pyqr-Iyvtul}u|{tlsntzr{K--0v{pyqr-Iyvtulsntzr{lortv{K--<<-调整曝光值--vnqvn{pr-J-vnqvn{pr-7-r}|rH--0v{pyqr-Iyvtulsntzr{lzn}K--0v{pyqr-Iyvtulsntzr{lr{qK--0v{pyqr-In|zn}lsntzr{K--<<-减少方向光对模型的影响--rp@-|t|v{tYvtu-J-5rsyrprqYvtu;qvrpQvssr-7-=;?6-8----rsyrprqYvtu;v{qvrpQvssr-8----rsyrprqYvtu;v{qvrp`}rpyn-8----|nyRzvvr_nqvn{prH--<<-修复黑色面片的问题--vs-5|t|v{tYvtu;-K-=;=-\v\v-|t|v{tYvtu;t-K-=;=-\v\v-|t|v{tYvtu;o-K-=;=6-\n----tylSntP|y|-J-rpA5|t|v{tYvtu9-qvssrP|y|;n6H--\f-ryr-\n----tylSntP|y|-J-rpA5OYNPXlP\\Y\\_;\b\t9-qvssrP|y|;n6H--\f--rp@-}n{|=a|crr-J-5|yq]|vv|{;\b\t-:-}n{|=lznvh@j;\b\t6-7-zn@5}n{|=lznv6H--rp@-}n{|>a|crr-J-5|yq]|vv|{;\b\t-:-}n{|>lznvh@j;\b\t6-7-zn@5}n{|>lznv6H--rpA-}n{|P|y|H--rpA-}n{|=P|y|-J-rrPor5}n{|=lzn}9-}n{|=a|crr6H--rpA-}n{|>P|y|-J-rrPor5}n{|>lzn}9-}n{|>a|crr6H--0vs-qrsv{rq5b`RlYbZV[N[PR6----}n{|=P|y|;n-J->;=-:-rrPor5}n{|=lyzv{n{prZn}9-}n{|=a|crr6;H----}n{|>P|y|;n-J->;=-:-rrPor5}n{|>lyzv{n{prZn}9-}n{|>a|crr6;H--0r{qvs--0vs-qrsv{rq5b`RlOYNPXla_N[`VaV\\[6----sy|n-oynpx]|tr-J-np|5:?;=-7-}|tr-8->;=6H----}n{|P|y|-J-zv5}n{|=P|y|9-OYNPXlP\\Y\\_9-zv{5>;=9-oynpx]|tr66H----}n{|P|y|-J-zv5}n{|P|y|9-}n{|>P|y|9-zn5=;=9-oynpx]|tr-:-?;=66H--0ryr----}n{|P|y|-J-zv5}n{|=P|y|9-}n{|>P|y|9-}|tr6H--0r{qvs--0vs-qrsv{rq5b`Rl]N[\\lcVQR\\6----rp@-pnzrna|crr-J-|yq]|vv|{;\b\t-:-pnzrn]|vv|{H----rpA-zn}P||q-J-rpA5pnzrna|crr9->;=6-7-}n{|cvqr|lznvH----rp?--J-rp?5------=;B-8-zn}P||q;-<-zn}P||q;\t-<-}n{|cvqr|lv\tr;9------=;B-:-zn}P||q;\b-<-zn}P||q;\t-<-}n{|cvqr|lv\tr;\b----6H----rpA-vqr|P|y|-J-rr?Q5}n{|cvqr|lzn}9-6H----sy|n-znpu-J-5>;=-:-r}5=;=9-zn}P||q;\t66-7-5>;=-:-r}5=;B9-no5;-:-=;B666-7-5>;=-:-r}5=;B9-no5;\b-:-=;B666H----sy|n-ny}un-J-pynz}5=;=9->;=9-B;=-7-5>;=-:-pynz}5qvn{pr59-rp?5=;B9-=;B66-<-=;BB-9-=;=9->;=666H----}n{|P|y|-J-zv5}n{|P|y|9-vqr|P|y|9-znpu-7-ny}un-7-}n{|cvqr|lny}un6H--0r{qvs--tylSntP|y|-J-rpA5tylSntP|y|;to9-|}npv\b6H--tylSntP|y|-J-zv5}n{|P|y|9-tylSntP|y|9-z|qryNy}un6H\f"),si=new o.WebGLCubeRenderTarget(1).texture;si.name="EMPTY_TEXTURE";var ai=Object.assign({modelAlpha:new o.Uniform(0),progress:new o.Uniform(0),pano0_map:new o.Uniform(si),pano0_luminanceMap:new o.Uniform(null),pano0_matrix:new o.Uniform(new o.Matrix4),pano1_map:new o.Uniform(si),pano1_luminanceMap:new o.Uniform(null),pano1_matrix:new o.Uniform(new o.Matrix4),modelCenter:new o.Uniform(new o.Vector3),perspToOrtho:new o.Uniform(0),floorIndex:-1,floorInfo:new o.Vector3(0,0,0),clipperPlanesArray:new Float32Array,clipperFloors:[],modelColorInfo:new o.Uniform(null)},{exposure:new o.Uniform(1),emissive:new o.Uniform(new o.Color(0)),emissiveMap:new o.Uniform(null),specular:new o.Uniform(new o.Color(1118481)),specularMap:new o.Uniform(null),normalMap:new o.Uniform(null),bumpMap:new o.Uniform(null),shininess:new o.Uniform(30)},o.UniformsUtils.clone(o.UniformsLib.common),o.UniformsUtils.clone(o.UniformsLib.lights)),li=function(e){function i(t){void 0===t&&(t={});var i,n,r,s,a,l,u,c,h,d,p=this;p=e.call(this,{vertexShader:ri,fragmentShader:oi,uniforms:o.UniformsUtils.clone(ai),defines:{USE_MAP:!0,USE_UV:!0,USE_LUMINANCE:!1,USE_BLACK_TRANSITION:!1,USE_PANO_VIDEO:!1,USE_ALL_COLOR:!1,USE_CLIPFLOOR:!1,USE_CUTER:!1,NUM_CLIPPING_ARRAY_LENGTH:0,NUM_CLIPPING_BOX:0},blending:o.NoBlending,lights:!0})||this;var f=null,A=null;return Object.defineProperties(p,{pano0:{get:function(){return f},set:function(e){f=e,null===e?(this.uniforms.pano0_map.value=si,this.uniforms.pano0_luminanceMap.value=null,this.uniforms.pano0_matrix.value.identity()):(this.uniforms.pano0_map.value=e.map instanceof ii?e.map.texture:e.map,this.uniforms.pano0_luminanceMap.value=e.luminanceMap instanceof ii?e.luminanceMap.texture:e.luminanceMap,this.uniforms.pano0_matrix.value.copy(e.matrix));var t=null!==this.uniforms.pano0_luminanceMap.value&&null!==this.uniforms.pano1_luminanceMap.value;this.defines.USE_LUMINANCE!==t&&(this.defines.USE_LUMINANCE=t,this.needsUpdate=!0)}},pano1:{get:function(){return A},set:function(e){A=e,null===e?(this.uniforms.pano1_map.value=si,this.uniforms.pano1_luminanceMap.value=null,this.uniforms.pano1_matrix.value.identity()):(this.uniforms.pano1_map.value=e.map instanceof ii?e.map.texture:e.map,this.uniforms.pano1_luminanceMap.value=e.luminanceMap instanceof ii?e.luminanceMap.texture:e.luminanceMap,this.uniforms.pano1_matrix.value.copy(e.matrix));var t=null!==this.uniforms.pano0_luminanceMap.value&&null!==this.uniforms.pano1_luminanceMap.value;this.defines.USE_LUMINANCE!==t&&(this.defines.USE_LUMINANCE=t,this.needsUpdate=!0)}},modelAlpha:{get:function(){return this.uniforms.modelAlpha.value},set:function(e){this.uniforms.modelAlpha.value=e}},progress:{get:function(){return this.uniforms.progress.value},set:function(e){this.uniforms.progress.value=e}},useBlackTransition:{get:function(){return this.defines.USE_BLACK_TRANSITION},set:function(e){this.defines.USE_BLACK_TRANSITION!==e&&(this.defines.USE_BLACK_TRANSITION=e,this.needsUpdate=!0)}},modelColorInfo:{get:function(){return this.uniforms.modelColorInfo.value},set:function(e){null===e?this.defines.USE_ALL_COLOR=!1:(this.defines.USE_ALL_COLOR=!0,this.uniforms.modelColorInfo.value=e),this.needsUpdate=!0}},opacity:{get:function(){return this.uniforms.opacity.value},set:function(e){this.uniforms.opacity.value=e;var t=e<1?o.NormalBlending:o.NoBlending;t!==this.blending&&(this.blending=t,this.needsUpdate=!0)}},perspToOrtho:{get:function(){return this.uniforms.perspToOrtho.value},set:function(e){this.uniforms.perspToOrtho.value=e}},floorIndex:{get:function(){return this.uniforms.floorIndex.value},set:function(e){this.uniforms.floorIndex.value=e}},floorInfo:{get:function(){return this.uniforms.floorInfo.value},set:function(e){e&&e.equals(new o.Vector3(0,0,0))&&(this.defines.USE_CLIPFLOOR=!1,this.needsUpdate=!0),e&&!e.equals(new o.Vector3(0,0,0))&&(this.defines.USE_CLIPFLOOR=!0,this.uniforms.floorInfo.value=e,this.needsUpdate=!0)}},clippers:{get:function(){return this._clippers},set:function(e){this._clippers=e}},clipperPlanesArray:{get:function(){return this.uniforms.clipperPlanesArray.value},set:function(e){if(e instanceof Float32Array&&e.length>0&&e.length%6==0){var t=e.length/4;this.defines.USE_CUTER=!0,this.defines.NUM_CLIPPING_ARRAY_LENGTH=t,this.defines.NUM_CLIPPING_BOX=t/6,this.uniforms.clipperPlanesArray.value=e,this.needsUpdate=!0}else this.defines.USE_CUTER=!1,this.defines.NUM_CLIPPING_ARRAY_LENGTH=0,this.defines.NUM_CLIPPING_BOX=0,this.uniforms.clipperPlanesArray.value=new Float32Array,this.needsUpdate=!0}},clipperFloors:{get:function(){return this.uniforms.clipperFloors.value},set:function(e){this.uniforms.clipperFloors.value=e}}}),p.pano0=null!==(i=t.pano0)&&void 0!==i?i:null,p.pano1=null!==(n=t.pano1)&&void 0!==n?n:null,p.modelAlpha=null!==(r=t.modelAlpha)&&void 0!==r?r:1,p.progress=null!==(s=t.progress)&&void 0!==s?s:0,p.useBlackTransition=null!==(a=t.useBlackTransition)&&void 0!==a&&a,p.modelColorInfo=null!==(l=t.modelColorInfo)&&void 0!==l?l:null,p.perspToOrtho=null!==(u=t.perspToOrtho)&&void 0!==u?u:0,p.opacity=null!==(c=t.opacity)&&void 0!==c?c:1,p.originOpacity=1,p.floorIndex=null!==(h=t.floorIndex)&&void 0!==h?h:-1,p.floorInfo=null!==(d=t.floorInfo)&&void 0!==d?d:null,p.clippers=null,p.clipperPlanesArray=null,p.clipperFloors=null,p}return t.__extends(i,e),i}(o.ShaderMaterial),ui=function(e){function i(t){var i=t.preserveDrawingBuffer,n=void 0===i||i,r=t.backgroundColor,s=void 0===r?1579548:r,a=t.backgroundAlpha,l=void 0===a?1:a,u=t.pixelRatio,c=void 0===u?1:u,h=t.antialias,d=void 0!==h&&h,p=t.webgl2,f=this;if(void 0!==p&&p){var A=document.createElement("canvas"),g=A.getContext("webgl2");if(null===g)throw new Error("error occurred when getting webgl2 canvas context");f=e.call(this,{antialias:d,preserveDrawingBuffer:n,alpha:l<1,canvas:A,context:g})||this}else f=e.call(this,{antialias:d,preserveDrawingBuffer:n,alpha:l<1})||this;return f.setPixelRatio(c),f.setClearColor(s,l),f.outputEncoding=o.sRGBEncoding,f.autoClear=!0,f}return t.__extends(i,e),i}(o.WebGLRenderer),ci=function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return t.__extends(i,e),i.prototype.add=function(){for(var t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];return e.prototype.add.apply(this,t)},i.prototype.remove=function(){for(var t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];return e.prototype.remove.apply(this,t)},i}(o.Scene);var hi=2*Math.PI,di=Math.PI/2;function pi(e){return e>0&&e<=hi?e:(e%hi+hi)%hi}var fi,Ai,gi,mi,vi=function(e){function i(t){var i=e.call(this,t,1,.1,1e3)||this;return i.pose={longitude:0,latitude:0,fov:t,distance:0,offset:new o.Vector3},i.computePose(),i}return t.__extends(i,e),i.prototype.computePose=function(){var e=this.getWorldDirection(new o.Vector3);return this.pose.longitude=pi(-Math.atan2(e.x,-e.z)),this.pose.latitude=-Math.asin(e.y/1),this.pose.fov=this.fov,this.pose.distance=0,this.pose.offset.copy(this.position),this},i.prototype.setFromPose=function(e){var t,i,n,r,s,a=pi(null!==(t=e.longitude)&&void 0!==t?t:this.pose.longitude),l=Math.max(1e-4-di,Math.min(di-1e-4,null!==(i=e.latitude)&&void 0!==i?i:this.pose.latitude)),u=null!==(n=e.fov)&&void 0!==n?n:this.pose.fov,c=null!==(r=e.distance)&&void 0!==r?r:this.pose.distance,h=null!==(s=e.offset)&&void 0!==s?s:this.pose.offset,d=function(e){var t=Math.abs(Math.cos(e.latitude));return new o.Vector3(-Math.sin(e.longitude)*t,-Math.sin(e.latitude),-Math.cos(e.longitude)*t)}({longitude:a,latitude:l}).normalize();return this.position.set(0,0,0),this.lookAt(d),this.position.add(h).sub(d.clone().setLength(c)),this.fov!==u&&(this.fov=u,this.updateProjectionMatrix()),this.updateMatrixWorld(),this.pose.longitude=a,this.pose.latitude=l,this.pose.fov=u,this.pose.distance=c,this.pose.offset.copy(h),this},i.prototype.copyPose=function(){return{longitude:this.pose.longitude,latitude:this.pose.latitude,fov:this.pose.fov,distance:this.pose.distance,offset:this.pose.offset.clone()}},i}(o.PerspectiveCamera),yi=function(){function e(e,t,i){this.x=e,this.y=t,this.z=i}return e.prototype.copy=function(e){return this.x=e.x,this.y=e.y,this.z=e.z,this},e.prototype.set=function(e,t,i){return this.x=e,this.y=t,this.z=i,this},e.prototype.fromArray=function(e,t){return void 0===t&&(t=0),this.x=e[t],this.y=e[t+1],this.z=e[t+2],this},e.prototype.add=function(e){return this.x+=e.x,this.y+=e.y,this.z+=e.z,this},e.prototype.multiplyScalar=function(e){return this.x*=e,this.y*=e,this.z*=e,this},e.prototype.subVectors=function(e,t){return this.x=e.x-t.x,this.y=e.y-t.y,this.z=e.z-t.z,this},e.prototype.dot=function(e){return this.x*e.x+this.y*e.y+this.z*e.z},e.prototype.cross=function(e){var t=this.x,i=this.y,n=this.z;return this.x=i*e.z-n*e.y,this.y=n*e.x-t*e.z,this.z=t*e.y-i*e.x,this},e.prototype.crossVectors=function(e,t){var i=e.x,n=e.y,r=e.z,o=t.x,s=t.y,a=t.z;return this.x=n*a-r*s,this.y=r*o-i*a,this.z=i*s-n*o,this},e.prototype.clone=function(){return new e(this.x,this.y,this.z)},e}(),bi=function(e,t,i){this.extents=e,this.startIndex=t,this.endIndex=i},xi=function(e,t){this.triangle=e,this.intersectionPoint=t},wi=(fi=new yi(0,0,0),Ai=new yi(0,0,0),gi=new yi(0,0,0),mi=new yi(0,0,0),function(e,t,i,n,r,o){Ai.subVectors(t,e),gi.subVectors(i,e),mi.crossVectors(Ai,gi);var s,a=r.dot(mi);if(a>0){if(o)return null;s=1}else{if(!(a<0))return null;s=-1,a=-a}fi.subVectors(n,e);var l=s*r.dot(gi.crossVectors(fi,gi));if(l<0)return null;var u=s*r.dot(Ai.cross(fi));if(u<0)return null;if(l+u>a)return null;var c=-s*fi.dot(mi);if(c<0)return null;var h=c/a;return new yi(0,0,0).copy(r).multiplyScalar(h).add(n)}),Ei=function(e,t){this.min=e,this.max=t};function Mi(e,t,i){var n=new Ei(0,0);t.x>=0?(n.min=(i.extents[0]-e.x)*t.x,n.max=(i.extents[3]-e.x)*t.x):(n.min=(i.extents[3]-e.x)*t.x,n.max=(i.extents[0]-e.x)*t.x);var r=new Ei(0,0);if(t.y>=0?(r.min=(i.extents[1]-e.y)*t.y,r.max=(i.extents[4]-e.y)*t.y):(r.min=(i.extents[4]-e.y)*t.y,r.max=(i.extents[1]-e.y)*t.y),n.min>r.max||r.min>n.max)return!1;r.min>n.min&&(n.min=r.min),r.max<n.max&&(n.max=r.max);var o=new Ei(0,0);return t.z>=0?(o.min=(i.extents[2]-e.z)*t.z,o.max=(i.extents[5]-e.z)*t.z):(o.min=(i.extents[5]-e.z)*t.z,o.max=(i.extents[2]-e.z)*t.z),!(n.min>o.max||o.min>n.max)&&(o.min>n.min&&(n.min=o.min),o.max<n.max&&(n.max=o.max),!(n.max<0))}function Si(e,t,i,n,r){if(i>=n)return[0,0,0,0,0,0];for(var o=1/0,s=1/0,a=1/0,l=-1/0,u=-1/0,c=-1/0,h=i,d=void 0,p=void 0;h<n;h++)(p=t[d=6*e[h]])<o&&(o=p),(p=t[d+1])<s&&(s=p),(p=t[d+2])<a&&(a=p),(p=t[d+3])>l&&(l=p),(p=t[d+4])>u&&(u=p),(p=t[d+5])>c&&(c=p);return[o-r,s-r,a-r,l+r,u+r,c+r]}var Ii=function(){function e(){}return e.prototype.create=function(e){return this.trianglesArray=e,this},e.prototype.splitNode=function(e){if(!this.trianglesArray)throw new Error("bvh-tree never perpared. call `create` to initialize.");for(var t=this.trianglesArray,i=t.length/9,n=new Uint32Array(i),r=new Float32Array(6*i),o=[],s=1/0,a=1/0,l=1/0,u=-1/0,c=-1/0,h=-1/0,d=0,p=0,f=0,A=void 0,g=void 0,m=void 0,v=void 0,y=void 0,b=void 0,x=void 0;d<i;d++,p+=6,f+=9)n[d]=d,A=v=t[f],(x=t[f+3])<A&&(A=x),x>v&&(v=x),(x=t[f+6])<A&&(A=x),x>v&&(v=x),g=y=t[f+1],(x=t[f+4])<g&&(g=x),x>y&&(y=x),(x=t[f+7])<g&&(g=x),x>y&&(y=x),m=b=t[f+2],(x=t[f+5])<m&&(m=x),x>b&&(b=x),(x=t[f+8])<m&&(m=x),x>b&&(b=x),A<s&&(s=A),v>u&&(u=v),g<a&&(a=g),y>c&&(c=y),m<l&&(l=m),b>h&&(h=b),r[p]=A,r[p+1]=g,r[p+2]=m,r[p+3]=v,r[p+4]=y,r[p+5]=b;var w,E=new bi([s,a,l,u,c,h],0,i);function M(t){for(var i=t.startIndex,s=t.endIndex,a=t.extents,l=[a[3]-a[0],a[4]-a[1],a[5]-a[2]],u=[0,1,2].sort((function(e,t){return l[t]-l[e]})),c=0;c<3;c++){for(var h=u[c],d=a[h]+a[h+3],p=i,f=s-1,A=-1,g=void 0;p<=f;)-1===A?(g=n[p],r[6*g+h]+r[6*g+h+3]<d?p++:A=g):(g=n[f],r[6*g+h]+r[6*g+h+3]>=d||(n[p]=g,n[f]=A,A=-1,p++),f--);if(p>i&&p<s){var m=new bi(Si(n,r,i,p,1e-6),i,p);m.endIndex-m.startIndex>e&&o.push(m);var v=new bi(Si(n,r,p,s,1e-6),p,s);v.endIndex-v.startIndex>e&&o.push(v),t.node0=m,t.node1=v,t.startIndex=0,t.endIndex=0;break}}}for(o.push(E);w=o.pop();)M(w);return this.offsetArray=n,this.rootNode=E,this},e.prototype.intersectRay=function(e,t,i){if(!this.trianglesArray)throw new Error("bvh-tree never perpared. call `create` to initialize.");if(!this.rootNode||!this.offsetArray)throw new Error("bvh-tree never perpared. call `splitNode` to perpare.");for(var n,r=this.trianglesArray,o=this.offsetArray,s=this.rootNode,a=[],l=[],u=new yi(1/t.x,1/t.y,1/t.z),c=[s];n=c.pop();)if(Mi(e,u,n)){n.node0&&c.push(n.node0),n.node1&&c.push(n.node1);for(var h=n.startIndex;h<n.endIndex;h++)a.push(o[h])}for(var d=new yi(0,0,0),p=new yi(0,0,0),f=new yi(0,0,0),A=new yi(e.x,e.y,e.z),g=new yi(t.x,t.y,t.z),m=(h=0,void 0),v=a.length;h<v;h++){m=9*a[h],d.x=r[m],d.y=r[m+1],d.z=r[m+2],p.x=r[m+3],p.y=r[m+3+1],p.z=r[m+3+2],f.x=r[m+6],f.y=r[m+6+1],f.z=r[m+6+2];var y=wi(d,p,f,A,g,i);y&&l.push(new xi([d.clone(),p.clone(),f.clone()],y))}return l},e.prototype.dispose=function(){delete this.offsetArray,delete this.rootNode},e}(),Ci=!1,Bi=[];function Pi(e){if(void 0===e&&(e=!1),e||!Ci){Ci=!0;var t=Bi.shift();if(t){try{t()}catch(e){}ut.shared.add((function(){return Pi(!0)}),!0,2)}else Ci=!1}}function Ti(e){return new Promise((function(t,i){Bi.push((function(){try{t(e())}catch(e){i(e)}})),Pi()}))}function Ri(){var e={OutWindow:function(){this._windowSize=0}};return e.OutWindow.prototype.create=function(e){this._buffer&&this._windowSize===e||(this._buffer=[]),this._windowSize=e,this._pos=0,this._streamPos=0},e.OutWindow.prototype.flush=function(){var e=this._pos-this._streamPos;if(0!==e){for(;e--;)this._stream.writeByte(this._buffer[this._streamPos++]);this._pos>=this._windowSize&&(this._pos=0),this._streamPos=this._pos}},e.OutWindow.prototype.releaseStream=function(){this.flush(),this._stream=null},e.OutWindow.prototype.setStream=function(e){this.releaseStream(),this._stream=e},e.OutWindow.prototype.init=function(e){e||(this._streamPos=0,this._pos=0)},e.OutWindow.prototype.copyBlock=function(e,t){var i=this._pos-e-1;for(i<0&&(i+=this._windowSize);t--;)i>=this._windowSize&&(i=0),this._buffer[this._pos++]=this._buffer[i++],this._pos>=this._windowSize&&this.flush()},e.OutWindow.prototype.putByte=function(e){this._buffer[this._pos++]=e,this._pos>=this._windowSize&&this.flush()},e.OutWindow.prototype.getByte=function(e){var t=this._pos-e-1;return t<0&&(t+=this._windowSize),this._buffer[t]},e.RangeDecoder=function(){},e.RangeDecoder.prototype.setStream=function(e){this._stream=e},e.RangeDecoder.prototype.releaseStream=function(){this._stream=null},e.RangeDecoder.prototype.init=function(){var e=5;for(this._code=0,this._range=-1;e--;)this._code=this._code<<8|this._stream.readByte()},e.RangeDecoder.prototype.decodeDirectBits=function(e){for(var t,i=0,n=e;n--;)this._range>>>=1,t=this._code-this._range>>>31,this._code-=this._range&t-1,i=i<<1|1-t,0==(4278190080&this._range)&&(this._code=this._code<<8|this._stream.readByte(),this._range<<=8);return i},e.RangeDecoder.prototype.decodeBit=function(e,t){var i=e[t],n=(this._range>>>11)*i;return(2147483648^this._code)<(2147483648^n)?(this._range=n,e[t]+=2048-i>>>5,0==(4278190080&this._range)&&(this._code=this._code<<8|this._stream.readByte(),this._range<<=8),0):(this._range-=n,this._code-=n,e[t]-=i>>>5,0==(4278190080&this._range)&&(this._code=this._code<<8|this._stream.readByte(),this._range<<=8),1)},e.initBitModels=function(e,t){for(;t--;)e[t]=1024},e.BitTreeDecoder=function(e){this._models=[],this._numBitLevels=e},e.BitTreeDecoder.prototype.init=function(){e.initBitModels(this._models,1<<this._numBitLevels)},e.BitTreeDecoder.prototype.decode=function(e){for(var t=1,i=this._numBitLevels;i--;)t=t<<1|e.decodeBit(this._models,t);return t-(1<<this._numBitLevels)},e.BitTreeDecoder.prototype.reverseDecode=function(e){for(var t,i=1,n=0,r=0;r<this._numBitLevels;++r)i=i<<1|(t=e.decodeBit(this._models,i)),n|=t<<r;return n},e.reverseDecode2=function(e,t,i,n){for(var r,o=1,s=0,a=0;a<n;++a)o=o<<1|(r=i.decodeBit(e,t+o)),s|=r<<a;return s},e.LenDecoder=function(){this._choice=[],this._lowCoder=[],this._midCoder=[],this._highCoder=new e.BitTreeDecoder(8),this._numPosStates=0},e.LenDecoder.prototype.create=function(t){for(;this._numPosStates<t;++this._numPosStates)this._lowCoder[this._numPosStates]=new e.BitTreeDecoder(3),this._midCoder[this._numPosStates]=new e.BitTreeDecoder(3)},e.LenDecoder.prototype.init=function(){var t=this._numPosStates;for(e.initBitModels(this._choice,2);t--;)this._lowCoder[t].init(),this._midCoder[t].init();this._highCoder.init()},e.LenDecoder.prototype.decode=function(e,t){return 0===e.decodeBit(this._choice,0)?this._lowCoder[t].decode(e):0===e.decodeBit(this._choice,1)?8+this._midCoder[t].decode(e):16+this._highCoder.decode(e)},e.Decoder2=function(){this._decoders=[]},e.Decoder2.prototype.init=function(){e.initBitModels(this._decoders,768)},e.Decoder2.prototype.decodeNormal=function(e){var t=1;do{t=t<<1|e.decodeBit(this._decoders,t)}while(t<256);return 255&t},e.Decoder2.prototype.decodeWithMatchByte=function(e,t){var i,n,r=1;do{if(i=t>>7&1,t<<=1,r=r<<1|(n=e.decodeBit(this._decoders,(1+i<<8)+r)),i!==n){for(;r<256;)r=r<<1|e.decodeBit(this._decoders,r);break}}while(r<256);return 255&r},e.LiteralDecoder=function(){},e.LiteralDecoder.prototype.create=function(t,i){var n;if(!this._coders||this._numPrevBits!==i||this._numPosBits!==t)for(this._numPosBits=t,this._posMask=(1<<t)-1,this._numPrevBits=i,this._coders=[],n=1<<this._numPrevBits+this._numPosBits;n--;)this._coders[n]=new e.Decoder2},e.LiteralDecoder.prototype.init=function(){for(var e=1<<this._numPrevBits+this._numPosBits;e--;)this._coders[e].init()},e.LiteralDecoder.prototype.getDecoder=function(e,t){return this._coders[((e&this._posMask)<<this._numPrevBits)+((255&t)>>>8-this._numPrevBits)]},e.Decoder=function(){this._outWindow=new e.OutWindow,this._rangeDecoder=new e.RangeDecoder,this._isMatchDecoders=[],this._isRepDecoders=[],this._isRepG0Decoders=[],this._isRepG1Decoders=[],this._isRepG2Decoders=[],this._isRep0LongDecoders=[],this._posSlotDecoder=[],this._posDecoders=[],this._posAlignDecoder=new e.BitTreeDecoder(4),this._lenDecoder=new e.LenDecoder,this._repLenDecoder=new e.LenDecoder,this._literalDecoder=new e.LiteralDecoder,this._dictionarySize=-1,this._dictionarySizeCheck=-1,this._posSlotDecoder[0]=new e.BitTreeDecoder(6),this._posSlotDecoder[1]=new e.BitTreeDecoder(6),this._posSlotDecoder[2]=new e.BitTreeDecoder(6),this._posSlotDecoder[3]=new e.BitTreeDecoder(6)},e.Decoder.prototype.setDictionarySize=function(e){return!(e<0)&&(this._dictionarySize!==e&&(this._dictionarySize=e,this._dictionarySizeCheck=Math.max(this._dictionarySize,1),this._outWindow.create(Math.max(this._dictionarySizeCheck,4096))),!0)},e.Decoder.prototype.setLcLpPb=function(e,t,i){var n=1<<i;return!(e>8||t>4||i>4)&&(this._literalDecoder.create(t,e),this._lenDecoder.create(n),this._repLenDecoder.create(n),this._posStateMask=n-1,!0)},e.Decoder.prototype.init=function(){var t=4;for(this._outWindow.init(!1),e.initBitModels(this._isMatchDecoders,192),e.initBitModels(this._isRep0LongDecoders,192),e.initBitModels(this._isRepDecoders,12),e.initBitModels(this._isRepG0Decoders,12),e.initBitModels(this._isRepG1Decoders,12),e.initBitModels(this._isRepG2Decoders,12),e.initBitModels(this._posDecoders,114),this._literalDecoder.init();t--;)this._posSlotDecoder[t].init();this._lenDecoder.init(),this._repLenDecoder.init(),this._posAlignDecoder.init(),this._rangeDecoder.init()},e.Decoder.prototype.decode=function(t,i,n){var r,o,s,a,l,u,c=0,h=0,d=0,p=0,f=0,A=0,g=0;for(this._rangeDecoder.setStream(t),this._outWindow.setStream(i),this.init();n<0||A<n;)if(r=A&this._posStateMask,0===this._rangeDecoder.decodeBit(this._isMatchDecoders,(c<<4)+r))o=this._literalDecoder.getDecoder(A++,g),g=c>=7?o.decodeWithMatchByte(this._rangeDecoder,this._outWindow.getByte(h)):o.decodeNormal(this._rangeDecoder),this._outWindow.putByte(g),c=c<4?0:c-(c<10?3:6);else{if(1===this._rangeDecoder.decodeBit(this._isRepDecoders,c))s=0,0===this._rangeDecoder.decodeBit(this._isRepG0Decoders,c)?0===this._rangeDecoder.decodeBit(this._isRep0LongDecoders,(c<<4)+r)&&(c=c<7?9:11,s=1):(0===this._rangeDecoder.decodeBit(this._isRepG1Decoders,c)?a=d:(0===this._rangeDecoder.decodeBit(this._isRepG2Decoders,c)?a=p:(a=f,f=p),p=d),d=h,h=a),0===s&&(s=2+this._repLenDecoder.decode(this._rangeDecoder,r),c=c<7?8:11);else if(f=p,p=d,d=h,s=2+this._lenDecoder.decode(this._rangeDecoder,r),c=c<7?7:10,(l=this._posSlotDecoder[s<=5?s-2:3].decode(this._rangeDecoder))>=4){if(h=(2|1&l)<<(u=(l>>1)-1),l<14)h+=e.reverseDecode2(this._posDecoders,h-l-1,this._rangeDecoder,u);else if(h+=this._rangeDecoder.decodeDirectBits(u-4)<<4,(h+=this._posAlignDecoder.reverseDecode(this._rangeDecoder))<0){if(-1===h)break;return!1}}else h=l;if(h>=A||h>=this._dictionarySizeCheck)return!1;this._outWindow.copyBlock(h,s),A+=s,g=this._outWindow.getByte(0)}return this._outWindow.flush(),this._outWindow.releaseStream(),this._rangeDecoder.releaseStream(),!0},e.Decoder.prototype.setDecoderProperties=function(e){var t,i,n,r,o;return!(e.size<5)&&(i=(t=e.readByte())%9,n=(t=~~(t/9))%5,r=~~(t/5),!!this.setLcLpPb(i,n,r)&&(o=e.readByte(),o|=e.readByte()<<8,o|=e.readByte()<<16,o+=16777216*e.readByte(),this.setDictionarySize(o)))},e.decompress=function(t,i,n,r){var o=new e.Decoder;if(!o.setDecoderProperties(t))throw"Incorrect stream properties";if(!o.decode(i,n,r))throw"Error in data stream";return!0},e.decompressFile=function(t,i){var n,r=new e.Decoder;if(!r.setDecoderProperties(t))throw"Incorrect stream properties";if(n=t.readByte(),n|=t.readByte()<<8,n|=t.readByte()<<16,n+=16777216*t.readByte(),t.readByte(),t.readByte(),t.readByte(),t.readByte(),!r.decode(t,i,n))throw"Error in data stream";return!0},e}var Di=Ri();var Li="\nvar decodeLZMA = (function() {\n var LZMA = (".concat(Ri.toString(),")();\n return function(data, callback) {\n return (").concat(function(e,t,i){try{var n={data:t,offset:0,readByte:function(){return this.data[this.offset++]}},r=n.data.length,o={data:[],offset:0,writeByte:function(e){var t=Math.floor(this.offset/r);this.data[t]||(this.data[t]=new Uint8Array(r)),this.data[t][this.offset%r]=e,this.offset++}};e.decompressFile(n,o);for(var s=new Uint8Array(o.offset),a=0;a<o.offset;a++)s[a]=o.data[Math.floor(a/r)][a%r];i(null,s)}catch(e){i(e)}}.toString(),")(LZMA, data, callback);\n }\n})();\n\nvar decodeLZMAWithWASM = (function() {\n var LZMA_WASM = (").concat(function(){return function(e){for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=new Uint8Array(256),n=0;n<t.length;n++)i[t.charCodeAt(n)]=n;var r,o,s,a,l,u=.75*e.length,c=e.length,h=0;"="===e[e.length-1]&&(u--,"="===e[e.length-2]&&u--);var d=new ArrayBuffer(u),p=new Uint8Array(d);for(r=0;r<c;r+=4)o=i[e.charCodeAt(r)],s=i[e.charCodeAt(r+1)],a=i[e.charCodeAt(r+2)],l=i[e.charCodeAt(r+3)],p[h++]=o<<2|s>>4,p[h++]=(15&s)<<4|a>>2,p[h++]=(3&a)<<6|63&l;return d}("AGFzbQEAAAABSg1gAABgAX8Bf2ACf38Bf2AEf39/fwBgA39/fwBgAX8AYAJ/fwBgA39/fwF/YAR/f39/AX9gAn9/AGABfwF/YAABf2AEf39/fwF/AhsCA2VudgVhYm9ydAADA2VudgZtZW1vcnkCAAEDJiUBAQkKAgoKCwsLCwsAAgoBAgQKAQYFCAoFBQQEBwgCBwwCAQAABAQBcAABBhoFfwFBAAt/AUEAC38BQQALfwFBAAt/AUEACwc9BgZtZW1vcnkCAAV0YWJsZQEABXJlc2V0AA0KbmV3VThBcnJheQAQCnVucGFja1NpemUAFAZkZWNvZGUAIwgBJAkHAQBBAAsBJQqAViVoAQN/IABBgICAgARLBEAACyMBIgEgAEEBIABBAUsbakEHakF4cSICPwAiA0EQdEsEQCADIAIgAWtB//8DakGAgHxxQRB2IgAgAyAAShtAAEEASARAIABAAEEASARAAAsLCyACJAEgAQsbAQF/QQFBICAAQQdqZ2t0EAEiASAANgIAIAELkQMBAX8gAUUEQA8LIABBADoAACAAIAFqQQFrQQA6AAAgAUECTQRADwsgAEEBakEAOgAAIABBAmpBADoAACAAIAFqIgJBAmtBADoAACACQQNrQQA6AAAgAUEGTQRADwsgAEEDakEAOgAAIAAgAWpBBGtBADoAACABQQhNBEAPC0EAIABrQQNxIgIgAGoiAEEANgIAIAEgAmtBfHEiASAAakEEa0EANgIAIAFBCE0EQA8LIABBBGpBADYCACAAQQhqQQA2AgAgACABaiICQQxrQQA2AgAgAkEIa0EANgIAIAFBGE0EQA8LIABBDGpBADYCACAAQRBqQQA2AgAgAEEUakEANgIAIABBGGpBADYCACAAIAFqIgJBHGtBADYCACACQRhrQQA2AgAgAkEUa0EANgIAIAJBEGtBADYCACAAQQRxQRhqIgIgAGohACABIAJrIQEDQCABQSBPBEAgAEIANwMAIABBCGpCADcDACAAQRBqQgA3AwAgAEEYakIANwMAIAFBIGshASAAQSBqIQAMAQsLC1EBA38gAEH+////AEsEQEEAQSBBLUEnEAAACyAAQQJ0IgMQAiECQQgQASIBQQA2AgAgAUEANgIEIAEgAjYCACABIAA2AgQgAkEIaiADEAMgAQtmAQF/IAFB/P///wFLBEBBAEHAAEEXQSIQAAALIAFBAXQiARACIgJBCGogARADIABFBEBBDBABIQALIABBADYCACAAQQA2AgQgAEEANgIIIAAgAjYCACAAQQA2AgQgACABNgIIIAALCgBBDBABIAAQBQsuAQF/QQgQASIBQQA2AgAgAUEANgIEIAEgADYCBCABQQEgASgCBHQQBjYCACABC6EBAQR/QRAQASIBQQA2AgAgAUEANgIEIAFBADYCCCABQQA2AgxBEBAEIQIDQCAAQRBIBEBBAxAHIQMgAigCACAAQQJ0aiADNgIIIABBAWohAAwBCwsgASACNgIEQRAQBCECQQAhAANAIABBEEgEQEEDEAchAyACKAIAIABBAnRqIAM2AgggAEEBaiEADAELCyABIAI2AgggAUEIEAc2AgwgAQs0AQF/QRQQASIAQQA2AgAgAEEAOgAEIABBADYCCCAAQQA2AgwgAEEANgIQIABBDTYCCCAAC0IBAX9BGRABIgBBADYCACAAQQA2AgQgAEEANgIIIABBADYCDCAAQQA2AhAgAEEANgIUIABBADoAGCAAQQA2AhAgAAu1AgEEf0HQABABIgBBADoAACAAQQA2AgQgAEEANgIIIABBADYCDCAAQQA2AhAgAEEAOgAUIABBADYCGCAAQQA2AhwgAEEANgIgIABBADYCJCAAQQA2AiggAEEANgIsIABBADYCMCAAQQA2AjQgAEEANgI4IABBADYCPCAAQQA2AkAgAEEANgJEIABBADYCSCAAQQA2AkxBBBAEIQIDQCABQQRIBEBBBhAHIQMgAigCACABQQJ0aiADNgIIIAFBAWohAQwBCwsgACACNgIkIABBBBAHNgIoIABB8wAQBjYCLCAAQcABEAY2AjAgAEEMEAY2AjQgAEEMEAY2AjggAEEMEAY2AjwgAEEMEAY2AkAgAEHAARAGNgJEIAAQCDYCSCAAEAg2AkwgABAJNgIEIAAQCjYCCCAACx8BAX9BCBABIgBBADYCACAAQQA2AgQgABALNgIAIAALCgAjACQBEAwkAwthAQF/IAFB+P///wNLBEBBAEHAAEEXQSIQAAALIAEQAiICQQhqIAEQAyAARQRAQQwQASEACyAAQQA2AgAgAEEANgIEIABBADYCCCAAIAI2AgAgAEEANgIEIAAgATYCCCAACwoAQQwQASAAEA4LBgAgABAPCyoAIAEgACgCCE8EQEEAQcAAQSdBPxAAAAsgACgCBCABIAAoAgBqai0ACAssACABIAAoAghPBEBBAEHAAEEyQT8QAAALIAAoAgQgASAAKAIAamogAjoACAtkAQJ/QQ0QDyECA0AgAUENSARAIAIgASAAIAEQEUH/AXEQEiABQQFqIQEMAQsLQQAhAEEAIQEDQCABQQhIBEAgAiABQQVqEBFB/wFxIAFBA3R0IAByIQAgAUEBaiEBDAELCyAACwYAIAAQEwsnACAAIAEQDzYCCCAAQQA2AgwgACABNgIUIABBADoAGCAAQQA2AgALJAAgACgCCCAAKAIYEBUgAEGABiAAKAIMIAAtABRqdBAGNgIgC5UBAQR/IAEhBSAAIgYoAgAhASAAKAIEIQcgACgCCEEBdiEEIAJBAEgEfyACIARqIgBBACAAQQBKGwUgAiIAIAQgACAESBsLIQIgA0EASAR/IAMgBGoiAEEAIABBAEobBSADIgAgBCAAIARIGwshAwNAIAIgA05FBEAgAkEBdCABaiAHaiAFOwEIIAJBAWohAgwBCwsgBgssAQF/AkACQAJAIwRBAWsOAwEBAgALAAtB/////wchAQsgAEGACEEAIAEQFwvBAQECfyAAQQIQBjYCACAAKAIAIgEoAgAgASgCBGpBgAg7AQggACgCACICKAIAIQEgAigCBCABQQJqakGACDsBCCAAKAIMKAIAQQEkBBAYGkEAIQIDQCACQRBIBEAgAiAAKAIEKAIAIgEoAgBBAnZJBH8gAkECdCABaigCCAUACygCAEEBJAQQGBogAiAAKAIIKAIAIgEoAgBBAnZJBH8gAkECdCABaigCCAUACygCAEEBJAQQGBogAkEBaiECDAELCwuHAgEFfyAAIQJBgAYgACgCDCAALQAUanQhAQNAIAMgAUgEQCACKAIgIgQoAgAhBSAEKAIEIANBAXQgBWpqQYAIOwEIIANBAWohAwwBCwsgAiEBQQAhAgNAIAJBBEkEQCACIAEoAiQoAgAiAygCAEECdkkEfyACQQJ0IANqKAIIBQALKAIAQQEkBBAYGiACQQFqIQIMAQsLIAEoAigoAgBBASQEEBgaIAEoAixBASQEEBgaIAAoAjBBASQEEBgaIAAoAjRBASQEEBgaIAAoAjhBASQEEBgaIAAoAjxBASQEEBgaIAAoAkBBASQEEBgaIAAoAkRBASQEEBgaIAAoAkgQGSAAKAJMEBkLyAwBA38DQCABQQNxIAIgAhsEQCAAIgRBAWohACABIgNBAWohASAEIAMtAAA6AAAgAkEBayECDAELCyAAQQNxRQRAA0AgAkEQTwRAIAAgASgCADYCACAAQQRqIAFBBGooAgA2AgAgAEEIaiABQQhqKAIANgIAIABBDGogAUEMaigCADYCACABQRBqIQEgAEEQaiEAIAJBEGshAgwBCwsgAkEIcQRAIAAgASgCADYCACAAQQRqIAFBBGooAgA2AgAgAUEIaiEBIABBCGohAAsgAkEEcQRAIAAgASgCADYCACABQQRqIQEgAEEEaiEACyACQQJxBEAgACABLwEAOwEAIAFBAmohASAAQQJqIQALIAJBAXEEQCAAIAEtAAA6AAALDwsgAkEgTwRAAkACQAJAIABBA3EiA0EBRwRAIANBAkYNASADQQNGDQIMAwsgASgCACEFIAAgASIDLQAAOgAAIABBAWoiASABIANBAWoiAS0AADoAAEEBaiIEQQFqIQAgAUEBaiIDQQFqIQEgBCADLQAAOgAAIAJBA2shAgNAIAJBEU8EQCAAIAFBAWooAgAiA0EIdCAFQRh2cjYCACAAQQRqIAFBBWooAgAiBUEIdCADQRh2cjYCACAAQQhqIAFBCWooAgAiA0EIdCAFQRh2cjYCACAAQQxqIAFBDWooAgAiBUEIdCADQRh2cjYCACABQRBqIQEgAEEQaiEAIAJBEGshAgwBCwsMAgsgASgCACEFIAAgAS0AADoAACAAQQFqIgRBAWohACABQQFqIgNBAWohASAEIAMtAAA6AAAgAkECayECA0AgAkESTwRAIAAgAUECaigCACIDQRB0IAVBEHZyNgIAIABBBGogAUEGaigCACIFQRB0IANBEHZyNgIAIABBCGogAUEKaigCACIDQRB0IAVBEHZyNgIAIABBDGogAUEOaigCACIFQRB0IANBEHZyNgIAIAFBEGohASAAQRBqIQAgAkEQayECDAELCwwBCyABKAIAIQUgACIEQQFqIQAgASIDQQFqIQEgBCADLQAAOgAAIAJBAWshAgNAIAJBE08EQCAAIAFBA2ooAgAiA0EYdCAFQQh2cjYCACAAQQRqIAFBB2ooAgAiBUEYdCADQQh2cjYCACAAQQhqIAFBC2ooAgAiA0EY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")}.toString(),")();\n return function(data, callback) {\n return (").concat(function(e,t,i){try{var n=new WebAssembly.Memory({initial:16}),r=new WebAssembly.Module(e),o=new WebAssembly.Instance(r,{env:{memory:n,abort:function(){i(new Error("webAssembly abort"))}}}).exports,s=o.newU8Array(t.length);new Uint8Array(n.buffer,s+24,t.length).set(t);var a=o.decode(s),l=new Uint32Array(n.buffer,a,4),u=l[0],c=l[2],h=l[3];u?i(null,new Uint8Array(n.buffer,h+24,c).slice(0,c)):i(new Error("lzma deocder error"))}catch(e){i(e)}}.toString(),')(LZMA_WASM, data, callback);\n }\n})();\n\nself.onmessage = function(event) {\n var packet = event.data;\n if (!packet.id) {\n postMessage({ id: packet.id, error: "No incoming id." });\n return;\n }\n if (!packet.data) {\n postMessage({ id: packet.id, error: "No input data." });\n return;\n }\n if (packet.type == "decompress") {\n if (packet.data.constructor !== Uint8Array) {\n postMessage({ id: packet.id, error: "Input data is not Uint8Array." });\n }\n const callback = function(error, result) {\n if (error) {\n postMessage({ id: packet.id, error: error.toString() });\n } else {\n postMessage({ id: packet.id, result: result, error: null }, [ result.buffer ]);\n }\n }\n if (typeof WebAssembly !== "undefined" && WebAssembly.instantiate) {\n decodeLZMAWithWASM(packet.data, callback);\n } else {\n decodeLZMA(packet.data, callback);\n }\n return;\n }\n postMessage({ id: packet.id, error: "type never matched." });\n};\n'),ki="undefined"!=typeof Worker&&"undefined"!=typeof Blob,Fi="";if(ki)try{var Ni=new Blob([Li],{type:"text/javascript"});Fi=URL.createObjectURL(Ni)}catch(e){}var Oi=function(){function e(){var e=this;if(!ki)throw new Error("LZMAWorker cannot work in this broswer.");this.callCounter=0,this.requests={};var t=this.worker=new Worker(Fi);t.onmessage=function(t){var i=t.data,n=i.id,r=i.result,o=i.error,s=e.getKey(n);e.requests[s]&&(o?e.requests[s](new Error(o)):e.requests[s](null,r),delete e.requests[s])},t.onerror=function(e){return console.error(e)}}return e.prototype.getKey=function(e){return"key_"+String(e)},e.prototype.decompress=function(e,t){var i=++this.callCounter;this.requests[this.getKey(i)]=t,this.worker.postMessage({type:"decompress",id:i,data:e},[e.buffer])},e.prototype.terminate=function(){this.worker.terminate()},e.support=ki,e}();function Qi(e){return Array.prototype.reduce.call(e,(function(e,t,i){return e|t<<8*i}),0)}function Vi(e){var t=new Uint8Array(e),i=Qi(t.slice(0,4));if(i>10)return Promise.reject(new Error("LZMA got too many sub chunks."));for(var n=[],r=[],o=4+4*i,s=0;s<i;s++)r[s]=Qi(t.slice(4+4*s,8+4*s)),n[s]=s===i-1?t.subarray(o,o+r[s]):t.slice(o,o+r[s]),o+=r[s];return Oi.support?function(e){for(var t=[],i=e.length,n=function(i){t.push(new Promise((function(t,n){var r=new Oi;r.decompress(e[i],(function(e,i){if(r.terminate(),e)return n(e);t(i)}))})))},r=0;r<i;r++)n(r);return Promise.all(t)}(n):Promise.resolve(function(e){for(var t,i=[],n=e.length,r=function(n){var r={data:e[n],offset:0,readByte:function(){return this.data[this.offset++]}},o=r.data.length,s={data:[],offset:0,writeByte:function(e){var t=Math.floor(this.offset/o);this.data[t]||(this.data[t]=new Uint8Array(o)),this.data[t][this.offset%o]=e,this.offset++}};Di.decompressFile(r,s),t=new Uint8Array(s.offset);for(var a=0;a<s.offset;a++)t[a]=s.data[Math.floor(a/o)][a%o];i.push(t)},o=0;o<n;o++)r(o);return i}(n))}const _i=s.Reader,Hi=s.util,Ui=s.roots["@REALSEE/FIVE:five/loaders/model/proto/pbm.proto"]||(s.roots["@REALSEE/FIVE:five/loaders/model/proto/pbm.proto"]={}),qi=Ui.Model=(()=>{function e(e){if(this.chunks=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.chunks=Hi.emptyArray,e.decode=function(e,t){e instanceof _i||(e=_i.create(e));let i=void 0===t?e.len:e.pos+t,n=new Ui.Model;for(;e.pos<i;){let t=e.uint32();if(t>>>3==1)n.chunks&&n.chunks.length||(n.chunks=[]),n.chunks.push(Ui.Chunk.decode(e,e.uint32()));else e.skipType(7&t)}return n},e})();Ui.Chunk=(()=>{function e(e){if(e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.vertices=null,e.prototype.faces=null,e.prototype.name="",e.prototype.texture="",e.decode=function(e,t){e instanceof _i||(e=_i.create(e));let i=void 0===t?e.len:e.pos+t,n=new Ui.Chunk;for(;e.pos<i;){let t=e.uint32();switch(t>>>3){case 1:n.vertices=Ui.Vertices.decode(e,e.uint32());break;case 2:n.faces=Ui.Faces.decode(e,e.uint32());break;case 3:n.name=e.string();break;case 4:n.texture=e.string();break;default:e.skipType(7&t)}}if(!n.hasOwnProperty("vertices"))throw Hi.ProtocolError("missing required 'vertices'",{instance:n});if(!n.hasOwnProperty("faces"))throw Hi.ProtocolError("missing required 'faces'",{instance:n});if(!n.hasOwnProperty("name"))throw Hi.ProtocolError("missing required 'name'",{instance:n});return n},e})(),Ui.Vertices=(()=>{function e(e){if(this.xyz=[],this.uvs=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.xyz=Hi.emptyArray,e.prototype.uvs=Hi.emptyArray,e.decode=function(e,t){e instanceof _i||(e=_i.create(e));let i=void 0===t?e.len:e.pos+t,n=new Ui.Vertices;for(;e.pos<i;){let t=e.uint32();switch(t>>>3){case 1:if(n.xyz&&n.xyz.length||(n.xyz=[]),2==(7&t)){let t=e.uint32()+e.pos;for(;e.pos<t;)n.xyz.push(e.float())}else n.xyz.push(e.float());break;case 2:if(n.uvs&&n.uvs.length||(n.uvs=[]),2==(7&t)){let t=e.uint32()+e.pos;for(;e.pos<t;)n.uvs.push(e.float())}else n.uvs.push(e.float());break;default:e.skipType(7&t)}}return n},e})(),Ui.Faces=(()=>{function e(e){if(this.indices=[],this.normals=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.indices=Hi.emptyArray,e.prototype.normals=Hi.emptyArray,e.decode=function(e,t){e instanceof _i||(e=_i.create(e));let i=void 0===t?e.len:e.pos+t,n=new Ui.Faces;for(;e.pos<i;){let t=e.uint32();switch(t>>>3){case 1:if(n.indices&&n.indices.length||(n.indices=[]),2==(7&t)){let t=e.uint32()+e.pos;for(;e.pos<t;)n.indices.push(e.uint32())}else n.indices.push(e.uint32());break;case 2:if(n.normals&&n.normals.length||(n.normals=[]),2==(7&t)){let t=e.uint32()+e.pos;for(;e.pos<t;)n.normals.push(e.float())}else n.normals.push(e.float());break;default:e.skipType(7&t)}}return n},e})();var zi=(new o.Matrix4).set(1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1).elements;function ji(e){var t=e.match(/(group|floor)-?(\d+)/);return t?parseInt(t[2],10):0}function Ki(e){var t=e.match(/(chunk)-?(\d+)/);return t?parseInt(t[2],10):0}function Gi(e){var t=ji(e.name),i=Ki(e.name),n=function(e){var t=e.match(/(sub)-?(\d+)/);return t?parseInt(t[2],10):0}(e.name);return 1e6*t+1e3*i+n}function Wi(e,i,n,r,s){var a=t.__assign({key:"texture.pbm",basisLoaderInitialized:ei.isInitialized()},It(i,["format","quality","size","sharpen","mappings"]));return new ni({allowHosts:n,requestProxy:r,networkSubscribe:s}).loadTexture(e,{imageURL:{transform:i.transform,options:a},wrapS:o.ClampToEdgeWrapping,wrapT:o.ClampToEdgeWrapping,minFilter:o.LinearFilter,maxSize:"number"==typeof a.size?new o.Vector2(a.size,a.size):void 0,preInit:!0}).then((function(e){var t=e.body;return t.needsUpdate=!0,t}))}function Xi(e,t,i,n,r,s,a,l){void 0===r&&(r={});for(var u=function(e){for(var t,i,n=[],r=!0,o=0,s=e.chunks;o<s.length;o++)if(!($=s[o]).faces.normals||0===$.faces.normals.length){r=!1;break}for(var a=e.chunks.sort((function(e,t){return Gi(e)-Gi(t)})),l=[],u=0,c=a;u<c.length;u++){var h=ji(($=c[u]).name);l[h]||(l[h]=[]),l[h].push($)}for(var d=0;d<l.length;d++){var p=l[d];if(p)if(r){for(var f=0,A=0;A<p.length;A++)f+=($=p[A]).faces.indices.length;for(var g=3*f,m=2*f,v=3*f,y=new ArrayBuffer(4*g+4*m+4*v),b=new Float32Array(y,0,g),x=new Float32Array(y,4*g,m),w=new Float32Array(y,4*g+4*m,v),E=[],M=[1/0,1/0,1/0,-1/0,-1/0,-1/0],S=0,I=0;I<p.length;I++){var C=[1/0,1/0,1/0,-1/0,-1/0,-1/0],B=($=p[I]).vertices.xyz,P=$.vertices.uvs,T=$.faces.indices,R=$.faces.normals,D=T.length;for(A=0;A<D;A++){var L=T[A],k=B[3*L],F=B[3*L+1],N=B[3*L+2],O=1/(zi[3]*k+zi[7]*F+zi[11]*N+zi[15]),Q=(zi[0]*k+zi[4]*F+zi[8]*N+zi[12])*O,V=(zi[1]*k+zi[5]*F+zi[9]*N+zi[13])*O,_=(zi[2]*k+zi[6]*F+zi[10]*N+zi[14])*O;b[3*S+3*A]=Q,b[3*S+3*A+1]=V,b[3*S+3*A+2]=_,x[2*S+2*A]=P[2*L],x[2*S+2*A+1]=P[2*L+1];var H=3*Math.floor(A/3),U=R[H],q=R[H+1],z=R[H+2],j=1/(zi[3]*U+zi[7]*q+zi[11]*z+zi[15]),K=(zi[0]*U+zi[4]*q+zi[8]*z+zi[12])*j,G=(zi[1]*U+zi[5]*q+zi[9]*z+zi[13])*j,W=(zi[2]*U+zi[6]*q+zi[10]*z+zi[14])*j;w[3*S+3*A]=K,w[3*S+3*A+1]=G,w[3*S+3*A+2]=W,Q<C[0]&&(C[0]=Q),V<C[1]&&(C[1]=V),_<C[2]&&(C[2]=_),Q>C[3]&&(C[3]=Q),V>C[4]&&(C[4]=V),_>C[5]&&(C[5]=_)}C[0]<M[0]&&(M[0]=C[0]),C[1]<M[1]&&(M[1]=C[1]),C[2]<M[2]&&(M[2]=C[2]),C[3]>M[3]&&(M[3]=C[3]),C[4]>M[4]&&(M[4]=C[4]),C[5]>M[5]&&(M[5]=C[5]),E.push({materialIndex:I,name:$.name,chunkName:Ki($.name),start:S,count:$.faces.indices.length,texture:null!==(t=$.texture)&&void 0!==t?t:void 0}),S+=D}n.push({floorIndex:d,vertices:b,uvs:x,indices:null,normals:w,groups:E,extents:M})}else{f=0;var X=0;for(A=0;A<p.length;A++)X+=($=p[A]).vertices.xyz.length/3,f+=$.faces.indices.length;g=3*X,m=2*X,v=3*X;var Y=f,Z=(y=new ArrayBuffer(4*g+4*m+4*v+4*Y),b=new Float32Array(y,0,g),x=new Float32Array(y,4*g,m),w=new Float32Array(y,4*g+4*m,v),new Uint32Array(y,4*g+4*m+4*v,Y)),J=(E=[],M=[1/0,1/0,1/0,-1/0,-1/0,-1/0],0);for(S=0,I=0;I<p.length;I++){C=[1/0,1/0,1/0,-1/0,-1/0,-1/0],B=($=p[I]).vertices.xyz,P=$.vertices.uvs,T=$.faces.indices;var $,ee=B.length/3;for(D=T.length,A=0;A<ee;A++)k=B[3*A],F=B[3*A+1],N=B[3*A+2],O=1/(zi[3]*k+zi[7]*F+zi[11]*N+zi[15]),Q=(zi[0]*k+zi[4]*F+zi[8]*N+zi[12])*O,V=(zi[1]*k+zi[5]*F+zi[9]*N+zi[13])*O,_=(zi[2]*k+zi[6]*F+zi[10]*N+zi[14])*O,b[3*S+3*A]=Q,b[3*S+3*A+1]=V,b[3*S+3*A+2]=_,x[2*S+2*A]=P[2*A],x[2*S+2*A+1]=P[2*A+1],Q<C[0]&&(C[0]=Q),V<C[1]&&(C[1]=V),_<C[2]&&(C[2]=_),Q>C[3]&&(C[3]=Q),V>C[4]&&(C[4]=V),_>C[5]&&(C[5]=_);for(C[0]<M[0]&&(M[0]=C[0]),C[1]<M[1]&&(M[1]=C[1]),C[2]<M[2]&&(M[2]=C[2]),C[3]>M[3]&&(M[3]=C[3]),C[4]>M[4]&&(M[4]=C[4]),C[5]>M[5]&&(M[5]=C[5]),A=0;A<D;A++)Z[J+A]=S+T[A];E.push({materialIndex:I,name:$.name,chunkName:Ki($.name),start:J,count:$.faces.indices.length,texture:null!==(i=$.texture)&&void 0!==i?i:void 0}),S+=ee,J+=D}for(A=0;A<f;A+=3){var te,ie,ne,re,oe,se,ae,le,ue,ce,he,de,pe,fe,Ae,ge;U=void 0,q=void 0,z=void 0,te=3*Z[A],ie=3*Z[A+1],ne=3*Z[A+2],re=b[te],oe=b[te+1],se=b[te+2],ae=b[ie],le=b[ie+1],ue=b[ie+2],ce=b[ne],U=(de=b[ne+1]-le)*(ge=se-ue)-(pe=b[ne+2]-ue)*(Ae=oe-le),q=pe*(fe=re-ae)-(he=ce-ae)*ge,z=he*Ae-de*fe,w[te]+=U,w[te+1]+=q,w[te+2]+=z,w[ie]+=U,w[ie+1]+=q,w[ie+2]+=z,w[ne]+=U,w[ne+1]+=q,w[ne+2]+=z}n.push({floorIndex:d,vertices:b,uvs:x,indices:Z,normals:w,groups:E,extents:M})}}return n}(e),c=[],h=0,d=u;h<d.length;h++){var p=d[h],f=p.floorIndex,A=p.vertices,g=p.uvs,m=p.indices,v=p.normals,y=p.groups,b=p.extents,x=new o.Box3;x.min.x=b[0],x.min.y=b[1],x.min.z=b[2],x.max.x=b[3],x.max.y=b[4],x.max.z=b[5];var w=new o.BufferGeometry;w.setAttribute("position",new o.BufferAttribute(A,3)),w.setAttribute("uv",new o.BufferAttribute(g,2)),w.setAttribute("normal",new o.BufferAttribute(v,3)),m&&w.setIndex(new o.BufferAttribute(m,1)),w.boundingBox=x,w.boundingSphere=x.getBoundingSphere(new o.Sphere);for(var E=0,M=y;E<M.length;E++){var S=M[E];w.addGroup(S.start,S.count,S.materialIndex)}for(var I=[],C=function(e){var u=i[e.chunkName]||(e.texture?t+e.texture:void 0),c=new li;if(I.push(c),u){var h=void 0;u in r?h=r[u]:(h=Wi(u,n,s,a,l),r[u]=h),h.then((function(e){c.uniforms.map.value=e,c.uniforms.exposure.value=3.3}),(function(){c.defines.USE_MAP=!1,c.uniforms.diffuse.value=new o.Color(16777215)}))}else c.defines.USE_MAP=!1,c.uniforms.diffuse.value=new o.Color(16777215);c.uniforms.floorIndex.value=f},B=0,P=y;B<P.length;B++){C(S=P[B])}var T=new vt(w,I);T.name="model_floor_"+f,T.floorIndex=f,c.push(T)}return{objects:c,texturePromise:Promise.all(Object.keys(r).map((function(e){return r[e].catch(Ve)}))).then(Ve)}}function Yi(e,t){return!1!==(e=Object.assign({},e)).autoResize&&(t>96?e.size=Math.min(e.size||1/0,100):t>48?e.size=Math.min(e.size||1/0,200):t>24?e.size=Math.min(e.size||1/0,400):t>12?e.size=Math.min(e.size||1/0,800):t>4&&(e.size=Math.min(e.size||1/0,1024))),e}function Zi(e){return 0===e.indexOf("//")||/^[0-9a-z]+\:/i.test(e)}const Ji=s.Reader,$i=s.util,en=s.roots["@REALSEE/FIVE:five/loaders/model/proto/dome.proto"]||(s.roots["@REALSEE/FIVE:five/loaders/model/proto/dome.proto"]={}),tn=en.Model=(()=>{function e(e){if(this.meshes=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.meshes=$i.emptyArray,e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.Model;for(;e.pos<i;){let t=e.uint32();if(t>>>3==1)n.meshes&&n.meshes.length||(n.meshes=[]),n.meshes.push(en.Mesh.decode(e,e.uint32()));else e.skipType(7&t)}return n},e})();function nn(e){for(var t=[0,0,0],i=0;i<e.attributes.normal.array.length/9;i++)t[0]=e.attributes.normal.array[9*i],t[1]=e.attributes.normal.array[9*i+1],t[2]=e.attributes.normal.array[9*i+2],e.attributes.normal.array[9*i]=e.attributes.normal.array[9*i+6],e.attributes.normal.array[9*i+1]=e.attributes.normal.array[9*i+7],e.attributes.normal.array[9*i+2]=e.attributes.normal.array[9*i+8],e.attributes.normal.array[9*i+6]=t[0],e.attributes.normal.array[9*i+7]=t[1],e.attributes.normal.array[9*i+8]=t[2];for(i=0;i<e.attributes.position.array.length/9;i++)t[0]=e.attributes.position.array[9*i],t[1]=e.attributes.position.array[9*i+1],t[2]=e.attributes.position.array[9*i+2],e.attributes.position.array[9*i]=e.attributes.position.array[9*i+6],e.attributes.position.array[9*i+1]=e.attributes.position.array[9*i+7],e.attributes.position.array[9*i+2]=e.attributes.position.array[9*i+8],e.attributes.position.array[9*i+6]=t[0],e.attributes.position.array[9*i+7]=t[1],e.attributes.position.array[9*i+8]=t[2];for(i=0;i<e.attributes.uv.array.length/6;i++)t[0]=e.attributes.uv.array[6*i],t[1]=e.attributes.uv.array[6*i+1],e.attributes.uv.array[6*i]=e.attributes.uv.array[6*i+4],e.attributes.uv.array[6*i+1]=e.attributes.uv.array[6*i+5],e.attributes.uv.array[6*i+4]=t[0],e.attributes.uv.array[6*i+5]=t[1];e.attributes.normal.needsUpdate=!0,e.attributes.position.needsUpdate=!0,e.attributes.uv.needsUpdate=!0}function rn(e){var t=e.position,i=e.normal,n=e.uv,r=e.uv2,s=e.groups,a=new o.BufferGeometry;a.setAttribute("position",new o.BufferAttribute(new Float32Array(t.array),3)),i&&a.setAttribute("normal",new o.BufferAttribute(new Float32Array(i.array),3)),n&&a.setAttribute("uv",new o.BufferAttribute(new Float32Array(n.array),2)),r&&a.setAttribute("uv2",new o.BufferAttribute(new Float32Array(r.array),2));for(var l=0,u=s;l<u.length;l++){var c=u[l];a.addGroup(c.start,c.count,c.materialIndex)}return a}function on(e,i,n,r,s,a){if(a.hasOwnProperty(e))return a[e];Zi(e=e.split("?")[0])||(e=i+e),0===(e=e.replace(/\/\/vrlab-image\d*.ljcdn.com\//,"//vrlab-public.ljcdn.com/")).indexOf("//")&&(e="https:"+e);var l=t.__assign({key:"texture.dome",size:64,basisLoaderInitialized:ei.isInitialized()},It(n,["quality","format","sharpen","mappings"]));return a[e]=s.loadTexture(e,{imageURL:{transform:n.transform,options:l},wrapS:o.RepeatWrapping,wrapT:o.RepeatWrapping}).then((function(e){var t=e.body;return r&&t.repeat.copy(r),t.needsUpdate=!0,t.updateMatrix(),t}))}function sn(e,t,i,n,r){var s=[],a=new li,l=a.uniforms;l.exposure.value=4.3;var u=a.defines;if(u.USE_MAP=!1,u.USE_UV=!1,e.kd&&(l.diffuse.value=(new o.Color).fromArray(e.kd.rgb)),e.mapkd){var c=null;if(e.mapkdrepeat){var h=e.mapkdrepeat.split(/\s+/).map((function(e){return Number(e)})),d=h[0],p=h[1];c=new o.Vector2(d,p)}s.push(on(e.mapkd,t,i,c,n,r).then((function(e){u.USE_MAP=!0,u.USE_UV=!0,l.map.value=e,l.uvTransform.value=e.matrix,a.needsUpdate=!0})).catch(Ve))}if(e.ks&&(l.specular.value=(new o.Color).fromArray(e.ks.rgb)),e.mapks&&s.push(on(e.mapks,t,i,null,n,r).then((function(e){l.specularMap.value=e})).catch(Ve)),e.ke&&(l.emissive.value=(new o.Color).fromArray(e.ke.rgb)),e.mapke&&s.push(on(e.mapke,t,i,null,n,r).then((function(e){l.emissiveMap.value=e})).catch(Ve)),e.norm&&s.push(on(e.norm,t,i,null,n,r).then((function(e){l.normalMap.value=e})).catch(Ve)),e.mapbump&&s.push(on(e.mapbump,t,i,null,n,r).then((function(e){l.bumpMap.value=e})).catch(Ve)),e.bump&&s.push(on(e.bump,t,i,null,n,r).then((function(e){l.bumpMap.value=e})).catch(Ve)),"number"==typeof e.ns&&(l.shininess.value=e.ns),"number"==typeof e.d){var f=e.d;f>0&&f<1&&(a.originOpacity=f,a.opacity=f)}return{material:a,textureReady:Promise.all(s).then(Ve)}}function an(e,t,i,n,r,s){for(var a,l=[],u=[],c=(a=e,tn.decode(a).meshes),h=new ni({allowHosts:n,requestProxy:r,networkSubscribe:s}),d=new o.Matrix4,p=new o.Vector3,f=new o.Quaternion,A=new o.Vector3,g={},m=0,v=c;m<v.length;m++){var y=v[m],b=y.name,x=y.chunks,w=y.matrix;if("Ceiling"!==b&&"CeilingDrop"!==b)for(var E=0,M=w;E<M.length;E++){var S=M[E];d.elements=S.elements;var I=new bt;I.renderOrder=-3;for(var C=0;C<x.length;C++){var B=rn(x[C].geometry);B.applyMatrix4(d),d.decompose(p,f,A),A.x*A.y*A.z<0&&B.attributes.normal&&B.attributes.position&&B.attributes.uv&&nn(B);for(var P=[],T=0,R=x[C].material;T<R.length;T++){var D=sn(R[T],t,i,h,g),L=D.material,k=D.textureReady;u.push(k),P.push(L)}var F=new vt(B,P);F.name="chunk_"+C,I.add(F)}I.floorIndex=0,I.name=b,l.push(I)}}return{objects:l,texturePromise:Promise.all(u).catch(Ve)}}en.Mesh=(()=>{function e(e){if(this.chunks=[],this.matrix=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.name="",e.prototype.chunks=$i.emptyArray,e.prototype.matrix=$i.emptyArray,e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.Mesh;for(;e.pos<i;){let t=e.uint32();switch(t>>>3){case 1:n.name=e.string();break;case 2:n.chunks&&n.chunks.length||(n.chunks=[]),n.chunks.push(en.Chunk.decode(e,e.uint32()));break;case 3:n.matrix&&n.matrix.length||(n.matrix=[]),n.matrix.push(en.Matrix.decode(e,e.uint32()));break;default:e.skipType(7&t)}}if(!n.hasOwnProperty("name"))throw $i.ProtocolError("missing required 'name'",{instance:n});return n},e})(),en.Matrix=(()=>{function e(e){if(this.elements=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.elements=$i.emptyArray,e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.Matrix;for(;e.pos<i;){let t=e.uint32();if(t>>>3==1)if(n.elements&&n.elements.length||(n.elements=[]),2==(7&t)){let t=e.uint32()+e.pos;for(;e.pos<t;)n.elements.push(e.float())}else n.elements.push(e.float());else e.skipType(7&t)}return n},e})(),en.Chunk=(()=>{function e(e){if(this.material=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.geometry=null,e.prototype.material=$i.emptyArray,e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.Chunk;for(;e.pos<i;){let t=e.uint32();switch(t>>>3){case 2:n.geometry=en.Geometry.decode(e,e.uint32());break;case 3:n.material&&n.material.length||(n.material=[]),n.material.push(en.Material.decode(e,e.uint32()));break;default:e.skipType(7&t)}}if(!n.hasOwnProperty("geometry"))throw $i.ProtocolError("missing required 'geometry'",{instance:n});return n},e})(),en.Geometry=(()=>{function e(e){if(this.groups=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.position=null,e.prototype.uv=null,e.prototype.uv2=null,e.prototype.normal=null,e.prototype.groups=$i.emptyArray,e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.Geometry;for(;e.pos<i;){let t=e.uint32();switch(t>>>3){case 1:n.position=en.Position.decode(e,e.uint32());break;case 2:n.uv=en.UV.decode(e,e.uint32());break;case 3:n.uv2=en.UV.decode(e,e.uint32());break;case 4:n.normal=en.Normal.decode(e,e.uint32());break;case 5:n.groups&&n.groups.length||(n.groups=[]),n.groups.push(en.Group.decode(e,e.uint32()));break;default:e.skipType(7&t)}}if(!n.hasOwnProperty("position"))throw $i.ProtocolError("missing required 'position'",{instance:n});if(!n.hasOwnProperty("normal"))throw $i.ProtocolError("missing required 'normal'",{instance:n});return n},e})(),en.Position=(()=>{function e(e){if(this.array=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.array=$i.emptyArray,e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.Position;for(;e.pos<i;){let t=e.uint32();if(t>>>3==1)if(n.array&&n.array.length||(n.array=[]),2==(7&t)){let t=e.uint32()+e.pos;for(;e.pos<t;)n.array.push(e.float())}else n.array.push(e.float());else e.skipType(7&t)}return n},e})(),en.UV=(()=>{function e(e){if(this.array=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.array=$i.emptyArray,e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.UV;for(;e.pos<i;){let t=e.uint32();if(t>>>3==1)if(n.array&&n.array.length||(n.array=[]),2==(7&t)){let t=e.uint32()+e.pos;for(;e.pos<t;)n.array.push(e.float())}else n.array.push(e.float());else e.skipType(7&t)}return n},e})(),en.Normal=(()=>{function e(e){if(this.array=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.array=$i.emptyArray,e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.Normal;for(;e.pos<i;){let t=e.uint32();if(t>>>3==1)if(n.array&&n.array.length||(n.array=[]),2==(7&t)){let t=e.uint32()+e.pos;for(;e.pos<t;)n.array.push(e.float())}else n.array.push(e.float());else e.skipType(7&t)}return n},e})(),en.Group=(()=>{function e(e){if(e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.start=0,e.prototype.count=0,e.prototype.materialIndex=0,e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.Group;for(;e.pos<i;){let t=e.uint32();switch(t>>>3){case 1:n.start=e.uint32();break;case 2:n.count=e.uint32();break;case 3:n.materialIndex=e.uint32();break;default:e.skipType(7&t)}}if(!n.hasOwnProperty("start"))throw $i.ProtocolError("missing required 'start'",{instance:n});if(!n.hasOwnProperty("count"))throw $i.ProtocolError("missing required 'count'",{instance:n});if(!n.hasOwnProperty("materialIndex"))throw $i.ProtocolError("missing required 'materialIndex'",{instance:n});return n},e})(),en.Material=(()=>{function e(e){if(e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.kd=null,e.prototype.ks=null,e.prototype.ke=null,e.prototype.mapkd="",e.prototype.mapks="",e.prototype.mapke="",e.prototype.norm="",e.prototype.mapbump="",e.prototype.bump="",e.prototype.mapd="",e.prototype.ns=0,e.prototype.d=0,e.prototype.tr=0,e.prototype.mapkdrepeat="",e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.Material;for(;e.pos<i;){let t=e.uint32();switch(t>>>3){case 1:n.kd=en.Color.decode(e,e.uint32());break;case 2:n.ks=en.Color.decode(e,e.uint32());break;case 3:n.ke=en.Color.decode(e,e.uint32());break;case 4:n.mapkd=e.string();break;case 5:n.mapks=e.string();break;case 6:n.mapke=e.string();break;case 7:n.norm=e.string();break;case 8:n.mapbump=e.string();break;case 9:n.bump=e.string();break;case 10:n.mapd=e.string();break;case 11:n.ns=e.float();break;case 12:n.d=e.float();break;case 13:n.tr=e.float();break;case 14:n.mapkdrepeat=e.string();break;default:e.skipType(7&t)}}return n},e})(),en.Color=(()=>{function e(e){if(this.rgb=[],e)for(let t=Object.keys(e),i=0;i<t.length;++i)null!=e[t[i]]&&(this[t[i]]=e[t[i]])}return e.prototype.rgb=$i.emptyArray,e.decode=function(e,t){e instanceof Ji||(e=Ji.create(e));let i=void 0===t?e.len:e.pos+t,n=new en.Color;for(;e.pos<i;){let t=e.uint32();if(t>>>3==1)if(n.rgb&&n.rgb.length||(n.rgb=[]),2==(7&t)){let t=e.uint32()+e.pos;for(;e.pos<t;)n.rgb.push(e.float())}else n.rgb.push(e.float());else e.skipType(7&t)}return n},e})();var ln={throttleRequests:!0,maxRequests:5},un=function(){function e(e){void 0===e&&(e={}),this.props=t.__assign(t.__assign({},ln),e),this.activeRequestCount=0,this.requestQueue=[],this.requestMap=new Map,this.deferred=null}return e.prototype.scheduleRequest=function(e,t){if(void 0===t&&(t=function(){return 0}),!this.props.throttleRequests)return Promise.resolve({done:function(){}});if(this.requestMap.has(e))return this.requestMap.get(e);var i={identiy:e,priority:0,getPriority:t,resolve:function(){}},n=new Promise((function(e){return i.resolve=e}));return this.requestQueue.push(i),this.requestMap.set(e,n),this.issueNewRequests(),n},e.prototype.issueRequest=function(e){var t=this,i=e.identiy,n=e.resolve,r=!1;this.activeRequestCount++,n({done:function(){r||(r=!0,t.requestMap.delete(i),t.activeRequestCount--,t.issueNewRequests())}})},e.prototype.issueNewRequests=function(){var e=this;this.deferred||(this.deferred=setTimeout((function(){return e.issueNewRequestsAsync()}),0))},e.prototype.issueNewRequestsAsync=function(){this.deferred=null;var e=Math.max(this.props.maxRequests-this.activeRequestCount,0);if(0!==e){this.updateAllRequests();for(var t=0;t<e;t++){var i=this.requestQueue.shift();i&&this.issueRequest(i)}}},e.prototype.updateAllRequests=function(){for(var e=this.requestQueue,t=0;t<e.length;t++){var i=e[t];this.updateRequest(i)||(e.splice(t,1),this.requestMap.delete(i.identiy),t--)}e.sort((function(e,t){return e.priority-t.priority}))},e.prototype.updateRequest=function(e){return e.priority=e.getPriority(e.identiy),!(e.priority<0)||(e.resolve(null),!1)},e}(),cn=function(e,t,i){this.item=e,this.previous=t,this.next=i},hn=function(){function e(){this.head=null,this.tail=null,this._length=0}return Object.defineProperty(e.prototype,"length",{get:function(){return this._length},enumerable:!1,configurable:!0}),e.prototype.add=function(e){var t=new cn(e,this.tail,null);return this.tail?(this.tail.next=t,this.tail=t):(this.head=t,this.tail=t),this._length++,t},e.prototype.remove=function(e){e.previous&&e.next?(e.previous.next=e.next,e.next.previous=e.previous):e.previous?(e.previous.next=null,this.tail=e.previous):e.next?(e.next.previous=null,this.head=e.next):(this.head=null,this.tail=null),e.next=null,e.previous=null,this._length--},e.prototype.splice=function(e,t){e!==t&&(this.remove(t),this.insert(e,t))},e.prototype.insert=function(e,t){var i=e.next;e.next=t,this.tail===e?this.tail=t:i.previous=t,t.next=i,t.previous=e,this._length++},e}(),dn=function(){function e(){this.list=new hn,this.sentinel=this.list.add("sentinel")}return e.prototype.reset=function(){this.list.splice(this.list.tail,this.sentinel)},e.prototype.touch=function(e){var t=e.cacheNode;t&&this.list.splice(this.sentinel,t)},e.prototype.add=function(e,t){e.cacheNode||(e.cacheNode=this.list.add(e),t&&t(e))},e.prototype.unloadTile=function(e,t){var i=e.cacheNode;i&&(this.list.remove(i),e.cacheNode=void 0,t&&t(e))},e.prototype.unloadTiles=function(e,t){for(var i=this.list.head;i!==this.sentinel&&e();){var n=i.item;i=i.next,this.unloadTile(n,t)}},e}(),pn=new n.Vector3,fn=new n.Vector3,An=function(){function e(e,t){void 0===e&&(e=[0,0,1]),void 0===t&&(t=0),this.normal=new n.Vector3,this.distance=-0,this.fromNormalDistance(e,t)}return e.prototype.fromNormalDistance=function(e,t){return this.normal.from(e).normalize(),this.distance=t,this},e.prototype.fromPointNormal=function(e,t){e=pn.from(e),this.normal.from(t).normalize();var i=-this.normal.dot(e);return this.distance=i,this},e.prototype.fromCoefficients=function(e,t,i,n){return this.normal.set(e,t,i),this.distance=n,this},e.prototype.clone=function(){return new e(this.normal,this.distance)},e.prototype.equals=function(e){return this.distance===e.distance&&this.normal.equals(e.normal)},e.prototype.getPointDistance=function(e){return this.normal.dot(e)+this.distance},e.prototype.transform=function(e){var t=fn.copy(this.normal).transformAsVector(e).normalize(),i=this.normal.scale(-this.distance).transform(e);return this.fromPointNormal(i,t)},e.prototype.projectPointOntoPlane=function(e,t){void 0===t&&(t=[0,0,0]),e=pn.from(e);var i=this.getPointDistance(e),n=fn.copy(this.normal).scale(i);return e.subtract(n).to(t)},e}(),gn=Object.freeze({OUTSIDE:-1,INTERSECTING:0,INSIDE:1}),mn=[new n.Vector3([1,0,0]),new n.Vector3([0,1,0]),new n.Vector3([0,0,1])],vn=new n.Vector3,yn=new n.Vector3,bn=function(){function e(e){void 0===e&&(e=[]),this.planes=e}return Object.defineProperty(e,"MASK_OUTSIDE",{get:function(){return 4294967295},enumerable:!1,configurable:!0}),Object.defineProperty(e,"MASK_INSIDE",{get:function(){return 0},enumerable:!1,configurable:!0}),Object.defineProperty(e,"MASK_INDETERMINATE",{get:function(){return 2147483647},enumerable:!1,configurable:!0}),e.prototype.fromBoundingSphere=function(e){this.planes.length=2*mn.length;for(var t=e.center,i=e.radius,n=0,r=0,o=mn;r<o.length;r++){var s=o[r],a=this.planes[n],l=this.planes[n+1];a||(a=this.planes[n]=new An),l||(l=this.planes[n+1]=new An);var u=vn.copy(s).scale(-i).add(t);a.fromPointNormal(u,s);var c=vn.copy(s).scale(i).add(t),h=yn.copy(s).negate();l.fromPointNormal(c,h),n+=2}return this},e.prototype.computeVisibilityWithPlaneMask=function(t,i){if(i===e.MASK_OUTSIDE||i===e.MASK_INSIDE)return i;for(var n=e.MASK_INSIDE,r=this.planes,o=0;o<this.planes.length;++o){var s=o<31?1<<o:0;if(!(o<31&&0==(i&s))){var a=r[o],l=t.intersectPlane(a);if(l===gn.OUTSIDE)return e.MASK_OUTSIDE;l===gn.INTERSECTING&&(n|=s)}}return n},e}();var xn=Object.freeze({OUTSIDE:-1,INTERSECTING:0,INSIDE:1}),wn=new n.Vector3,En=new n.Vector3,Mn=function(){function e(e,t){void 0===e&&(e=[0,0,0]),void 0===t&&(t=0),this.radius=-0,this.center=new n.Vector3,this.fromCenterRadius(e,t)}return e.prototype.fromCenterRadius=function(e,t){return this.center.from(e),this.radius=t,this},e.prototype.fromCornerPoints=function(e,t){return t=wn.from(t),this.center=(new n.Vector3).from(e).add(t).scale(.5),this.radius=this.center.distance(t),this},e.prototype.equals=function(e){return this===e||Boolean(e)&&this.center.equals(e.center)&&this.radius===e.radius},e.prototype.clone=function(){return new e(this.center,this.radius)},e.prototype.union=function(e){var t=this.center,i=this.radius,n=e.center,r=e.radius,o=wn.copy(n).subtract(t),s=o.magnitude();if(i>=s+r)return this.clone();if(r>=s+i)return e.clone();var a=.5*(i+s+r);return En.copy(o).scale((-i+a)/s).add(t),this.center.copy(En),this.radius=a,this},e.prototype.expand=function(e){var t=(e=wn.from(e)).subtract(this.center).magnitude();return t>this.radius&&(this.radius=t),this},e.prototype.transform=function(e){this.center.transform(e);var t,i,n,r,o,s,a,l,u,c,h,d=(t=wn,n=(i=e)[0],r=i[1],o=i[2],s=i[4],a=i[5],l=i[6],u=i[8],c=i[9],h=i[10],t[0]=Math.hypot(n,r,o),t[1]=Math.hypot(s,a,l),t[2]=Math.hypot(u,c,h),t);return this.radius=Math.max(d[0],Math.max(d[1],d[2]))*this.radius,this},e.prototype.distanceSquaredTo=function(e){var t=this.distanceTo(e);return t*t},e.prototype.distanceTo=function(e){var t=(e=wn.from(e)).subtract(this.center);return Math.max(0,t.len()-this.radius)},e.prototype.intersectPlane=function(e){var t=this.center,i=this.radius,n=e.normal.dot(t)+e.distance;return n<-i?xn.OUTSIDE:n<i?xn.INTERSECTING:xn.INSIDE},e}(),Sn=Object.freeze({OUTSIDE:-1,INTERSECTING:0,INSIDE:1}),In=new n.Vector3,Cn=new n.Vector3,Bn=new n.Vector3,Pn=new n.Vector3,Tn=new n.Vector3,Rn=new n.Vector3,Dn=new n.Vector3,Ln=0,kn=1,Fn=2,Nn=3,On=4,Qn=5,Vn=6,_n=7,Hn=8,Un=function(){function e(e,t){void 0===e&&(e=[0,0,0]),void 0===t&&(t=[0,0,0,0,0,0,0,0,0]),this.center=(new n.Vector3).from(e),this.halfAxes=new n.Matrix3(t)}return Object.defineProperty(e.prototype,"halfSize",{get:function(){var e=this.halfAxes.getColumn(0),t=this.halfAxes.getColumn(1),i=this.halfAxes.getColumn(2);return[new n.Vector3(e).len(),new n.Vector3(t).len(),new n.Vector3(i).len()]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"quaternion",{get:function(){var e=this.halfAxes.getColumn(0),i=this.halfAxes.getColumn(1),r=this.halfAxes.getColumn(2),o=new n.Vector3(e).normalize(),s=new n.Vector3(i).normalize(),a=new n.Vector3(r).normalize();return(new n.Quaternion).fromMatrix3(new n.Matrix3(t.__spreadArray(t.__spreadArray(t.__spreadArray([],o,!0),s,!0),a,!0)))},enumerable:!1,configurable:!0}),e.prototype.fromCenterHalfSizeQuaternion=function(e,t,i){var r=new n.Quaternion(i),o=(new n.Matrix3).fromQuaternion(r);return o[0]=o[0]*t[0],o[1]=o[1]*t[0],o[2]=o[2]*t[0],o[3]=o[3]*t[1],o[4]=o[4]*t[1],o[5]=o[5]*t[1],o[6]=o[6]*t[2],o[7]=o[7]*t[2],o[8]=o[8]*t[2],this.center=(new n.Vector3).from(e),this.halfAxes=o,this},e.prototype.clone=function(){return new e(this.center,this.halfAxes)},e.prototype.equals=function(e){return this===e||Boolean(e)&&this.center.equals(e.center)&&this.halfAxes.equals(e.halfAxes)},e.prototype.getBoundingSphere=function(e){void 0===e&&(e=new Mn);var t=this.halfAxes,i=t.getColumn(0,Bn),n=t.getColumn(1,Pn),r=t.getColumn(2,Tn),o=In.copy(i).add(n).add(r);return e.center.copy(this.center),e.radius=o.magnitude(),e},e.prototype.intersectPlane=function(e){var t=this.center,i=e.normal,n=this.halfAxes,r=i.x,o=i.y,s=i.z,a=Math.abs(r*n[Ln]+o*n[kn]+s*n[Fn])+Math.abs(r*n[Nn]+o*n[On]+s*n[Qn])+Math.abs(r*n[Vn]+o*n[_n]+s*n[Hn]),l=i.dot(t)+e.distance;return l<=-a?Sn.OUTSIDE:l>=a?Sn.INSIDE:Sn.INTERSECTING},e.prototype.distanceTo=function(e){return Math.sqrt(this.distanceSquaredTo(e))},e.prototype.distanceSquaredTo=function(e){var t=Cn.from(e).subtract(this.center),i=this.halfAxes,n=i.getColumn(0,Bn),r=i.getColumn(1,Pn),o=i.getColumn(2,Tn),s=n.magnitude(),a=r.magnitude(),l=o.magnitude();n.normalize(),r.normalize(),o.normalize();var u,c=0;return(u=Math.abs(t.dot(n))-s)>0&&(c+=u*u),(u=Math.abs(t.dot(r))-a)>0&&(c+=u*u),(u=Math.abs(t.dot(o))-l)>0&&(c+=u*u),c},e.prototype.computePlaneDistances=function(e,t,i){void 0===i&&(i=[-0,-0]);var n=Number.POSITIVE_INFINITY,r=Number.NEGATIVE_INFINITY,o=this.center,s=this.halfAxes,a=s.getColumn(0,Bn),l=s.getColumn(1,Pn),u=s.getColumn(2,Tn),c=Rn.copy(a).add(l).add(u).add(o),h=Dn.copy(c).subtract(e),d=t.dot(h);return n=Math.min(d,n),r=Math.max(d,r),c.copy(o).add(a).add(l).subtract(u),h.copy(c).subtract(e),d=t.dot(h),n=Math.min(d,n),r=Math.max(d,r),c.copy(o).add(a).subtract(l).add(u),h.copy(c).subtract(e),d=t.dot(h),n=Math.min(d,n),r=Math.max(d,r),c.copy(o).add(a).subtract(l).subtract(u),h.copy(c).subtract(e),d=t.dot(h),n=Math.min(d,n),r=Math.max(d,r),o.copy(c).subtract(a).add(l).add(u),h.copy(c).subtract(e),d=t.dot(h),n=Math.min(d,n),r=Math.max(d,r),o.copy(c).subtract(a).add(l).subtract(u),h.copy(c).subtract(e),d=t.dot(h),n=Math.min(d,n),r=Math.max(d,r),o.copy(c).subtract(a).subtract(l).add(u),h.copy(c).subtract(e),d=t.dot(h),n=Math.min(d,n),r=Math.max(d,r),o.copy(c).subtract(a).subtract(l).subtract(u),h.copy(c).subtract(e),d=t.dot(h),n=Math.min(d,n),r=Math.max(d,r),i[0]=n,i[1]=r,i},e.prototype.transform=function(e){this.center.transformAsPoint(e);var i=this.halfAxes.getColumn(0,Bn);i.transformAsPoint(e);var r=this.halfAxes.getColumn(1,Pn);r.transformAsPoint(e);var o=this.halfAxes.getColumn(2,Tn);return o.transformAsPoint(e),this.halfAxes=new n.Matrix3(t.__spreadArray(t.__spreadArray(t.__spreadArray([],i,!0),r,!0),o,!0)),this},e}();function qn(e,i){if(e.box)return function(e,i){var r=new n.Vector3(e[0],e[1],e[2]);i.transform(r,r);var o=[];if(10===e.length){var s=e.slice(3,6),a=new n.Quaternion;a.fromArray(e,6);var l=new n.Vector3([1,0,0]),u=new n.Vector3([0,1,0]),c=new n.Vector3([0,0,1]);l.transformByQuaternion(a),l.scale(s[0]),u.transformByQuaternion(a),u.scale(s[1]),c.transformByQuaternion(a),c.scale(s[2]),o=t.__spreadArray(t.__spreadArray(t.__spreadArray([],l.toArray(),!0),u.toArray(),!0),c.toArray(),!0)}else o=t.__spreadArray(t.__spreadArray(t.__spreadArray([],e.slice(3,6),!0),e.slice(6,9),!0),e.slice(9,12),!0);var h=i.transformAsVector(o.slice(0,3),[0,0,0]),d=i.transformAsVector(o.slice(3,6),[0,0,0]),p=i.transformAsVector(o.slice(6,9),[0,0,0]),f=new n.Matrix3([h[0],h[1],h[2],d[0],d[1],d[2],p[0],p[1],p[2]]);return new Un(r,f)}(e.box,i);throw new Error("3D Tile: boundingVolume must only can be box")}function zn(e,t){if(e.dynamicScreenSpaceError&&e.dynamicScreenSpaceErrorComputedDensity){var i=e.dynamicScreenSpaceErrorComputedDensity,n=e.dynamicScreenSpaceErrorFactor,r=function(e,t){var i=e*t;return 1-Math.exp(-i*i)}(t,i)*n;return r}return 0}function jn(e,t,i){var n=new TextDecoder("utf8"),r=new Uint8Array(e,t,i);return n.decode(r)}function Kn(e,t,i){return void 0===i&&(i=0),i=function(e,t,i){void 0===i&&(i=0);var n=e.header,r=n.featureTableJsonByteLength,o=n.featureTableBinaryByteLength,s=n.batchLength;if(e.featureTableJson={BATCH_LENGTH:s||0},r>0){var a=jn(t,i,r);e.featureTableJson=JSON.parse(a)}return i+=r,e.featureTableBinary=new Uint8Array(t,i,o),i+=o}(e,t,i),i=function(e,t,i){void 0===i&&(i=0);var n=e.header,r=n.batchTableJsonByteLength,o=n.batchTableBinaryByteLength;if(r>0){var s=jn(t,i,r);e.batchTableJson=JSON.parse(s),i+=r,o>0&&(e.batchTableBinary=new Uint8Array(t,i,o),e.batchTableBinary=new Uint8Array(e.batchTableBinary),i+=o)}return i}(e,t,i),i}function Gn(e,t,i){void 0===i&&(i=0);var n=e.byteOffset+e.byteLength-i;if(0===n)throw new Error("glTF byte length must be greater than 0.");return e.rotateYtoZ=!0,e.gltfUpAxis="Y",e.gltfArrayBuffer=function(e,t,i){var n=void 0!==i?new Uint8Array(e).subarray(t,t+i):new Uint8Array(e).subarray(t);return new Uint8Array(n).buffer}(t,i,n),e.gltfByteOffset=0,e.gltfByteLength=n,i%4==0||console.warn("".concat(e.type,": embedded glb is not aligned to a 4-byte boundary.")),e.byteOffset+e.byteLength}function Wn(e,t,i){i=function(e,t,i){void 0===i&&(i=0);var n=new DataView(t);if(e.magic=n.getUint32(i,!0),i+=4,e.version=n.getUint32(i,!0),i+=4,e.byteLength=n.getUint32(i,!0),i+=4,1!==e.version)throw new Error("3D Tile Version ".concat(e.version," not supported"));return i}(e,t,i),i=function(e,t,i){void 0===i&&(i=0);var n,r=new DataView(t);e.header=e.header||{};var o=r.getUint32(i,!0);i+=4;var s=r.getUint32(i,!0);i+=4;var a=r.getUint32(i,!0);i+=4;var l=r.getUint32(i,!0);return i+=4,a>=570425344?(i-=8,n=o,a=s,l=0,o=0,s=0,console.warn("b3dm tile in legacy format.")):l>=570425344&&(i-=4,n=a,a=o,l=s,o=0,s=0,console.warn("b3dm tile in legacy format.")),e.header.featureTableJsonByteLength=o,e.header.featureTableBinaryByteLength=s,e.header.batchTableJsonByteLength=a,e.header.batchTableBinaryByteLength=l,e.header.batchLength=n,i}(e,t,i),i=Gn(e,t,i=Kn(e,t,i));var n=e.featureTableJson.RTC_CENTER;return n&&Number.isFinite(n.byteOffset)&&(e.rtcCenter=new Float32Array(e.featureTableBinary.buffer,e.featureTableBinary.buffer.byteOffset+n.byteOffset,3)),i}var Xn=function(){function e(e,t,i){this.header=t,this.tileset=e,this.parent=i,this.children=[],this.contentState="UNLOADED",this.transform=this.header.transform?new n.Matrix4(this.header.transform.slice()):new n.Matrix4;var r=this.parent&&this.parent.computedTransform?this.parent.computedTransform.clone():e.modelMatrix.clone();this.computedTransform=new n.Matrix4(r).multiplyRight(this.transform),this.boundingVolume=qn(this.header.boundingVolume,this.computedTransform),this.depth=this.parent?this.parent.depth+1:0,this.distanceToCamera=0,this.centerZDepth=0,this.screenSpaceError=0,this.shouldRefine=!1,this.visibilityPlaneMask=bn.MASK_INDETERMINATE,this.visible=!1,this.selectionDepth=0,this.frameNumber=0,this.touchedFrameNumber=0,this.selectedFrameNumber=0,this.requestedFrameNumber=0}return Object.defineProperty(e.prototype,"id",{get:function(){return this.header.id},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"refine",{get:function(){return this.header.refine||this.parent&&this.parent.refine||"REPLACE"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"type",{get:function(){return this.header.type},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"contentUrl",{get:function(){if(this.header.content.uri){var e=this.tileset.b3dmMapping.b3dm_base_url;e=/\/$/.test(e)?e:e+"/";var t=this.tileset.b3dmMapping.b3dm_url[this.header.content.uri];t=/^\//.test(t)?t.slice(1):t;var i=/^https?:/.test(t)?t:e+t;if(-1!==i.indexOf("http")&&-1===i.indexOf("https")){var n=i.slice(4);i="https"+n}return i}return this.header.contentUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"lodMetricType",{get:function(){return this.header.lodMetricType},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"lodMetricValue",{get:function(){return this.header.lodMetricValue},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasEmptyContent",{get:function(){return!this.header.contentUrl},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"selected",{get:function(){return this.selectedFrameNumber===this.tileset.frameNumber},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasRenderContent",{get:function(){return!this.hasEmptyContent},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasChildren",{get:function(){return this.children.length>0||this.header.children&&this.header.children.length>0},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"contentReady",{get:function(){return"READY"===this.contentState||this.hasEmptyContent},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"contentAvailable",{get:function(){return Boolean(this.contentReady&&this.hasRenderContent||!1)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasUnloadedContent",{get:function(){return this.hasRenderContent&&this.contentUnloaded},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"contentUnloaded",{get:function(){return"UNLOADED"===this.contentState},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"contentFailed",{get:function(){return"FAILED"===this.contentState},enumerable:!1,configurable:!0}),e.prototype.getScreenSpaceError=function(e,t){if("TILES3D"===this.tileset.type)return function(e,t,i){var n=e.tileset,r=e.parent&&e.parent.lodMetricValue||e.lodMetricValue,o=i?r:e.lodMetricValue;if(0===o)return 0;var s=Math.max(e.distanceToCamera,1e-7),a=n.options.viewDistanceScale,l=o*t.height*a/(s*t.sseDenominator);return l-zn(n,s)}(this,e,t);throw new Error("Unsupported tileset type")},e.prototype.getPriority=function(){var e=this.tileset.traverser,t=e.options.skipLevelOfDetail,i="ADD"===this.refine||t;if(i&&!this.visible)return-1;if(this.tileset.frameNumber-this.touchedFrameNumber>=1)return-1;if("UNLOADED"===this.contentState)return-1;var n=this.parent,r=n&&(!i||0===this.screenSpaceError)?n.screenSpaceError:this.screenSpaceError,o=e.root?e.root.screenSpaceError:0;return Math.max(o-r,0)},e.prototype.loadContent=function(){var e=this;return this.hasEmptyContent||!this.contentUrl?Promise.resolve(!1):this.content?Promise.resolve(!0):(this.contentState="LOADING",this.tileset.requestScheduler.scheduleRequest(this.id,(function(){return e.getPriority()})).then((function(t){return t?rt(e.contentUrl,{responseType:"arraybuffer",allowHosts:e.tileset.options.allowHosts,networkSubscribe:e.tileset.options.networkSubscribe,requestProxy:e.tileset.options.requestProxy}).then((function(e){return e.body})).then((function(e){return Wn(t={byteOffset:0,type:"b3dm"},e,t.byteOffset),t;var t})).then((function(i){return e.content=i,e.tileset.options.contentLoader(e).then((function(){return e.contentState="READY",t.done(),!0}))})).catch((function(i){return e.contentState="FAILED",t.done(),Promise.reject(i)})):(e.contentState="UNLOADED",Promise.resolve(!1))})))},e.prototype.unloadContent=function(){this.content=void 0,this.contentState="UNLOADED"},e.prototype.updateVisibility=function(e){if(this.frameNumber!==e.frameNumber){var t=this.parent,i=t?t.visibilityPlaneMask:bn.MASK_INDETERMINATE,n=t?t.computedTransform:this.tileset.modelMatrix;this.updateTransform(n),this.distanceToCamera=this.distanceToTile(e),this.screenSpaceError=this.getScreenSpaceError(e,!1),this.visibilityPlaneMask=this.visibility(e,i),this.visible=this.visibilityPlaneMask!==bn.MASK_OUTSIDE,this.frameNumber=e.frameNumber}},e.prototype.visibility=function(e,t){return e.cullingVolume.computeVisibilityWithPlaneMask(this.boundingVolume,t)},e.prototype.distanceToTile=function(e){return Math.sqrt(Math.max(this.boundingVolume.distanceSquaredTo(e.camera.position),0))},e.prototype.updateTransform=function(e){void 0===e&&(e=new n.Matrix4);var t=e.clone().multiplyRight(this.transform);!t.equals(this.computedTransform)&&(this.computedTransform.copy(t),this.boundingVolume=qn(this.header.boundingVolume,this.computedTransform))},e}(),Yn=function(){function e(){this.map=new Map,this.array=[],this._length=0}return Object.defineProperty(e.prototype,"length",{get:function(){return this._length},enumerable:!1,configurable:!0}),e.prototype.get=function(e){return this.array[e]},e.prototype.set=function(e,t){e>=this.length&&(this._length=e+1),this.map.has(this.array[e])&&this.map.delete(this.array[e]),this.array[e]=t,this.map.set(t,e)},e.prototype.delete=function(e){var t=this.map.get(e);void 0!==t&&t>=0&&(this.array.splice(t,1),this.map.delete(e),this._length--)},e.prototype.push=function(e){if(!this.map.has(e)){var t=this._length++;this.array[t]=e,this.map.set(e,t)}},e.prototype.pop=function(){var e=this.array[--this._length];return this.map.delete(e),e},e.prototype.reset=function(){this.array=[],this.map=new Map,this._length=0},e.prototype.find=function(e){return this.map.has(e)},e}(),Zn=function(){function e(e){this.options=e,this._traversalStack=new Yn,this._emptyTraversalStack=new Yn,this._frameNumber=null,this.root=null,this.selectedTiles={},this.requestedTiles={},this.emptyTiles={}}return e.prototype.traverse=function(e,t){this.root=e,this.reset(),this.updateTile(e,t),this._frameNumber=t.frameNumber,this.executeTraversal(e,t)},e.prototype.reset=function(){this.requestedTiles={},this.selectedTiles={},this.emptyTiles={},this._traversalStack.reset(),this._emptyTraversalStack.reset()},e.prototype.executeTraversal=function(e,t){var i=this._traversalStack;for(e.selectionDepth=1,i.push(e);i.length>0;){var n=i.pop(),r=!1;if(this.canTraverse(n,t)){this.updateChildTiles(n,t);var o=n.hasRenderContent?n.selectionDepth+1:n.selectionDepth;r=this.updateAndPushChildren(n,t,i,o)}var s=n.parent,a=Boolean(!s||s.shouldRefine),l=!r;n.hasRenderContent?"ADD"===n.refine?(this.loadTile(n,t),this.selectTile(n,t)):"REPLACE"===n.refine&&(this.loadTile(n,t),l&&this.selectTile(n,t)):(this.emptyTiles[n.id]=n,this.loadTile(n,t),l&&this.selectTile(n,t)),this.touchTile(n,t),n.shouldRefine=r&&a}this.options.onTraversalEnd(t)},e.prototype.updateChildTiles=function(e,t){for(var i=0,n=e.children;i<n.length;i++){var r=n[i];this.updateTile(r,t)}return!0},e.prototype.updateAndPushChildren=function(e,t,i,n){var r=this.options,o=r.loadSiblings,s=r.skipLevelOfDetail,a=e.children;a.sort(this.compareDistanceToCamera.bind(this));for(var l="REPLACE"===e.refine&&e.hasRenderContent&&!s,u=!1,c=!0,h=0,d=a;h<d.length;h++){var p=d[h];if(p.selectionDepth=n,p.visible?(i.find(p)&&i.delete(p),i.push(p),u=!0):(l||o)&&(this.loadTile(p,t),this.touchTile(p,t)),l){var f=void 0;if(f=p.hasRenderContent?p.contentAvailable:this.executeEmptyTraversal(p,t),!(c=c&&f))return!1}}return u||(c=!1),c},e.prototype.updateTile=function(e,t){this.updateTileVisibility(e,t)},e.prototype.selectTile=function(e,t){this.shouldSelectTile(e)&&(e.selectedFrameNumber=t.frameNumber,this.selectedTiles[e.id]=e)},e.prototype.loadTile=function(e,t){this.shouldLoadTile(e)&&(e.requestedFrameNumber=t.frameNumber,this.requestedTiles[e.id]=e)},e.prototype.touchTile=function(e,t){e.tileset.cache.touch(e),e.touchedFrameNumber=t.frameNumber},e.prototype.canTraverse=function(e,t,i,n){return void 0===i&&(i=!1),void 0===n&&(n=!1),!!e.hasChildren&&(!(!n&&!e.visible)&&this.shouldRefine(e,t,i))},e.prototype.shouldLoadTile=function(e){var t=!this.options.maxDepth||e.depth<=this.options.maxDepth;return e.hasUnloadedContent&&t},e.prototype.shouldSelectTile=function(e){var t=!this.options.maxDepth||e.depth<=this.options.maxDepth;return e.contentAvailable&&!this.options.skipLevelOfDetail&&t},e.prototype.shouldRefine=function(e,t,i){var n=e.screenSpaceError;return i&&(n=e.getScreenSpaceError(t,!0)),n>this.options.maxScreenSpaceError},e.prototype.updateTileVisibility=function(e,t){if(e.updateVisibility(t),e.visible){var i=e.children.length>0;this.meetsScreenSpaceErrorEarly(e,t)?e.visible=!1:"REPLACE"!==e.refine||!i||this.anyChildrenVisible(e,t)||(e.visible=!1)}},e.prototype.meetsScreenSpaceErrorEarly=function(e,t){var i=e.parent;return!(!i||"ADD"!==i.refine)&&!this.shouldRefine(e,t,!0)},e.prototype.compareDistanceToCamera=function(e,t){return 0===t.distanceToCamera&&0===e.distanceToCamera?t.centerZDepth-e.centerZDepth:t.distanceToCamera-e.distanceToCamera},e.prototype.anyChildrenVisible=function(e,t){for(var i=!1,n=0,r=e.children;n<r.length;n++){var o=r[n];o.updateVisibility(t),i=i||o.visible}return i},e.prototype.everyChildrenVisibleIsLoaded=function(e){for(var t=!0,i=0,n=e.children;i<n.length;i++){var r=n[i];r.visible&&"READY"!==r.contentState&&(t=!1)}return t},e.prototype.executeEmptyTraversal=function(e,t){var i=!0,n=this._emptyTraversalStack;for(n.push(e);n.length>0&&i;){var r=n.pop();if(this.updateTile(r,t),r.visible||this.loadTile(r,t),this.touchTile(r,t),!r.hasRenderContent&&this.canTraverse(r,t,!1,!0))for(var o=0,s=r.children;o<s.length;o++){var a=s[o];n.find(a)&&n.delete(a),n.push(a)}else r.contentAvailable||(i=!1)}return i},e}();function Jn(e){for(var t=[],i=0,n=Object.keys(e);i<n.length;i++){var r=n[i];t.push(e[r])}return t}var $n=function(){function e(e,t){var i=this;this.rawJson=e,this.b3dmMapping=e.b3dmMapping,this.options=t,this.traverser=new Zn({loadSiblings:!1,maxScreenSpaceError:this.options.maxScreenSpaceError,skipLevelOfDetail:!1,maxDepth:this.options.maxDepth,onTraversalEnd:function(e){return i.onTraversalEnd(e)}}),this.cache=new dn,this.requestScheduler=new un({throttleRequests:this.options.throttleRequests,maxRequests:this.options.maxRequests}),this.frameNumber=0,this.pendingCount=0,this._tiles={},this.selectedTiles=[],this.requestedTiles=[],this.memoryUsageInBytes=0,this.root=new Xn(this,e.root);for(var n=[this.root];n.length>0;)for(var r=n.pop(),o=0,s=r.header.children||[];o<s.length;o++){var a=s[o],l=new Xn(this,a,r);l.depth=r.depth+1,r.children.push(l),n.push(l)}}return Object.defineProperty(e.prototype,"maxMemoryUsage",{get:function(){return this.options.maxMemoryUsage},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"asset",{get:function(){return this.rawJson.asset},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"type",{get:function(){return this.rawJson.type},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"basePath",{get:function(){return this.rawJson.basePath},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"modelMatrix",{get:function(){return this.options.modelMatrix},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"geometricError",{get:function(){return this.rawJson.geometricError},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"lodMetricType",{get:function(){return this.rawJson.lodMetricType},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"lodMetricValue",{get:function(){return this.rawJson.lodMetricValue},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"refine",{get:function(){return this.rawJson.root.refine},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tiles",{get:function(){return Jn(this._tiles)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"floorInfo",{get:function(){return this.rawJson.floorInfo||this.rawJson.floor_info||[]},enumerable:!1,configurable:!0}),e.prototype.reset=function(){for(var e=[this.root];e.length>0;){for(var t=e.pop(),i=0,n=t.children;i<n.length;i++){var r=n[i];e.push(r)}this.cache.unloadTile(t),this.unloadTile(t)}this.cache.reset(),this.traverser.reset(),this.selectedTiles=[],this.requestedTiles=[]},e.prototype.isLoaded=function(){return 0===this.pendingCount&&0!==this.frameNumber},e.prototype.onTraversalEnd=function(e){var t=this,i=new n.Vector3(e.camera.position);this.selectedTiles=this.options.onTraversalComplete(Jn(this.traverser.selectedTiles)),this.requestedTiles=Jn(this.traverser.requestedTiles).slice().sort((function(e,t){return e.boundingVolume.center.distanceTo(i)-t.boundingVolume.center.distanceTo(i)}));for(var r=0,o=this.selectedTiles;r<o.length;r++){var s=o[r];this._tiles[s.id]=s}for(var a=0,l=this.requestedTiles;a<l.length;a++){(s=l[a]).contentUnloaded&&this.loadTile(s)}this.cache.unloadTiles((function(){return t.memoryUsageInBytes>1024*t.maxMemoryUsage*1024}),(function(e){return t.unloadTile(e)}))},e.prototype.loadTile=function(e){var t=this;this.pendingCount++,e.loadContent().catch((function(i){var n=i.message||i.toString();return console.error("A 3D tile failed to load: ".concat(e.id," ").concat(n)),t.options.onTileError(e,n),!1})).then((function(i){t.pendingCount--,i&&(t.cache.add(e,(function(){e.content&&(t.memoryUsageInBytes+=e.content.byteLength||0)})),t.options.onTileLoad(e))}))},e.prototype.unloadTile=function(e){this.memoryUsageInBytes-=e.content&&e.content.byteLength||0,this.options.onTileUnload(e),e.unloadContent()},e}();function er(){return(65536*(1+Math.random())|0).toString(16).substring(1)}function tr(){return(er()+er()+"-"+er()+"-4"+er().substr(0,3)+"-"+er()+"-"+er()+er()+er()).toLowerCase()}function ir(e,t){var i;return e.content&&(e.contentUrl="".concat(t,"/").concat(e.content.uri||e.content.url)),e.id=null!==(i=e.contentUrl)&&void 0!==i?i:"empty:"+tr(),e.lodMetricType="geometricError",e.lodMetricValue=e.geometricError,e.transformMatrix=e.transform,e.type=e.contentUrl?"SCENEGRAPH":"EMPTY",e.refine=function(e){switch(e){case"REPLACE":case"replace":return"REPLACE";case"ADD":case"add":return"ADD";default:throw new Error("refine ".concat(e," is not supported."))}}(e.refine),e}function nr(e,t){var i,n=JSON.parse(JSON.stringify(e));return n.basePath=t,n.root=function(e,t){e=ir(e,t);var i=[];for(i.push(e);i.length>0;)for(var n=0,r=(i.pop()||{}).children||[];n<r.length;n++){var o=r[n];ir(o,t),i.push(o)}return e}(n.root,t),n.type="TILES3D",n.lodMetricType="geometricError",n.lodMetricValue=(null===(i=n.root)||void 0===i?void 0:i.lodMetricValue)||0,n}var rr=function(){function t(t){e.Loader.call(this,t),this.dracoLoader=null,this.ddsLoader=null}function i(){var e={};return{get:function(t){return e[t]},add:function(t,i){e[t]=i},remove:function(t){delete e[t]},removeAll:function(){e={}}}}t.prototype=Object.assign(Object.create(e.Loader.prototype),{constructor:t,load:function(t,i,n,r){var o,s=this;o=""!==this.resourcePath?this.resourcePath:""!==this.path?this.path:e.LoaderUtils.extractUrlBase(t),s.manager.itemStart(t);var a=function(e){r?r(e):console.error(e),s.manager.itemError(t),s.manager.itemEnd(t)},l=new e.FileLoader(s.manager);l.setPath(this.path),l.setResponseType("arraybuffer"),l.setRequestHeader(this.requestHeader),"use-credentials"===s.crossOrigin&&l.setWithCredentials(!0),l.load(t,(function(e){try{s.parse(e,o,(function(e){i(e),s.manager.itemEnd(t)}),a)}catch(e){a(e)}}),n,a)},setDRACOLoader:function(e){return this.dracoLoader=e,this},setDDSLoader:function(e){return this.ddsLoader=e,this},parse:function(t,i,u,c){var f,m={};if("string"==typeof t)f=t;else if(e.LoaderUtils.decodeText(new Uint8Array(t,0,4))===l){try{m[n.KHR_BINARY_GLTF]=new h(t)}catch(e){return void(c&&c(e))}f=m[n.KHR_BINARY_GLTF].content}else f=e.LoaderUtils.decodeText(new Uint8Array(t));var v=JSON.parse(f);if(void 0===v.asset||v.asset.version[0]<2)c&&c(new Error("THREE.GLTFLoader: Unsupported asset. glTF versions >=2.0 are supported."));else{if(v.extensionsUsed)for(var y=0;y<v.extensionsUsed.length;++y){var b=v.extensionsUsed[y],x=v.extensionsRequired||[];switch(b){case n.KHR_LIGHTS_PUNCTUAL:m[b]=new o(v);break;case n.KHR_MATERIALS_CLEARCOAT:m[b]=new a;break;case n.KHR_MATERIALS_UNLIT:m[b]=new s;break;case n.KHR_MATERIALS_PBR_SPECULAR_GLOSSINESS:m[b]=new A;break;case n.KHR_DRACO_MESH_COMPRESSION:m[b]=new d(v,this.dracoLoader);break;case n.MSFT_TEXTURE_DDS:m[b]=new r(this.ddsLoader);break;case n.KHR_TEXTURE_TRANSFORM:m[b]=new p;break;case n.KHR_MESH_QUANTIZATION:m[b]=new g;break;default:x.indexOf(b)>=0&&console.warn('THREE.GLTFLoader: Unknown extension "'+b+'".')}}var w=new H(v,m,{path:i||this.resourcePath||"",crossOrigin:this.crossOrigin,manager:this.manager});w.fileLoader.setRequestHeader(this.requestHeader),w.parse(u,c)}}});var n={KHR_BINARY_GLTF:"KHR_binary_glTF",KHR_DRACO_MESH_COMPRESSION:"KHR_draco_mesh_compression",KHR_LIGHTS_PUNCTUAL:"KHR_lights_punctual",KHR_MATERIALS_CLEARCOAT:"KHR_materials_clearcoat",KHR_MATERIALS_PBR_SPECULAR_GLOSSINESS:"KHR_materials_pbrSpecularGlossiness",KHR_MATERIALS_UNLIT:"KHR_materials_unlit",KHR_TEXTURE_TRANSFORM:"KHR_texture_transform",KHR_MESH_QUANTIZATION:"KHR_mesh_quantization",MSFT_TEXTURE_DDS:"MSFT_texture_dds"};function r(e){if(!e)throw new Error("THREE.GLTFLoader: Attempting to load .dds texture without importing DDSLoader");this.name=n.MSFT_TEXTURE_DDS,this.ddsLoader=e}function o(e){this.name=n.KHR_LIGHTS_PUNCTUAL;var t=e.extensions&&e.extensions[n.KHR_LIGHTS_PUNCTUAL]||{};this.lightDefs=t.lights||[]}function s(){this.name=n.KHR_MATERIALS_UNLIT}function a(){this.name=n.KHR_MATERIALS_CLEARCOAT}o.prototype.loadLight=function(t){var i,n=this.lightDefs[t],r=new e.Color(16777215);void 0!==n.color&&r.fromArray(n.color);var o=void 0!==n.range?n.range:0;switch(n.type){case"directional":(i=new e.DirectionalLight(r)).target.position.set(0,0,-1),i.add(i.target);break;case"point":(i=new e.PointLight(r)).distance=o;break;case"spot":(i=new e.SpotLight(r)).distance=o,n.spot=n.spot||{},n.spot.innerConeAngle=void 0!==n.spot.innerConeAngle?n.spot.innerConeAngle:0,n.spot.outerConeAngle=void 0!==n.spot.outerConeAngle?n.spot.outerConeAngle:Math.PI/4,i.angle=n.spot.outerConeAngle,i.penumbra=1-n.spot.innerConeAngle/n.spot.outerConeAngle,i.target.position.set(0,0,-1),i.add(i.target);break;default:throw new Error('THREE.GLTFLoader: Unexpected light type, "'+n.type+'".')}return i.position.set(0,0,0),i.decay=2,void 0!==n.intensity&&(i.intensity=n.intensity),i.name=n.name||"light_"+t,Promise.resolve(i)},s.prototype.getMaterialType=function(){return e.MeshBasicMaterial},s.prototype.extendParams=function(t,i,n){var r=[];t.color=new e.Color(1,1,1),t.opacity=1;var o=i.pbrMetallicRoughness;if(o){if(Array.isArray(o.baseColorFactor)){var s=o.baseColorFactor;t.color.fromArray(s),t.opacity=s[3]}void 0!==o.baseColorTexture&&r.push(n.assignTexture(t,"map",o.baseColorTexture))}return Promise.all(r)},a.prototype.getMaterialType=function(){return e.MeshPhysicalMaterial},a.prototype.extendParams=function(t,i,n){var r=[],o=i.extensions[this.name];if(void 0!==o.clearcoatFactor&&(t.clearcoat=o.clearcoatFactor),void 0!==o.clearcoatTexture&&r.push(n.assignTexture(t,"clearcoatMap",o.clearcoatTexture)),void 0!==o.clearcoatRoughnessFactor&&(t.clearcoatRoughness=o.clearcoatRoughnessFactor),void 0!==o.clearcoatRoughnessTexture&&r.push(n.assignTexture(t,"clearcoatRoughnessMap",o.clearcoatRoughnessTexture)),void 0!==o.clearcoatNormalTexture&&(r.push(n.assignTexture(t,"clearcoatNormalMap",o.clearcoatNormalTexture)),void 0!==o.clearcoatNormalTexture.scale)){var s=o.clearcoatNormalTexture.scale;t.clearcoatNormalScale=new e.Vector2(s,s)}return Promise.all(r)};var l="glTF",u=1313821514,c=5130562;function h(t){this.name=n.KHR_BINARY_GLTF,this.content=null,this.body=null;var i=new DataView(t,0,12);if(this.header={magic:e.LoaderUtils.decodeText(new Uint8Array(t.slice(0,4))),version:i.getUint32(4,!0),length:i.getUint32(8,!0)},this.header.magic!==l)throw new Error("THREE.GLTFLoader: Unsupported glTF-Binary header.");if(this.header.version<2)throw new Error("THREE.GLTFLoader: Legacy binary file detected.");for(var r=new DataView(t,12),o=0;o<r.byteLength;){var s=r.getUint32(o,!0);o+=4;var a=r.getUint32(o,!0);if(o+=4,a===u){var h=new Uint8Array(t,12+o,s);this.content=e.LoaderUtils.decodeText(h)}else if(a===c){var d=12+o;this.body=t.slice(d,d+s)}o+=s}if(null===this.content)throw new Error("THREE.GLTFLoader: JSON content not found.")}function d(e,t){if(!t)throw new Error("THREE.GLTFLoader: No DRACOLoader instance provided.");this.name=n.KHR_DRACO_MESH_COMPRESSION,this.json=e,this.dracoLoader=t,this.dracoLoader.preload()}function p(){this.name=n.KHR_TEXTURE_TRANSFORM}function f(t){e.MeshStandardMaterial.call(this),this.isGLTFSpecularGlossinessMaterial=!0;var i=["#ifdef USE_SPECULARMAP","\tuniform sampler2D specularMap;","#endif"].join("\n"),n=["#ifdef USE_GLOSSINESSMAP","\tuniform sampler2D glossinessMap;","#endif"].join("\n"),r=["vec3 specularFactor = specular;","#ifdef USE_SPECULARMAP","\tvec4 texelSpecular = texture2D( specularMap, vUv );","\ttexelSpecular = sRGBToLinear( texelSpecular );","\t// reads channel RGB, compatible with a glTF Specular-Glossiness (RGBA) texture","\tspecularFactor *= texelSpecular.rgb;","#endif"].join("\n"),o=["float glossinessFactor = glossiness;","#ifdef USE_GLOSSINESSMAP","\tvec4 texelGlossiness = texture2D( glossinessMap, vUv );","\t// reads channel A, compatible with a glTF Specular-Glossiness (RGBA) texture","\tglossinessFactor *= texelGlossiness.a;","#endif"].join("\n"),s=["PhysicalMaterial material;","material.diffuseColor = diffuseColor.rgb;","vec3 dxy = max( abs( dFdx( geometryNormal ) ), abs( dFdy( geometryNormal ) ) );","float geometryRoughness = max( max( dxy.x, dxy.y ), dxy.z );","material.specularRoughness = max( 1.0 - glossinessFactor, 0.0525 );// 0.0525 corresponds to the base mip of a 256 cubemap.","material.specularRoughness += geometryRoughness;","material.specularRoughness = min( material.specularRoughness, 1.0 );","material.specularColor = specularFactor.rgb;"].join("\n"),a={specular:{value:(new e.Color).setHex(16777215)},glossiness:{value:1},specularMap:{value:null},glossinessMap:{value:null}};this._extraUniforms=a,this.onBeforeCompile=function(e){for(var t in a)e.uniforms[t]=a[t];e.fragmentShader=e.fragmentShader.replace("uniform float roughness;","uniform vec3 specular;"),e.fragmentShader=e.fragmentShader.replace("uniform float metalness;","uniform float glossiness;"),e.fragmentShader=e.fragmentShader.replace("#include <roughnessmap_pars_fragment>",i),e.fragmentShader=e.fragmentShader.replace("#include <metalnessmap_pars_fragment>",n),e.fragmentShader=e.fragmentShader.replace("#include <roughnessmap_fragment>",r),e.fragmentShader=e.fragmentShader.replace("#include <metalnessmap_fragment>",o),e.fragmentShader=e.fragmentShader.replace("#include <lights_physical_fragment>",s)},Object.defineProperties(this,{specular:{get:function(){return a.specular.value},set:function(e){a.specular.value=e}},specularMap:{get:function(){return a.specularMap.value},set:function(e){a.specularMap.value=e}},glossiness:{get:function(){return a.glossiness.value},set:function(e){a.glossiness.value=e}},glossinessMap:{get:function(){return a.glossinessMap.value},set:function(e){a.glossinessMap.value=e,e?(this.defines.USE_GLOSSINESSMAP="",this.defines.USE_ROUGHNESSMAP=""):(delete this.defines.USE_ROUGHNESSMAP,delete this.defines.USE_GLOSSINESSMAP)}}}),delete this.metalness,delete this.roughness,delete this.metalnessMap,delete this.roughnessMap,this.setValues(t)}function A(){return{name:n.KHR_MATERIALS_PBR_SPECULAR_GLOSSINESS,specularGlossinessParams:["color","map","lightMap","lightMapIntensity","aoMap","aoMapIntensity","emissive","emissiveIntensity","emissiveMap","bumpMap","bumpScale","normalMap","normalMapType","displacementMap","displacementScale","displacementBias","specularMap","specular","glossinessMap","glossiness","alphaMap","envMap","envMapIntensity","refractionRatio"],getMaterialType:function(){return f},extendParams:function(t,i,n){var r=i.extensions[this.name];t.color=new e.Color(1,1,1),t.opacity=1;var o=[];if(Array.isArray(r.diffuseFactor)){var s=r.diffuseFactor;t.color.fromArray(s),t.opacity=s[3]}if(void 0!==r.diffuseTexture&&o.push(n.assignTexture(t,"map",r.diffuseTexture)),t.emissive=new e.Color(0,0,0),t.glossiness=void 0!==r.glossinessFactor?r.glossinessFactor:1,t.specular=new e.Color(1,1,1),Array.isArray(r.specularFactor)&&t.specular.fromArray(r.specularFactor),void 0!==r.specularGlossinessTexture){var a=r.specularGlossinessTexture;o.push(n.assignTexture(t,"glossinessMap",a)),o.push(n.assignTexture(t,"specularMap",a))}return Promise.all(o)},createMaterial:function(t){var i=new f(t);return i.fog=!0,i.color=t.color,i.map=void 0===t.map?null:t.map,i.lightMap=null,i.lightMapIntensity=1,i.aoMap=void 0===t.aoMap?null:t.aoMap,i.aoMapIntensity=1,i.emissive=t.emissive,i.emissiveIntensity=1,i.emissiveMap=void 0===t.emissiveMap?null:t.emissiveMap,i.bumpMap=void 0===t.bumpMap?null:t.bumpMap,i.bumpScale=1,i.normalMap=void 0===t.normalMap?null:t.normalMap,i.normalMapType=e.TangentSpaceNormalMap,t.normalScale&&(i.normalScale=t.normalScale),i.displacementMap=null,i.displacementScale=1,i.displacementBias=0,i.specularMap=void 0===t.specularMap?null:t.specularMap,i.specular=t.specular,i.glossinessMap=void 0===t.glossinessMap?null:t.glossinessMap,i.glossiness=t.glossiness,i.alphaMap=null,i.envMap=void 0===t.envMap?null:t.envMap,i.envMapIntensity=1,i.refractionRatio=.98,i}}}function g(){this.name=n.KHR_MESH_QUANTIZATION}function m(t,i,n,r){e.Interpolant.call(this,t,i,n,r)}d.prototype.decodePrimitive=function(e,t){var i=this.json,n=this.dracoLoader,r=e.extensions[this.name].bufferView,o=e.extensions[this.name].attributes,s={},a={},l={};for(var u in o){var c=P[u]||u.toLowerCase();s[c]=o[u]}for(u in e.attributes){c=P[u]||u.toLowerCase();if(void 0!==o[u]){var h=i.accessors[e.attributes[u]],d=S[h.componentType];l[c]=d,a[c]=!0===h.normalized}}return t.getDependency("bufferView",r).then((function(e){return new Promise((function(t){n.decodeDracoFile(e,(function(e){for(var i in e.attributes){var n=e.attributes[i],r=a[i];void 0!==r&&(n.normalized=r)}t(e)}),s,l)}))}))},p.prototype.extendTexture=function(e,t){return e=e.clone(),void 0!==t.offset&&e.offset.fromArray(t.offset),void 0!==t.rotation&&(e.rotation=t.rotation),void 0!==t.scale&&e.repeat.fromArray(t.scale),void 0!==t.texCoord&&console.warn('THREE.GLTFLoader: Custom UV sets in "'+this.name+'" extension not yet supported.'),e.needsUpdate=!0,e},f.prototype=Object.create(e.MeshStandardMaterial.prototype),f.prototype.constructor=f,f.prototype.copy=function(t){return e.MeshStandardMaterial.prototype.copy.call(this,t),this.specularMap=t.specularMap,this.specular.copy(t.specular),this.glossinessMap=t.glossinessMap,this.glossiness=t.glossiness,delete this.metalness,delete this.roughness,delete this.metalnessMap,delete this.roughnessMap,this},m.prototype=Object.create(e.Interpolant.prototype),m.prototype.constructor=m,m.prototype.copySampleValue_=function(e){for(var t=this.resultBuffer,i=this.sampleValues,n=this.valueSize,r=e*n*3+n,o=0;o!==n;o++)t[o]=i[r+o];return t},m.prototype.beforeStart_=m.prototype.copySampleValue_,m.prototype.afterEnd_=m.prototype.copySampleValue_,m.prototype.interpolate_=function(e,t,i,n){for(var r=this.resultBuffer,o=this.sampleValues,s=this.valueSize,a=2*s,l=3*s,u=n-t,c=(i-t)/u,h=c*c,d=h*c,p=e*l,f=p-l,A=-2*d+3*h,g=d-h,m=1-A,v=g-h+c,y=0;y!==s;y++){var b=o[f+y+s],x=o[f+y+a]*u,w=o[p+y+s],E=o[p+y]*u;r[y]=m*b+v*x+A*w+g*E}return r};var v=0,y=1,b=2,x=3,w=4,E=5,M=6,S={5120:Int8Array,5121:Uint8Array,5122:Int16Array,5123:Uint16Array,5125:Uint32Array,5126:Float32Array},I={9728:e.NearestFilter,9729:e.LinearFilter,9984:e.NearestMipmapNearestFilter,9985:e.LinearMipmapNearestFilter,9986:e.NearestMipmapLinearFilter,9987:e.LinearMipmapLinearFilter},C={33071:e.ClampToEdgeWrapping,33648:e.MirroredRepeatWrapping,10497:e.RepeatWrapping},B={SCALAR:1,VEC2:2,VEC3:3,VEC4:4,MAT2:4,MAT3:9,MAT4:16},P={POSITION:"position",NORMAL:"normal",TANGENT:"tangent",TEXCOORD_0:"uv",TEXCOORD_1:"uv2",COLOR_0:"color",WEIGHTS_0:"skinWeight",JOINTS_0:"skinIndex"},T={scale:"scale",translation:"position",rotation:"quaternion",weights:"morphTargetInfluences"},R={CUBICSPLINE:void 0,LINEAR:e.InterpolateLinear,STEP:e.InterpolateDiscrete},D="OPAQUE",L="MASK",k="BLEND",F={"image/png":e.RGBAFormat,"image/jpeg":e.RGBFormat};function N(e,t){return"string"!=typeof e||""===e?"":(/^https?:\/\//i.test(t)&&/^\//.test(e)&&(t=t.replace(/(^https?:\/\/[^\/]+).*/i,"$1")),/^(https?:)?\/\//i.test(e)||/^data:.*,.*$/i.test(e)||/^blob:.*$/i.test(e)?e:t+e)}function O(e,t,i){for(var n in i.extensions)void 0===e[n]&&(t.userData.gltfExtensions=t.userData.gltfExtensions||{},t.userData.gltfExtensions[n]=i.extensions[n])}function Q(e,t){void 0!==t.extras&&("object"==typeof t.extras?Object.assign(e.userData,t.extras):console.warn("THREE.GLTFLoader: Ignoring primitive type .extras, "+t.extras))}function V(e,t){if(e.updateMorphTargets(),void 0!==t.weights)for(var i=0,n=t.weights.length;i<n;i++)e.morphTargetInfluences[i]=t.weights[i];if(t.extras&&Array.isArray(t.extras.targetNames)){var r=t.extras.targetNames;if(e.morphTargetInfluences.length===r.length){e.morphTargetDictionary={};for(i=0,n=r.length;i<n;i++)e.morphTargetDictionary[r[i]]=i}else console.warn("THREE.GLTFLoader: Invalid extras.targetNames length. Ignoring names.")}}function _(e){for(var t="",i=Object.keys(e).sort(),n=0,r=i.length;n<r;n++)t+=i[n]+":"+e[i[n]]+";";return t}function H(t,n,r){this.json=t||{},this.extensions=n||{},this.options=r||{},this.cache=new i,this.associations=new Map,this.primitiveCache={},this.textureLoader=new e.TextureLoader(this.options.manager),this.textureLoader.setCrossOrigin(this.options.crossOrigin),this.fileLoader=new e.FileLoader(this.options.manager),this.fileLoader.setResponseType("arraybuffer"),"use-credentials"===this.options.crossOrigin&&this.fileLoader.setWithCredentials(!0)}function U(t,i,n){var r=i.attributes,o=[];function s(e,i){return n.getDependency("accessor",e).then((function(e){t.setAttribute(i,e)}))}for(var a in r){var l=P[a]||a.toLowerCase();l in t.attributes||o.push(s(r[a],l))}if(void 0!==i.indices&&!t.index){var u=n.getDependency("accessor",i.indices).then((function(e){t.setIndex(e)}));o.push(u)}return Q(t,i),function(t,i,n){var r=i.attributes,o=new e.Box3;if(void 0!==r.POSITION){var s=(p=n.json.accessors[r.POSITION]).min,a=p.max;if(void 0!==s&&void 0!==a){o.set(new e.Vector3(s[0],s[1],s[2]),new e.Vector3(a[0],a[1],a[2]));var l=i.targets;if(void 0!==l){for(var u=new e.Vector3,c=new e.Vector3,h=0,d=l.length;h<d;h++){var p,f=l[h];if(void 0!==f.POSITION)s=(p=n.json.accessors[f.POSITION]).min,a=p.max,void 0!==s&&void 0!==a?(c.setX(Math.max(Math.abs(s[0]),Math.abs(a[0]))),c.setY(Math.max(Math.abs(s[1]),Math.abs(a[1]))),c.setZ(Math.max(Math.abs(s[2]),Math.abs(a[2]))),u.max(c)):console.warn("THREE.GLTFLoader: Missing min/max properties for accessor POSITION.")}o.expandByVector(u)}t.boundingBox=o;var A=new e.Sphere;o.getCenter(A.center),A.radius=o.min.distanceTo(o.max)/2,t.boundingSphere=A}else console.warn("THREE.GLTFLoader: Missing min/max properties for accessor POSITION.")}}(t,i,n),Promise.all(o).then((function(){return void 0!==i.targets?function(e,t,i){for(var n=!1,r=!1,o=0,s=t.length;o<s&&(void 0!==(u=t[o]).POSITION&&(n=!0),void 0!==u.NORMAL&&(r=!0),!n||!r);o++);if(!n&&!r)return Promise.resolve(e);var a=[],l=[];for(o=0,s=t.length;o<s;o++){var u=t[o];if(n){var c=void 0!==u.POSITION?i.getDependency("accessor",u.POSITION):e.attributes.position;a.push(c)}r&&(c=void 0!==u.NORMAL?i.getDependency("accessor",u.NORMAL):e.attributes.normal,l.push(c))}return Promise.all([Promise.all(a),Promise.all(l)]).then((function(t){var i=t[0],o=t[1];return n&&(e.morphAttributes.position=i),r&&(e.morphAttributes.normal=o),e.morphTargetsRelative=!0,e}))}(t,i.targets,n):t}))}function q(t,i){var n=t.getIndex();if(null===n){var r=[],o=t.getAttribute("position");if(void 0===o)return console.error("THREE.GLTFLoader.toTrianglesDrawMode(): Undefined position attribute. Processing not possible."),t;for(var s=0;s<o.count;s++)r.push(s);t.setIndex(r),n=t.getIndex()}var a=n.count-2,l=[];if(i===e.TriangleFanDrawMode)for(s=1;s<=a;s++)l.push(n.getX(0)),l.push(n.getX(s)),l.push(n.getX(s+1));else for(s=0;s<a;s++)s%2==0?(l.push(n.getX(s)),l.push(n.getX(s+1)),l.push(n.getX(s+2))):(l.push(n.getX(s+2)),l.push(n.getX(s+1)),l.push(n.getX(s)));l.length/3!==a&&console.error("THREE.GLTFLoader.toTrianglesDrawMode(): Unable to generate correct amount of triangles.");var u=t.clone();return u.setIndex(l),u}return H.prototype.parse=function(e,t){var i=this,n=this.json,r=this.extensions;this.cache.removeAll(),this.markDefs(),Promise.all([this.getDependencies("scene"),this.getDependencies("animation"),this.getDependencies("camera")]).then((function(t){var o={scene:t[0][n.scene||0],scenes:t[0],animations:t[1],cameras:t[2],asset:n.asset,parser:i,userData:{}};O(r,o,n),Q(o,n),e(o)})).catch(t)},H.prototype.markDefs=function(){for(var e=this.json.nodes||[],t=this.json.skins||[],i=this.json.meshes||[],n={},r={},o=0,s=t.length;o<s;o++)for(var a=t[o].joints,l=0,u=a.length;l<u;l++)e[a[l]].isBone=!0;for(var c=0,h=e.length;c<h;c++){var d=e[c];void 0!==d.mesh&&(void 0===n[d.mesh]&&(n[d.mesh]=r[d.mesh]=0),n[d.mesh]++,void 0!==d.skin&&(i[d.mesh].isSkinnedMesh=!0))}this.json.meshReferences=n,this.json.meshUses=r},H.prototype.getDependency=function(e,t){var i=e+":"+t,r=this.cache.get(i);if(!r){switch(e){case"scene":r=this.loadScene(t);break;case"node":r=this.loadNode(t);break;case"mesh":r=this.loadMesh(t);break;case"accessor":r=this.loadAccessor(t);break;case"bufferView":r=this.loadBufferView(t);break;case"buffer":r=this.loadBuffer(t);break;case"material":r=this.loadMaterial(t);break;case"texture":r=this.loadTexture(t);break;case"skin":r=this.loadSkin(t);break;case"animation":r=this.loadAnimation(t);break;case"camera":r=this.loadCamera(t);break;case"light":r=this.extensions[n.KHR_LIGHTS_PUNCTUAL].loadLight(t);break;default:throw new Error("Unknown type: "+e)}this.cache.add(i,r)}return r},H.prototype.getDependencies=function(e){var t=this.cache.get(e);if(!t){var i=this,n=this.json[e+("mesh"===e?"es":"s")]||[];t=Promise.all(n.map((function(t,n){return i.getDependency(e,n)}))),this.cache.add(e,t)}return t},H.prototype.loadBuffer=function(e){var t=this.json.buffers[e],i=this.fileLoader;if(t.type&&"arraybuffer"!==t.type)throw new Error("THREE.GLTFLoader: "+t.type+" buffer type is not supported.");if(void 0===t.uri&&0===e)return Promise.resolve(this.extensions[n.KHR_BINARY_GLTF].body);var r=this.options;return new Promise((function(e,n){i.load(N(t.uri,r.path),e,void 0,(function(){n(new Error('THREE.GLTFLoader: Failed to load buffer "'+t.uri+'".'))}))}))},H.prototype.loadBufferView=function(e){var t=this.json.bufferViews[e];return this.getDependency("buffer",t.buffer).then((function(e){var i=t.byteLength||0,n=t.byteOffset||0;return e.slice(n,n+i)}))},H.prototype.loadAccessor=function(t){var i=this,n=this.json,r=this.json.accessors[t];if(void 0===r.bufferView&&void 0===r.sparse)return Promise.resolve(null);var o=[];return void 0!==r.bufferView?o.push(this.getDependency("bufferView",r.bufferView)):o.push(null),void 0!==r.sparse&&(o.push(this.getDependency("bufferView",r.sparse.indices.bufferView)),o.push(this.getDependency("bufferView",r.sparse.values.bufferView))),Promise.all(o).then((function(t){var o,s,a=t[0],l=B[r.type],u=S[r.componentType],c=u.BYTES_PER_ELEMENT,h=c*l,d=r.byteOffset||0,p=void 0!==r.bufferView?n.bufferViews[r.bufferView].byteStride:void 0,f=!0===r.normalized;if(p&&p!==h){var A=Math.floor(d/p),g="InterleavedBuffer:"+r.bufferView+":"+r.componentType+":"+A+":"+r.count,m=i.cache.get(g);m||(o=new u(a,A*p,r.count*p/c),m=new e.InterleavedBuffer(o,p/c),i.cache.add(g,m)),s=new e.InterleavedBufferAttribute(m,l,d%p/c,f)}else o=null===a?new u(r.count*l):new u(a,d,r.count*l),s=new e.BufferAttribute(o,l,f);if(void 0!==r.sparse){var v=B.SCALAR,y=S[r.sparse.indices.componentType],b=r.sparse.indices.byteOffset||0,x=r.sparse.values.byteOffset||0,w=new y(t[1],b,r.sparse.count*v),E=new u(t[2],x,r.sparse.count*l);null!==a&&(s=new e.BufferAttribute(s.array.slice(),s.itemSize,s.normalized));for(var M=0,I=w.length;M<I;M++){var C=w[M];if(s.setX(C,E[M*l]),l>=2&&s.setY(C,E[M*l+1]),l>=3&&s.setZ(C,E[M*l+2]),l>=4&&s.setW(C,E[M*l+3]),l>=5)throw new Error("THREE.GLTFLoader: Unsupported itemSize in sparse BufferAttribute.")}}return s}))},H.prototype.loadTexture=function(t){var i,r=this,o=this.json,s=this.options,a=this.textureLoader,l=self.URL||self.webkitURL,u=o.textures[t],c=u.extensions||{},h=(i=c[n.MSFT_TEXTURE_DDS]?o.images[c[n.MSFT_TEXTURE_DDS].source]:o.images[u.source]).uri,d=!1;return void 0!==i.bufferView&&(h=r.getDependency("bufferView",i.bufferView).then((function(e){d=!0;var t=new Blob([e],{type:i.mimeType});return h=l.createObjectURL(t)}))),Promise.resolve(h).then((function(e){var t=s.manager.getHandler(e);return t||(t=c[n.MSFT_TEXTURE_DDS]?r.extensions[n.MSFT_TEXTURE_DDS].ddsLoader:a),new Promise((function(i,n){t.load(N(e,s.path),i,void 0,n)}))})).then((function(n){!0===d&&l.revokeObjectURL(h),n.flipY=!1,u.name&&(n.name=u.name),i.mimeType in F&&(n.format=F[i.mimeType]);var s=(o.samplers||{})[u.sampler]||{};return n.magFilter=I[s.magFilter]||e.LinearFilter,n.minFilter=I[s.minFilter]||e.LinearMipmapLinearFilter,n.wrapS=C[s.wrapS]||e.RepeatWrapping,n.wrapT=C[s.wrapT]||e.RepeatWrapping,r.associations.set(n,{type:"textures",index:t}),n}))},H.prototype.assignTexture=function(t,i,r){var o=this;return this.getDependency("texture",r.index).then((function(s){if(!s.isCompressedTexture)switch(i){case"aoMap":case"emissiveMap":case"metalnessMap":case"normalMap":case"roughnessMap":s.format=e.RGBFormat}if(void 0===r.texCoord||0==r.texCoord||"aoMap"===i&&1==r.texCoord||console.warn("THREE.GLTFLoader: Custom UV set "+r.texCoord+" for texture "+i+" not yet supported."),o.extensions[n.KHR_TEXTURE_TRANSFORM]){var a=void 0!==r.extensions?r.extensions[n.KHR_TEXTURE_TRANSFORM]:void 0;if(a){var l=this.associations.get(s);s=o.extensions[n.KHR_TEXTURE_TRANSFORM].extendTexture(s,a),this.associations.set(s,l)}}t[i]=s}))},H.prototype.assignFinalMaterial=function(t){var i=t.geometry,n=t.material,r=void 0!==i.attributes.tangent,o=void 0!==i.attributes.color,s=void 0===i.attributes.normal,a=!0===t.isSkinnedMesh,l=Object.keys(i.morphAttributes).length>0,u=l&&void 0!==i.morphAttributes.normal;if(t.isPoints){var c="PointsMaterial:"+n.uuid,h=this.cache.get(c);h||(h=new e.PointsMaterial,e.Material.prototype.copy.call(h,n),h.color.copy(n.color),h.map=n.map,h.sizeAttenuation=!1,this.cache.add(c,h)),n=h}else if(t.isLine){c="LineBasicMaterial:"+n.uuid;var d=this.cache.get(c);d||(d=new e.LineBasicMaterial,e.Material.prototype.copy.call(d,n),d.color.copy(n.color),this.cache.add(c,d)),n=d}if(r||o||s||a||l){c="ClonedMaterial:"+n.uuid+":";n.isGLTFSpecularGlossinessMaterial&&(c+="specular-glossiness:"),a&&(c+="skinning:"),r&&(c+="vertex-tangents:"),o&&(c+="vertex-colors:"),s&&(c+="flat-shading:"),l&&(c+="morph-targets:"),u&&(c+="morph-normals:");var p=this.cache.get(c);p||(p=n.clone(),a&&(p.skinning=!0),r&&(p.vertexTangents=!0),o&&(p.vertexColors=!0),s&&(p.flatShading=!0),l&&(p.morphTargets=!0),u&&(p.morphNormals=!0),this.cache.add(c,p),this.associations.set(p,this.associations.get(n))),n=p}n.aoMap&&void 0===i.attributes.uv2&&void 0!==i.attributes.uv&&i.setAttribute("uv2",i.attributes.uv),n.normalScale&&!r&&(n.normalScale.y=-n.normalScale.y),n.clearcoatNormalScale&&!r&&(n.clearcoatNormalScale.y=-n.clearcoatNormalScale.y),t.material=n},H.prototype.loadMaterial=function(t){var i,r=this,o=this.json,s=this.extensions,a=o.materials[t],l={},u=a.extensions||{},c=[];if(u[n.KHR_MATERIALS_PBR_SPECULAR_GLOSSINESS]){var h=s[n.KHR_MATERIALS_PBR_SPECULAR_GLOSSINESS];i=h.getMaterialType(),c.push(h.extendParams(l,a,r))}else if(u[n.KHR_MATERIALS_UNLIT]){var d=s[n.KHR_MATERIALS_UNLIT];i=d.getMaterialType(),c.push(d.extendParams(l,a,r))}else{i=e.MeshStandardMaterial;var p=a.pbrMetallicRoughness||{};if(l.color=new e.Color(1,1,1),l.opacity=1,Array.isArray(p.baseColorFactor)){var A=p.baseColorFactor;l.color.fromArray(A),l.opacity=A[3]}void 0!==p.baseColorTexture&&c.push(r.assignTexture(l,"map",p.baseColorTexture)),l.metalness=void 0!==p.metallicFactor?p.metallicFactor:1,l.roughness=void 0!==p.roughnessFactor?p.roughnessFactor:1,void 0!==p.metallicRoughnessTexture&&(c.push(r.assignTexture(l,"metalnessMap",p.metallicRoughnessTexture)),c.push(r.assignTexture(l,"roughnessMap",p.metallicRoughnessTexture)))}!0===a.doubleSided&&(l.side=e.DoubleSide);var g=a.alphaMode||D;if(g===k?(l.transparent=!0,l.depthWrite=!1):(l.transparent=!1,g===L&&(l.alphaTest=void 0!==a.alphaCutoff?a.alphaCutoff:.5)),void 0!==a.normalTexture&&i!==e.MeshBasicMaterial&&(c.push(r.assignTexture(l,"normalMap",a.normalTexture)),l.normalScale=new e.Vector2(1,1),void 0!==a.normalTexture.scale&&l.normalScale.set(a.normalTexture.scale,a.normalTexture.scale)),void 0!==a.occlusionTexture&&i!==e.MeshBasicMaterial&&(c.push(r.assignTexture(l,"aoMap",a.occlusionTexture)),void 0!==a.occlusionTexture.strength&&(l.aoMapIntensity=a.occlusionTexture.strength)),void 0!==a.emissiveFactor&&i!==e.MeshBasicMaterial&&(l.emissive=(new e.Color).fromArray(a.emissiveFactor)),void 0!==a.emissiveTexture&&i!==e.MeshBasicMaterial&&c.push(r.assignTexture(l,"emissiveMap",a.emissiveTexture)),u[n.KHR_MATERIALS_CLEARCOAT]){var m=s[n.KHR_MATERIALS_CLEARCOAT];i=m.getMaterialType(),c.push(m.extendParams(l,{extensions:u},r))}return Promise.all(c).then((function(){var o;return o=i===f?s[n.KHR_MATERIALS_PBR_SPECULAR_GLOSSINESS].createMaterial(l):new i(l),a.name&&(o.name=a.name),o.map&&(o.map.encoding=e.sRGBEncoding),o.emissiveMap&&(o.emissiveMap.encoding=e.sRGBEncoding),Q(o,a),r.associations.set(o,{type:"materials",index:t}),a.extensions&&O(s,o,a),o}))},H.prototype.loadGeometries=function(t){var i=this,r=this.extensions,o=this.primitiveCache;function s(e){return r[n.KHR_DRACO_MESH_COMPRESSION].decodePrimitive(e,i).then((function(t){return U(t,e,i)}))}for(var a,l,u=[],c=0,h=t.length;c<h;c++){var d,p=t[c],f=(l=void 0,(l=(a=p).extensions&&a.extensions[n.KHR_DRACO_MESH_COMPRESSION])?"draco:"+l.bufferView+":"+l.indices+":"+_(l.attributes):a.indices+":"+_(a.attributes)+":"+a.mode),A=o[f];if(A)u.push(A.promise);else d=p.extensions&&p.extensions[n.KHR_DRACO_MESH_COMPRESSION]?s(p):U(new e.BufferGeometry,p,i),o[f]={primitive:p,promise:d},u.push(d)}return Promise.all(u)},H.prototype.loadMesh=function(t){for(var i,n=this,r=this.json.meshes[t],o=r.primitives,s=[],a=0,l=o.length;a<l;a++){var u=void 0===o[a].material?(void 0===(i=this.cache).DefaultMaterial&&(i.DefaultMaterial=new e.MeshStandardMaterial({color:16777215,emissive:0,metalness:1,roughness:1,transparent:!1,depthTest:!0,side:e.FrontSide})),i.DefaultMaterial):this.getDependency("material",o[a].material);s.push(u)}return s.push(n.loadGeometries(o)),Promise.all(s).then((function(i){for(var s=i.slice(0,i.length-1),a=i[i.length-1],l=[],u=0,c=a.length;u<c;u++){var h,d=a[u],p=o[u],f=s[u];if(p.mode===w||p.mode===E||p.mode===M||void 0===p.mode)!0!==(h=!0===r.isSkinnedMesh?new e.SkinnedMesh(d,f):new e.Mesh(d,f)).isSkinnedMesh||h.geometry.attributes.skinWeight.normalized||h.normalizeSkinWeights(),p.mode===E?h.geometry=q(h.geometry,e.TriangleStripDrawMode):p.mode===M&&(h.geometry=q(h.geometry,e.TriangleFanDrawMode));else if(p.mode===y)h=new e.LineSegments(d,f);else if(p.mode===x)h=new e.Line(d,f);else if(p.mode===b)h=new e.LineLoop(d,f);else{if(p.mode!==v)throw new Error("THREE.GLTFLoader: Primitive mode unsupported: "+p.mode);h=new e.Points(d,f)}Object.keys(h.geometry.morphAttributes).length>0&&V(h,r),h.name=r.name||"mesh_"+t,a.length>1&&(h.name+="_"+u),Q(h,r),n.assignFinalMaterial(h),l.push(h)}if(1===l.length)return l[0];var A=new e.Group;for(u=0,c=l.length;u<c;u++)A.add(l[u]);return A}))},H.prototype.loadCamera=function(t){var i,n=this.json.cameras[t],r=n[n.type];if(r)return"perspective"===n.type?i=new e.PerspectiveCamera(e.MathUtils.radToDeg(r.yfov),r.aspectRatio||1,r.znear||1,r.zfar||2e6):"orthographic"===n.type&&(i=new e.OrthographicCamera(-r.xmag,r.xmag,r.ymag,-r.ymag,r.znear,r.zfar)),n.name&&(i.name=n.name),Q(i,n),Promise.resolve(i);console.warn("THREE.GLTFLoader: Missing camera parameters.")},H.prototype.loadSkin=function(e){var t=this.json.skins[e],i={joints:t.joints};return void 0===t.inverseBindMatrices?Promise.resolve(i):this.getDependency("accessor",t.inverseBindMatrices).then((function(e){return i.inverseBindMatrices=e,i}))},H.prototype.loadAnimation=function(t){for(var i=this.json.animations[t],n=[],r=[],o=[],s=[],a=[],l=0,u=i.channels.length;l<u;l++){var c=i.channels[l],h=i.samplers[c.sampler],d=c.target,p=void 0!==d.node?d.node:d.id,f=void 0!==i.parameters?i.parameters[h.input]:h.input,A=void 0!==i.parameters?i.parameters[h.output]:h.output;n.push(this.getDependency("node",p)),r.push(this.getDependency("accessor",f)),o.push(this.getDependency("accessor",A)),s.push(h),a.push(d)}return Promise.all([Promise.all(n),Promise.all(r),Promise.all(o),Promise.all(s),Promise.all(a)]).then((function(n){for(var r=n[0],o=n[1],s=n[2],a=n[3],l=n[4],u=[],c=0,h=r.length;c<h;c++){var d=r[c],p=o[c],f=s[c],A=a[c],g=l[c];if(void 0!==d){var v;switch(d.updateMatrix(),d.matrixAutoUpdate=!0,T[g.path]){case T.weights:v=e.NumberKeyframeTrack;break;case T.rotation:v=e.QuaternionKeyframeTrack;break;default:v=e.VectorKeyframeTrack}var y=d.name?d.name:d.uuid,b=void 0!==A.interpolation?R[A.interpolation]:e.InterpolateLinear,x=[];T[g.path]===T.weights?d.traverse((function(e){!0===e.isMesh&&e.morphTargetInfluences&&x.push(e.name?e.name:e.uuid)})):x.push(y);var w=f.array;if(f.normalized){var E;if(w.constructor===Int8Array)E=1/127;else if(w.constructor===Uint8Array)E=1/255;else if(w.constructor==Int16Array)E=1/32767;else{if(w.constructor!==Uint16Array)throw new Error("THREE.GLTFLoader: Unsupported output accessor component type.");E=1/65535}for(var M=new Float32Array(w.length),S=0,I=w.length;S<I;S++)M[S]=w[S]*E;w=M}for(S=0,I=x.length;S<I;S++){var C=new v(x[S]+"."+T[g.path],p.array,w,b);"CUBICSPLINE"===A.interpolation&&(C.createInterpolant=function(e){return new m(this.times,this.values,this.getValueSize()/3,e)},C.createInterpolant.isInterpolantFactoryMethodGLTFCubicSpline=!0),u.push(C)}}}var B=i.name?i.name:"animation_"+t;return new e.AnimationClip(B,void 0,u)}))},H.prototype.loadNode=function(t){var i,r=this.json,o=this.extensions,s=this,a=r.meshReferences,l=r.meshUses,u=r.nodes[t];return(i=[],void 0!==u.mesh&&i.push(s.getDependency("mesh",u.mesh).then((function(e){var t;if(a[u.mesh]>1){var i=l[u.mesh]++;(t=e.clone()).name+="_instance_"+i}else t=e;return void 0!==u.weights&&t.traverse((function(e){if(e.isMesh)for(var t=0,i=u.weights.length;t<i;t++)e.morphTargetInfluences[t]=u.weights[t]})),t}))),void 0!==u.camera&&i.push(s.getDependency("camera",u.camera)),u.extensions&&u.extensions[n.KHR_LIGHTS_PUNCTUAL]&&void 0!==u.extensions[n.KHR_LIGHTS_PUNCTUAL].light&&i.push(s.getDependency("light",u.extensions[n.KHR_LIGHTS_PUNCTUAL].light)),Promise.all(i)).then((function(i){var n;if((n=!0===u.isBone?new e.Bone:i.length>1?new e.Group:1===i.length?i[0]:new e.Object3D)!==i[0])for(var r=0,a=i.length;r<a;r++)n.add(i[r]);if(u.name&&(n.userData.name=u.name,n.name=e.PropertyBinding.sanitizeNodeName(u.name)),Q(n,u),u.extensions&&O(o,n,u),void 0!==u.matrix){var l=new e.Matrix4;l.fromArray(u.matrix),n.applyMatrix4(l)}else void 0!==u.translation&&n.position.fromArray(u.translation),void 0!==u.rotation&&n.quaternion.fromArray(u.rotation),void 0!==u.scale&&n.scale.fromArray(u.scale);return s.associations.set(n,{type:"nodes",index:t}),n}))},H.prototype.loadScene=function(){function t(i,n,r,o){var s=r.nodes[i];return o.getDependency("node",i).then((function(t){return void 0===s.skin?t:o.getDependency("skin",s.skin).then((function(e){for(var t=[],n=0,r=(i=e).joints.length;n<r;n++)t.push(o.getDependency("node",i.joints[n]));return Promise.all(t)})).then((function(n){return t.traverse((function(t){if(t.isMesh){for(var r=[],o=[],s=0,a=n.length;s<a;s++){var l=n[s];if(l){r.push(l);var u=new e.Matrix4;void 0!==i.inverseBindMatrices&&u.fromArray(i.inverseBindMatrices.array,16*s),o.push(u)}else console.warn('THREE.GLTFLoader: Joint "%s" could not be found.',i.joints[s])}t.bind(new e.Skeleton(r,o),t.matrixWorld)}})),t}));var i})).then((function(e){n.add(e);var i=[];if(s.children)for(var a=s.children,l=0,u=a.length;l<u;l++){var c=a[l];i.push(t(c,e,r,o))}return Promise.all(i)}))}return function(i){var n=this.json,r=this.extensions,o=this.json.scenes[i],s=new e.Group;o.name&&(s.name=o.name),Q(s,o),o.extensions&&O(r,s,o);for(var a=o.nodes||[],l=[],u=0,c=a.length;u<c;u++)l.push(t(a[u],s,n,this));return Promise.all(l).then((function(){return s}))}}(),t}(),or=new rr,sr=(new o.Matrix4).makeRotationAxis(new o.Vector3(1,0,0),Math.PI/2);function ar(e){function t(e){if(e.isMesh)return function(e){var t=new vt;t.geometry=e.geometry,t.geometry.computeVertexNormals(),t.geometry.computeBoundingBox(),t.geometry.computeBoundingSphere(),t.geometry.addGroup(0,e.geometry.index.count,0);var i=new li;return i.uniforms.map.value=e.material.map,i.uniforms.exposure.value=3.3,i.opacity=1,e.material.dispose(),t.material=[i],t.position.copy(e.position),t.quaternion.copy(e.quaternion),t.scale.copy(e.scale),t.matrix.compose(t.position,t.quaternion,t.scale),t}(e);if(e.isGroup){for(var i=function(e){var t=new bt;return t.position.copy(e.position),t.quaternion.copy(e.quaternion),t.scale.copy(e.scale),t.matrix.compose(t.position,t.quaternion,t.scale),t}(e),n=0;n<e.children.length;n++){var r=t(e.children[n]);i.add(r)}return i}return new bt}return new Promise((function(i,n){var r,s=(new o.Matrix4).fromArray(e.computedTransform);if("Z"!==(null===(r=e.tileset.asset)||void 0===r?void 0:r.gltfUpAxis)&&s.multiply(sr),e.content){var a=e.content.gltfArrayBuffer,l=e.contentUrl?e.contentUrl.slice(0,e.contentUrl.lastIndexOf("/")+1):"";or.parse(a,l,(function(e){var n=e.scene,r=new bt,o=t(n);o.applyMatrix4(s),r.add(o),i(r)}),(function(t){n(new Error("error parsing gltf in tile ".concat(e.id,": ").concat(t.message)))}))}else i(new bt)}))}function lr(e){e.traverse((function(e){if(e instanceof vt){e.geometry.dispose();for(var t=0,i=e.material;t<i.length;t++){var n=i[t];n.uniforms.map&&n.uniforms.map.value&&(n.uniforms.map.value.dispose(),n.uniforms.map.value=null)}}}))}function ur(e){return(new o.Matrix4).fromArray([2*e[0],2*e[1],2*e[2],0,2*e[3],2*e[4],2*e[5],0,2*e[6],2*e[7],2*e[8],0,0,0,0,1])}function cr(e){return new n.Matrix4(e.toArray())}var hr=new o.EdgesGeometry(new o.BoxBufferGeometry(1,1,1)),dr=new o.LineBasicMaterial({color:new o.Color(1,1,0),transparent:!0});function pr(e){e.updateMatrix(),e.updateMatrixWorld(),e.matrixWorld.getInverse(e.matrixWorldInverse);var t=(new o.Matrix4).multiplyMatrices(e.projectionMatrix,e.matrixWorldInverse);return(new o.Frustum).setFromProjectionMatrix(t)}var fr={throttleRequests:!0,maxRequests:64,updateInterval:.1,maxScreenSpaceError:8,maxMemoryUsage:32,viewDistanceScale:.2,onNodeCreated:function(){}},Ar=function(e){function i(i){void 0===i&&(i={});var n=e.call(this)||this;return n.options=t.__assign(t.__assign({},fr),i),n.clock=new o.Clock,n.timer=0,n.unloadTileQueue=[],n.nodes={},n.boundings={},n.nodeGroup=new o.Group,n.boundingGroup=new o.Group,n.add(n.nodeGroup),n.sseDenominator=null,n.lastCameraTransform=new o.Matrix4,n.lastCameraAspect=1,n.lastCameraFov=null,n.lastCamera=null,n.lastRenderer=null,n.enabled=!1,n}return t.__extends(i,e),Object.defineProperty(i.prototype,"enable",{get:function(){return this.enabled},set:function(e){this.enabled!==e&&(this.enabled=e,!1===this.enabled?this.reset():(this.timer=0,this.clock.getDelta()))},enumerable:!1,configurable:!0}),i.prototype.load=function(e){var t=this,i=e.tileset_url;e.tileset_url_md5;var n=e.b3md_mappings_url;e.b3md_mappings_url_md5;var r={modelMatrix:cr((new o.Matrix4).fromArray([1,0,0,0,0,-1,0,1e9,0,0,-1,0,0,0,0,1])),maxMemoryUsage:this.options.maxMemoryUsage,maxScreenSpaceError:this.options.maxScreenSpaceError,viewDistanceScale:this.options.viewDistanceScale,throttleRequests:this.options.throttleRequests,maxRequests:this.options.maxRequests,contentLoader:function(e){var i=function(e){var t=e.boundingVolume,i=new o.LineSegments(hr,dr);return i.applyMatrix4(ur(t.halfAxes)),i.position.set(t.center[0],t.center[1],t.center[2]),i}(e);return i.visible=!1,t.boundings[e.id]=i,t.boundingGroup.add(i),i.updateMatrixWorld(!0),"SCENEGRAPH"===e.type||"MESH"===e.type?ar(e).then((function(i){void 0===t.tileset?lr(i):(i.visible=!1,t.nodes[e.id]=i,t.nodeGroup.add(i),t.options.onNodeCreated(i),i.updateMatrixWorld(!0))})):Promise.resolve()},onTileLoad:function(){t.enabled&&t.tileset&&t.lastRenderer&&t.lastCamera&&(t.tileset.frameNumber++,t.tilesetUpdate(t.tileset,t.lastRenderer,t.lastCamera)),t.enabled||t.reset()},onTileUnload:function(e){t.unloadTileQueue.push(e)},onTileError:function(e,t){console.error("Tile error",e.id,t)},onTraversalComplete:function(e){return e},allowHosts:this.options.allowHosts,networkSubscribe:this.options.networkSubscribe,requestProxy:this.options.requestProxy,maxDepth:this.options.maxDepth},s=i.split("/").slice(0,-1).join("/"),a=rt(i,{allowHosts:this.options.allowHosts,networkSubscribe:this.options.networkSubscribe,requestProxy:this.options.requestProxy}).then((function(e){return JSON.parse(e.body)})).then((function(e){return nr(e,s)})),l=rt(n,{allowHosts:this.options.allowHosts,networkSubscribe:this.options.networkSubscribe,requestProxy:this.options.requestProxy}).then((function(e){return JSON.parse(e.body)}));Promise.all([a,l]).then((function(e){var i=e[0],n=e[1];i.b3dmMapping=n;var s=t.tileset=new $n(i,r),a=new o.Matrix4;if(s.root&&s.root.boundingVolume){var l=s.root.boundingVolume,u=l.halfAxes,c=l.center;a.extractRotation(ur(u)),a.setPosition(c[0],c[1],c[2])}s.modelMatrix.copy(cr((new o.Matrix4).getInverse(a)))}))},i.prototype.update=function(e,t){this.lastCamera=t,this.lastRenderer=e,!1!==this.enabled&&(this.timer+=this.clock.getDelta(),this.tileset&&this.timer>=this.options.updateInterval&&(t.matrixWorld.equals(this.lastCameraTransform)&&t.aspect===this.lastCameraAspect&&t.fov===this.lastCameraFov||(this.timer=0,this.tileset.frameNumber++,this.lastCameraTransform.copy(t.matrixWorld),this.tilesetUpdate(this.tileset,e,t))))},i.prototype.tilesetUpdate=function(e,t,i){this.sseDenominator&&i.aspect===this.lastCameraAspect&&i.fov===this.lastCameraFov||(this.sseDenominator=function(e){var t=e.aspect,i=e.fov/180*Math.PI,n=e.aspect<=1?i:2*Math.atan(Math.tan(.5*i)/t);return 2*Math.tan(.5*n)}(i),this.lastCameraAspect=i.aspect,this.lastCameraFov=i.fov);var n,r,s,a={camera:{position:i.getWorldPosition(new o.Vector3).toArray(),direction:i.getWorldDirection(new o.Vector3).toArray(),up:i.up.toArray()},height:t.getSize(new o.Vector2).height,frameNumber:e.frameNumber,sseDenominator:this.sseDenominator,cullingVolume:(n=pr(i),r=n.planes.map((function(e){return new An(e.normal.toArray(),e.constant)})),new bn(r))};e.cache.reset(),e.traverser.traverse(e.root,a);for(var l=0,u=e.tiles;l<u.length;l++){var c=u[l],h=c.selected,d=c.id;this.nodes[d]&&this.nodes[d].visible!==h&&(this.nodes[d].visible=h,h&&(this.nodes[d].needsRender=!0)),this.boundings[d]&&this.boundings[d].visible!==h&&(this.boundings[d].visible=h)}for(;s=this.unloadTileQueue.pop();){d=s.id;if(this.nodes[d]){var p=this.nodes[d];this.nodeGroup.remove(p),lr(p),delete this.nodes[d]}if(this.boundings[d]){p=this.boundings[d];this.boundingGroup.remove(p),delete this.boundings[d]}}},i.prototype.reset=function(){if(this.tileset){this.tileset.reset();for(var e=void 0;e=this.unloadTileQueue.pop();)if("UNLOADED"!==e.contentState){var t=e.id;if(this.nodes[t]){var i=this.nodes[t];this.nodeGroup.remove(i),lr(i),delete this.nodes[t]}if(this.boundings[t]){i=this.boundings[t];this.boundingGroup.remove(i),delete this.boundings[t]}}for(var n=0,r=Object.keys(this.nodes);n<r.length;n++){t=r[n];var o=this.nodes[t];this.nodeGroup.remove(o),lr(o),delete this.nodes[t]}for(var s=0,a=Object.keys(this.boundings);s<a.length;s++){t=a[s],o=this.boundings[t];this.boundingGroup.remove(o),delete this.boundings[t]}}},i}(yt);function gr(e){return null==e}var mr=function(e,t){void 0===t&&(t=1e-4),t=Math.max(t,Number.EPSILON);for(var i={},n=e.getIndex(),r=e.getAttribute("position"),s=n?n.count:r.count,a=0,l=Object.keys(e.attributes),u={},c={},h=[],d=["getX","getY","getZ","getW"],p=0,f=l.length;p<f;p++){u[b=l[p]]=[],(M=e.morphAttributes[b])&&(c[b]=new Array(M.length).fill().map((function(){return[]})))}var A=Math.log10(1/t),g=Math.pow(10,A);for(p=0;p<s;p++){var m=n?n.getX(p):p,v="",y=0;for(f=l.length;y<f;y++)for(var b=l[y],x=(E=e.getAttribute(b)).itemSize,w=0;w<x;w++)v+="".concat(~~(E[d[w]](m)*g),",");if(v in i)h.push(i[v]);else{for(y=0,f=l.length;y<f;y++){b=l[y];var E=e.getAttribute(b),M=e.morphAttributes[b],S=(x=E.itemSize,u[b]),I=c[b];for(w=0;w<x;w++){var C=d[w];if(S.push(E[C](m)),M)for(var B=0,P=M.length;B<P;B++)I[B].push(M[B][C](m))}}i[v]=a,h.push(a),a++}}var T=e.clone();for(p=0,f=l.length;p<f;p++){b=l[p];var R=e.getAttribute(b),D=new R.array.constructor(u[b]);E=new o.BufferAttribute(D,R.itemSize,R.normalized);if(T.setAttribute(b,E),b in c)for(y=0;y<c[b].length;y++){var L=e.morphAttributes[b][y],k=(D=new L.array.constructor(c[b][y]),new o.BufferAttribute(D,L.itemSize,L.normalized));T.morphAttributes[b][y]=k}}return T.setIndex(h),T};function vr(e){var i;return new((i=o.Triangle).bind.apply(i,t.__spreadArray([void 0],e.map((function(e){return new o.Vector3(e.x,e.y,e.z)})),!1)))}var yr={at3d:function(e,t){for(var i=Yi(t.textureOptions,e.textures.length),n={},r=0,o=e.textures;r<o.length;r++){var s=o[r];n[s]=Wi(s,i,t.allowHosts,t.requestProxy,t.networkSubscribe)}return Promise.resolve().then((function(){return rt(e.file,{responseType:"arraybuffer",allowHosts:t.allowHosts,requestProxy:t.requestProxy,networkSubscribe:t.networkSubscribe})})).then((function(e){return Vi(e.body)})).then((function(e){return Ti((function(){for(var t,i={chunks:[]},n=0,r=e;n<r.length;n++){var o=r[n],s=qi.decode(o);s.chunks.length&&(t=i.chunks).push.apply(t,s.chunks)}return i}))})).then((function(r){return Ti((function(){return Xi(r,e.textureBase,e.textures.slice(),i,n,t.allowHosts,t.requestProxy,t.networkSubscribe)}))}))},pbm:function(e,t){for(var i=Yi(t.textureOptions,e.textures.length),n={},r=0,o=e.textures;r<o.length;r++){var s=o[r];n[s]=Wi(s,i,t.allowHosts,t.requestProxy,t.networkSubscribe)}return Promise.resolve().then((function(){return rt(e.file,{responseType:"arraybuffer",allowHosts:t.allowHosts,requestProxy:t.requestProxy,networkSubscribe:t.networkSubscribe})})).then((function(e){return Ti((function(){var t=new Uint8Array(e.body);return qi.decode(t)}))})).then((function(r){return Ti((function(){return Xi(r,e.textureBase,e.textures.slice(),i,n,t.allowHosts,t.requestProxy,t.networkSubscribe)}))}))},dome:function(e,t){return Promise.resolve().then((function(){return rt(e.file,{responseType:"arraybuffer",allowHosts:t.allowHosts,requestProxy:t.requestProxy,networkSubscribe:t.networkSubscribe})})).then((function(i){return an(new Uint8Array(i.body),e.textureBase,t.textureOptions,t.allowHosts,t.requestProxy,t.networkSubscribe)}))},domez:function(e,t){return Promise.resolve().then((function(){return rt(e.file,{responseType:"arraybuffer",allowHosts:t.allowHosts,requestProxy:t.requestProxy,networkSubscribe:t.networkSubscribe})})).then((function(e){return Vi(e.body)})).then((function(e){var t=e.reduce((function(e,t){return e+t.length}),0),i=new Uint8Array(t),n=0;return e.forEach((function(e){i.set(e,n),n+=e.length})),i})).then((function(i){return an(i,e.textureBase,t.textureOptions,t.allowHosts,t.requestProxy,t.networkSubscribe)}))}},br=function(e){function i(t){void 0===t&&(t={});var i=e.call(this)||this;return i.empty=!0,i.name="model",i.loaded=!1,i.bvhs=Object.assign([],{loaded:!1}),i.bounding=new o.Box3,i.shownFloor=null,i.floorLength=0,i.requestProxy=t.requestProxy,i.networkSubscribe=t.networkSubscribe,i.allowHosts=t.allowHosts,i.renderOrder=-3,i}return t.__extends(i,e),Object.defineProperty(i.prototype,"shownfloor",{get:function(){return this.shownFloor},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"hasTiles",{get:function(){return void 0!==this.tiledModel},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"enableTiles",{get:function(){return!!this.tiledModel&&this.tiledModel.enable},set:function(e){this.tiledModel&&(this.tiledModel.enable=e)},enumerable:!1,configurable:!0}),i.prototype.getEdges=function(e){var t;if(void 0===e&&(e=30/180*Math.PI),!this.originModel)return[];for(var i=Math.cos(e),n=[],r=0,s=this.originModel.children;r<s.length;r++){var a=s[r];if(a instanceof vt){for(var l={},u=["a","b","c"],c=mr(a.geometry),h=c.getAttribute("position").array,d=(null===(t=c.getIndex())||void 0===t?void 0:t.array)||[],p=[],f=[],A=0,g=h.length;A<g;A+=3)p.push(new o.Vector3(h[A],h[A+1],h[A+2]));for(A=0,g=d.length;A<g;A+=3){var m=d[A],v=d[A+1],y=d[A+2],b=(new o.Vector3).crossVectors(p[v].clone().sub(p[m]),p[y].clone().sub(p[m])).normalize();f.push({a:m,b:v,c:y,normal:b})}for(A=0,g=f.length;A<g;A++)for(var x=f[A],w=0;w<3;w++){var E=x[u[w]],M=x[u[(w+1)%3]],S=[Math.min(E,M),Math.max(E,M)];void 0===l[I=S[0]+"-"+S[1]]?l[I]={index1:S[0],index2:S[1],face1:A}:l[I].face2=A}for(var I in l){var C=l[I];if(void 0===C.face2||f[C.face1].normal.dot(f[C.face2].normal)<=i){var B=p[C.index1],P=p[C.index2];n.push(new o.Line3(B,P))}}c.dispose(),p.length=0,f.length=0}}return n},i.prototype.hasFloors=function(){return this.hasFloors_()},i.prototype.hasFloors_=function(){var e=[];return this.traverse((function(t){t instanceof vt&&(e[t.floorIndex]=!0)})),e.length},i.prototype.show=function(){for(var e,t,i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];var r=this.shownFloor,s=null,a=null!==(e=i[1])&&void 0!==e?e:.1,l=0!==i.length;this.shownFloor=s=l?i[0]:null,this.setMaterial({opacity:1,floorInfo:new o.Vector3(0,0,0)}),(null===(t=this.tiledModel)||void 0===t?void 0:t.enable)?this.b3dmShow(r,s):this.at3dShow(r,s,a)},i.prototype.at3dShow=function(e,t,i){this.traverse((function(e){e instanceof vt&&e.material.forEach((function(n){null===t||t===e.floorIndex?n.opacity=1*n.originOpacity:n.opacity=n.originOpacity*i}))})),e!==this.shownFloor&&this.emit("shownFloorChange",this.shownFloor,this.floorLength),this.needsRender=!0},i.prototype.b3dmShow=function(e,t){var i,n;if(null===(n=null===(i=this.tiledModel)||void 0===i?void 0:i.tileset)||void 0===n?void 0:n.floorInfo){if("number"==typeof t&&t>=0&&t<this.tiledModel.tileset.floorInfo.length){var r=this.tiledModel.tileset.floorInfo,s=-r[t].ground,a=r[t].height+s;this.setMaterial({opacity:1,floorInfo:new o.Vector3(s,a,0)})}else this.setMaterial({opacity:1,floorInfo:new o.Vector3(0,0,0)});e!==this.shownFloor&&this.emit("shownFloorChange",this.shownFloor,this.floorLength),this.needsRender=!0}},i.prototype.intersectRaycaster=function(e,t){var i=e.ray,n=i.origin,r=i.direction;if(gr(t))if(gr(this.shownFloor)){var s=this.floorLength;t=[];for(var a=-1;a<s;a++)t.push(a)}else t=[this.shownFloor];var l=[],u=[];Array.isArray(t)?u.push.apply(u,t):u.push(t);for(var c=function(t){var i=h.bvhs&&h.bvhs[t];if(i){var s=new yi(n.x,n.y,n.z),a=new yi(r.x,r.y,r.z),u=i.intersectRay(s,a,!0).map((function(e){var t=e.intersectionPoint,i=e.triangle,r=new o.Vector3(t.x,t.y,t.z);return{point:r,face:{normal:vr(i).getNormal(new o.Vector3)},distance:n.distanceTo(r)}}));u.length&&l.push.apply(l,u)}else if(h.originModel){var c=[];h.originModel.traverse((function(e){e instanceof vt&&e.floorIndex===t&&c.push(e)})),(u=e.intersectObjects(c).map((function(e){return{face:e.face?{normal:e.face.normal}:void 0,point:e.point,distance:e.distance}}))).length&&l.push.apply(l,u)}},h=this,d=0,p=u;d<p.length;d++){c(p[d])}return l.filter((function(t){var i=t.distance;return i<=e.far&&i>=e.near})).sort((function(e,t){return e.distance-t.distance}))},i.prototype.buildBVH=function(){if(!this.bvhs.loaded&&this.originModel){var e=[];this.originModel.traverse((function(t){t instanceof vt&&(e[t.floorIndex]=e[t.floorIndex]||[],e[t.floorIndex].push(t.geometry))})),this.bvhs.length=0;for(var t=0,i=e;t<i.length;t++){var n=i[t],r=0;if(n){for(var o=0,s=n;o<s.length;o++){var a=0;a=(d=s[o]).index?d.index.array.length:d.attributes.position.array.length/3,r+=3*Math.floor(a/3)}for(var l=new Float32Array(3*r),u=0,c=0,h=n;c<h.length;c++){var d,p=(d=h[c]).attributes.position.array,f=d.index?d.index.array:null;if(f){for(var A=3*Math.floor(f.length/3),g=0,m=void 0,v=void 0;g<A;g++)m=3*(u+g),v=3*f[g],l[m]=p[v],l[m+1]=p[v+1],l[m+2]=p[v+2];u+=A}else{for(A=3*Math.floor(p.length/3/3),g=0,m=void 0,v=void 0;g<A;g++)v=3*g,l[m=3*(u+g)]=p[v],l[m+1]=p[v+1],l[m+2]=p[v+2];u+=A}}var y=(new Ii).create(l).splitNode(50);this.bvhs.push(y)}}this.bvhs.loaded=!0,this.emit("bvhLoaded")}},i.prototype.load=function(e,t){var i=this;if(void 0===t&&(t={}),!0===this.loaded)throw new Error("[MODEL LOAD ERROR]: model cannot load twice.");var n=function(e,t){if(void 0===t&&(t=[]),/^blob\:/.test(e))return"at3d";var i=/([0-9a-z\.\_\-]+)([\?\#].*)?$/i.exec(e);if(!i)return"";for(var n=0,r=String(i[1]).trim().split(".").slice(1).reverse();n<r.length;n++){var o=r[n],s=t.indexOf(o);if(s>=0)return t[s]}return""}(e.file,Object.keys(yr)),r=yr[n];if(!r)throw new Error("[MODEL LOAD ERROR]: file type(".concat(n,") does not support."));return this.name=e.file,r(e,{textureOptions:t,allowHosts:this.allowHosts,requestProxy:this.requestProxy,networkSubscribe:this.networkSubscribe}).then((function(t){var n=t.objects,r=t.texturePromise;i.bounding.makeEmpty();var s=i.originModel=new yt;s.renderOrder=-3;for(var a=0,l=n;a<l.length;a++){(d=l[a]).traverse((function(e){if(e instanceof vt){var t=e.geometry;t.boundingBox||t.computeBoundingBox(),t.boundingSphere||t.computeBoundingSphere(),i.bounding.union(t.boundingBox)}})),s.add(d)}for(var u=i.bounding.getCenter(new o.Vector3),c=0,h=n;c<h.length;c++){var d;(d=h[c]).traverse((function(e){if(e instanceof vt)for(var t=0,i=e.material;t<i.length;t++){i[t].uniforms.modelCenter.value=u}}))}if(i.add(s),i.floorLength=i.hasFloors_(),i.empty=!1,i.loaded=!0,e.tiles&&e.tiles.tileset_url&&e.tiles.b3md_mappings_url){var p=i.tiledModel=new Ar({onNodeCreated:function(e){var t=s.getMaterial();t&&(e.setMaterial(t),e.renderOrder=-3),e.traverse((function(e){if(e instanceof vt)for(var t=0,i=e.material;t<i.length;t++){i[t].uniforms.modelCenter.value=u}}))},allowHosts:i.allowHosts,networkSubscribe:i.networkSubscribe,requestProxy:i.requestProxy});p.renderOrder=-3,i.add(p),p.load(e.tiles)}e.bvh&&i.buildBVH(),Ti((function(){i.emit("geometryLoaded"),r.then((function(){i.emit("materialLoaded"),i.emit("loaded")}))}))})).catch((function(e){return i.name="",i.emit("error",e),Promise.reject(e)}))},i.prototype.update=function(e,t){if(this.originModel){var i=this.originModel.visible;if(this.tiledModel&&this.tiledModel.enable&&this.tiledModel.tileset){this.tiledModel.update(e,t);var n=this.tiledModel.tileset.root;n.content&&"READY"===n.contentState&&!1!==i&&(this.setTransparent(!1),this.shownFloor&&this.show(this.shownFloor),this.originModel.visible=!1,this.originModel.needsRender=!0)}else!0!==i&&(this.originModel.visible=!0,this.originModel.needsRender=!0)}},i.prototype.dispose=function(){this.off();var e=this.originModel,t=this.tiledModel;if(t&&(t.enable=!1,t.reset()),e)for(e.disposeGeometry(),e.disposeMaterial();e.children.length;)e.remove(e.children[0]);this.bvhs.length=0,this.bvhs.loaded=!1},i}(yt);Object.assign(br.prototype,{on:Qe.prototype.on,once:Qe.prototype.once,off:Qe.prototype.off,emit:Qe.prototype.emit,hasListener:Qe.prototype.hasListener});function xr(e,t,i){return e<t?t:e>i?i:e}function wr(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var i=[];e=e.map((function(e){return(null!=e?e:"").trim()})).filter((function(e){return e.length>0&&!/^\/+$/.test(e)}));for(var n=0;n<e.length;n++){var r=0===n,o=n===e.length-1,s=e[n];r||(s=s.replace(/^\/+/,"")),o||(s=s.replace(/\/+$/,"")),i.push(s)}return i.join("/")}function Er(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){if(e.constructor!==t.constructor)return!1;var i,n,r;if(Array.isArray(e)){if((i=e.length)!=t.length)return!1;for(n=i;0!=n--;)if(!Er(e[n],t[n]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();if((i=(r=Object.keys(e)).length)!==Object.keys(t).length)return!1;for(n=i;0!=n--;)if(!Object.prototype.hasOwnProperty.call(t,r[n]))return!1;for(n=i;0!=n--;){var o=r[n];if(!Er(e[o],t[o]))return!1}return!0}return e!=e&&t!=t}function Mr(e){return"number"==typeof e}function Sr(e){return 0==(e&e-1)&&0!==e}var Ir=function(){return new Error("Invalid input.")},Cr=function(){return new Error("Invalid certificate.")},Br=function(){return new Error("Invalid signature.")};function Pr(e,t){void 0===t&&(t=!1);var i=typeof e;if("string"===i)return JSON.stringify(e);if(!0===e)return"true";if(!1===e)return"false";if(null===e)return"null";if(e instanceof Array){for(var n="[",r=e.length-1,o=0;o<r;o++)n+=Pr(e[o],!1)+",";return r>-1&&(n+=Pr(e[o],!1)),n+"]"}if(e instanceof Object){if("function"==typeof e.toJSON)return Pr(e.toJSON(),t);var s=Object.keys(e).sort(),a=s.length;for(n="",o=0;o<a;){var l=s[o],u=Pr(e[l],!0);void 0!==u&&(o&&""!==n&&(n+=","),n+=JSON.stringify(l)+":"+u),o++}return"{"+n+"}"}switch(i){case"function":case"undefined":return t?void 0:null;case"number":return 0;default:return isFinite(e)?e:null}}function Tr(e){return String(Pr(e,!1))}function Rr(e){var t,i,n;if(Array.isArray(e)){var r,o,s=void 0;if(e.length<=0)return Ir();for(var a=function(t){var i=Rr(e[t]);if(i instanceof Error)return{value:i};if(s){if(s!==i.issuer)return{value:Cr()}}else s=i.issuer;r?i.expire.getTime()<r.getTime()&&(r=i.expire):r=i.expire,o=o?o.filter((function(e){return-1!==i.allowHosts.indexOf(e)})):i.allowHosts},l=0;l<e.length;l++){var u=a(l);if("object"==typeof u)return u.value}return Ue({issuer:s,expire:r,allowHosts:o})}var c=JSON.parse(e),h="undefined"!=typeof location?location.hostname:"",d=Date.now();if("object"!=typeof c)return Ir();var p=new Date("string"==typeof c.expire_at&&/^\d+$/.test(c.expire_at)?Number(c.expire_at):c.expire_at),f=Array.isArray(c.allow_hosts)?c.allow_hosts:[];if(0===h.length||ze(h)||Ge.filter((function(e){return je(e,h)})).length>0){var A=String(null!==(t=c.certificate)&&void 0!==t?t:"");if(A){var g=new Pe;return g.readCertPEM(A),Ue({issuer:g.getSubjectString(),expire:p,allowHosts:f})}return Ue({issuer:"none",expire:p,allowHosts:f})}var m=String(null!==(i=c.certificate)&&void 0!==i?i:"");if(!m)return Cr();var v=new Pe;v.readCertPEM(m);var y=String(null!==(n=c._signature)&&void 0!==n?n:"");if(!y)return Br();var b=Tr(function(e,t){for(var i={},n=0,r=Object.keys(e);n<r.length;n++){var o=r[n];-1===t.indexOf(o)&&(i[o]=e[o])}return i}(c,["_signature"]));return!1===function(e,t,i){var n=new Pe;if("string"==typeof i?n.readCertPEM(i):n.readCertHex(i.hex),!1===ke(n))return!1;var r=new Y;return r.readCertPubKeyHex(n.hex,6),!!r.verify(e,N(t))}(b,y,v)?Br():d<p.getTime()?0===f.filter((function(e){return je(e,h)})).length?function(e){return new Error("host(".concat(JSON.stringify(e),") is not allowed."))}(h):Ue({issuer:v.getSubjectString(),expire:p,allowHosts:f}):function(e){return new Error("date(".concat(e.toString(),") expired."))}(p)}var Dr=new WeakMap,Lr=function(){function e(){this.name="",this.workCode="",this.expire=new Date,this.allowHosts=[],this.initial={mode:"Panorama",latitude:0,longitude:0,panoIndex:0,fov:80},this.observers=[],this.issuer="none",this.raw={works:[""],options:""}}return e.prototype.toJSON=function(){return this.raw.works},e.parse=Or,e}();function kr(e){return null==e?"null":Array.isArray(e)?"array":"object"==typeof e?"dict":"value"}function Fr(e,t){var i=kr(e),n=kr(t);if("null"===n)return e;if("value"===n)return t;if(n!==i)return JSON.parse(JSON.stringify(t));if("array"===n)for(var r=0;r<t.length;r++)e[r]=Fr(e[r],t[r]);else if("dict"===n)for(var o in t)e[o]=Fr(e[o],t[o]);return e}function Nr(e,t,i){for(var n,r=JSON.stringify(t),s=[],a=0,l=[].concat(e);a<l.length;a++){var u=l[a];u instanceof Lr?s.push.apply(s,u.raw.works):"string"==typeof u?s.push(u):s.push(JSON.stringify(u))}var c=Rr(s);if(c instanceof Error)return c;t=JSON.parse(r),e=s.map((function(e){return JSON.parse(e)})).reduce((function(e,t){return Fr(e,t)}));var h=new Lr;if(c instanceof Error)return c;h.issuer=c.issuer,h.expire=c.expire,h.allowHosts=c.allowHosts,h.raw={works:s,options:r};var d=null!==(n=e.base_url)&&void 0!==n?n:"";d&&"/"!==d[d.length-1]&&(d+="/");var p=function(e,t){return 0===e.indexOf(t)},f=function(e,n){var r,o=e;if(!0===t.jsonp){o=e.replace(/([\?\#].*)?$/i,"");var s=Te("".concat(o)).slice(0,7);o="".concat(o,".").concat(s,".jsonp")}if(!0===t.shortPath){var a=o.replace(d,"").split("."),l=null!==(r=a.shift())&&void 0!==r?r:"",u=a.join(".");o=wr(d,Te(l))+(u?"."+u:"")}var c=o.replace(d,"");return t.baseURL&&(o=wr(t.baseURL,c)),i&&i(e,o,c,n),o},A=function(t,i){var n,r,o,s,a,l,u=t;if(!Zi(t)){var c=null!==(l=null!==(s=null!==(r=null===(n=e.panorama)||void 0===n?void 0:n.pano_high_cube_base_url)&&void 0!==r?r:null===(o=e.panorama)||void 0===o?void 0:o.pano_cube_base_url)&&void 0!==s?s:null===(a=e.panorama)||void 0===a?void 0:a.base_url)&&void 0!==l?l:"";c&&(c=wr(c,String(i))),u=wr(c,u)}return Zi(u)||(u=wr(d,u)),p(u,d)||console.warn("".concat(u," is not start with base_url(").concat(d,").")),f(u,"panorama")},g=function(e){var t=e;return Zi(t)||(t=wr(d,e)),p(t,d)||console.warn("".concat(t," is not start with base_url(").concat(d,").")),f(t,"model")},m=function(e,t){void 0===t&&(t="");var i=e;return Zi(i)||(i=wr(t,i)),Zi(i)||(i=wr(d,i)),p(i,d)||console.warn("".concat(i," is not start with base_url(").concat(d,").")),f(i,"texture")};if(c instanceof Error)return c;if(h.workCode=String(e.work_code||e.code||e.vr_code||e.workCode),h.name=String(e.name),c instanceof Error)return c;if(e.model){var v={bvh:!0,async:!1,textureBase:"",textures:[]};"boolean"==typeof t.modelBvh?v.bvh=t.modelBvh:"boolean"==typeof e.model.bvh?v.bvh=e.model.bvh:"boolean"==typeof e.bvh&&(v.bvh=e.bvh),e.model.file?v.file=g(e.model.file):e.model.file_url&&(v.file=g(e.model.file_url)),e.model.textureBase?v.textureBase=m("",e.model.textureBase):e.model.material_base_url&&(v.textureBase=m("",e.model.material_base_url)),Array.isArray(e.model.textures)?v.textures=e.model.textures.map((function(e){return m(e,v.textureBase)})):Array.isArray(e.model.material_textures)&&(v.textures=e.model.material_textures.map((function(e){return m(e,v.textureBase)}))),e.model.tiles&&(v.tiles=e.model.tiles),v.file&&(h.model=v)}if(c instanceof Error)return c;if(e.observers&&Array.isArray(e.observers)){var y=[];e.panorama&&(Array.isArray(e.panorama)?y=e.panorama:Array.isArray(e.panorama.list)?y=e.panorama.list:Array.isArray(e.panorama.info)&&(y=e.panorama.info));for(var b=0;b<e.observers.length;b++){var x={},w=e.observers[b];if(!w)break;var E=y[b];if(!E)break;w=Object.assign({},w,E,{active:!1!==w.active&&!1!==E.active}),x.panoIndex=b,x.active=!1!==w.active,x.loadable=!0===w.loadable,x.images={up:A(w.images?w.images.up:w.up,b),down:A(w.images?w.images.down:w.down,b),right:A(w.images?w.images.right:w.right,b),left:A(w.images?w.images.left:w.left,b),front:A(w.images?w.images.front:w.front,b),back:A(w.images?w.images.back:w.back,b)};var M=w.images?w.images.depth:w.depth;M&&(x.images.depth=A(M,b));var S=w.images?w.images.luminance:w.luminance;S&&(x.images.luminance={up:A(S.up,b),down:A(S.down,b),right:A(S.right,b),left:A(S.left,b),front:A(S.front,b),back:A(S.back,b)});var I=w.images?w.images.tiles:w.tiles;if(I){for(var C=[],B=function(e){var t=e.match(/\/cube_(\d+)\//);if(t){var i=Number(t[1]);if(Sr(i))return i}return!1},P=function(e,t){return e.replace(/\/cube_(\d+)\//,(function(){return"/cube_".concat(t,"/")}))},T=0,R=I;T<R.length;T++){var D=R[T];if("number"==typeof D){var L=D,k=B(x.images.front);if(!1===k)continue;if((H=Math.max(k,512*Math.pow(2,L)))>2048){var F=P(x.images.up,H),N=P(x.images.down,H),O=P(x.images.right,H),Q=P(x.images.left,H),V=P(x.images.front,H),_=P(x.images.back,H);C.push({level:L,size:H,up:F,down:N,right:O,left:Q,front:V,back:_})}else{F=x.images.up,N=x.images.down,O=x.images.right,Q=x.images.left,V=x.images.front,_=x.images.back;C.push({level:L,size:H,up:F,down:N,right:O,left:Q,front:V,back:_})}}else{var H;if("number"!=typeof(L=D.level))continue;if("number"!=typeof(H=D.size))continue;F=A(D.up,b),N=A(D.down,b),O=A(D.right,b),Q=A(D.left,b),V=A(D.front,b),_=A(D.back,b);C.push({level:L,size:H,up:F,down:N,right:O,left:Q,front:V,back:_})}}C.sort((function(e,t){return e.level-t.level})),x.images.tiles=C}if(w.position instanceof o.Vector3)x.position=w.position.clone();else{if(!Array.isArray(w.position))break;x.position=(new o.Vector3).fromArray(w.position)}if(w.standingPosition instanceof o.Vector3)x.standingPosition=w.standingPosition.clone();else if(Array.isArray(w.standingPosition))x.standingPosition=(new o.Vector3).fromArray(w.standingPosition);else if(w.standing_position instanceof o.Vector3)x.standingPosition=w.standing_position.clone();else{if(!Array.isArray(w.standing_position))break;x.standingPosition=(new o.Vector3).fromArray(w.standing_position)}if(w.quaternion instanceof o.Quaternion)x.quaternion=w.quaternion.clone();else if(Array.isArray(w.quaternion))x.quaternion=(new o.Quaternion).fromArray(w.quaternion);else{if(!w.quaternion)break;var U=w.quaternion,q=U.x,z=U.y,j=U.z,K=U.w;x.quaternion=new o.Quaternion(q,z,j,K)}if(Array.isArray(w.accessibleNodes)?x.accessibleNodes=w.accessibleNodes.slice():Array.isArray(w.accessible_nodes)&&(x.accessibleNodes=w.accessible_nodes.slice()),Array.isArray(w.visibleNodes)?x.visibleNodes=w.visibleNodes.slice():Array.isArray(w.visible_nodes)&&(x.visibleNodes=w.visible_nodes.slice()),Mr(w.floorIndex)?x.floorIndex=w.floorIndex:Mr(w.floor_index)?x.floorIndex=w.floor_index:x.floorIndex=0,w.video){var G={};"string"==typeof w.video.source&&(G.source=w.video.source),w.video.matrix instanceof o.Matrix4?G.matrix=w.video.matrix.clone():Array.isArray(w.video.matrix)&&(G.matrix=(new o.Matrix4).fromArray(w.video.matrix)),w.video.size instanceof o.Vector2?G.size=w.video.size.clone():Array.isArray(w.video.size)&&(G.size=(new o.Vector2).fromArray(w.video.size)),G.source&&G.matrix&&G.size&&(x.video=G)}h.observers[b]=x}}if(c instanceof Error)return c;for(var W=0,X=h.observers;W<X.length;W++){if((x=X[W]).accessibleNodes)x.accessibleNodes=x.accessibleNodes.filter((function(e){return e<h.observers.length}));else{x.accessibleNodes=[];for(var Y=0;Y<h.observers.length;Y++)h.observers[Y]!==x&&x.accessibleNodes.push(Y)}if(x.visibleNodes)x.visibleNodes=x.visibleNodes.filter((function(e){return e<h.observers.length}));else{x.visibleNodes=[];for(Y=0;Y<h.observers.length;Y++)h.observers[Y]!==x&&x.visibleNodes.push(Y)}}if(c instanceof Error)return c;if(e.initial)if("Floorplan"!==e.initial.mode&&"Topview"!==e.initial.mode&&"Panorama"!==e.initial.mode&&"VRPanorama"!==e.initial.mode&&"Model"!==e.initial.mode&&"DepthPanorama"!==e.initial.mode||(h.initial.mode=e.initial.mode),Mr(e.initial.latitude)&&(h.initial.latitude=e.initial.latitude),Mr(e.initial.longitude)?h.initial.longitude=e.initial.longitude:Mr(e.initial.heading)&&(h.initial.longitude=-(360*(e.initial.heading-.25)+90)/180*Math.PI),Mr(e.initial.fov)&&(h.initial.fov=e.initial.fov),Mr(e.initial.panoIndex)){var Z=h.observers.length>0?h.observers.length-1:0;h.initial.panoIndex=xr(e.initial.panoIndex,0,Z)}else if(Mr(e.initial.pano_index)){Z=h.observers.length>0?h.observers.length-1:0;h.initial.panoIndex=xr(e.initial.pano_index,0,Z)}else if(Mr(e.initial.pano)){Z=h.observers.length>0?h.observers.length-1:0;h.initial.panoIndex=xr(e.initial.pano,0,Z)}if(c instanceof Error)return c;var J=Ue(h);return Dr.set(J,{works:s,options:r}),J}function Or(e,t,i){"string"==typeof e&&"{"===e.trim()[0]&&(e=JSON.parse(e));var n=Dr.get(e);if(n){if(t&&!Er(JSON.parse(n.options),t))throw new Error("[PARSE FAILED]: work is parsed with different options.");return e}var r=Nr(e,null!=t?t:{},i);if(r instanceof Error)throw new Error("[PARSE FAILED]: "+r.message);return r}function Qr(){return"undefined"==typeof document?{}:document.createElementNS("http://www.w3.org/1999/xhtml","img")}function Vr(e,t,i){return e+(t-e)*i}function _r(e,t){var i=t[1]-t[0];return e<t[0]?_r(e+i,t):e>=t[1]?_r(e-i,t):e}function Hr(e,t,i,n){return n?function(e,t,i,n){var r=n[1]-n[0];return e=_r(e,n),Vr((t=_r(t,n))-e>r/2?e+r:e-t>r/2?e-r:e,t,i)}(e,t,i,n):Vr(e,t,i)}var Ur=function(){function e(e){for(var i in this.config={},this.progress=1,this.ended=!0,this.value={},this.startTime=He(),this.startVelocity=0,this.duration=0,this.keyframes=[],e){var n=e[i];"number"==typeof n?(this.value[i]=n,this.config[i]={circle:!1}):(this.value[i]=n.value,this.config[i]={circle:n.circle})}this.keyframes=[{progress:0,value:t.__assign({},this.value)},{progress:1,value:t.__assign({},this.value)}]}return e.prototype.getProgress=function(e){var t=e-this.startTime;return t<0?0:t>=this.duration?1:1-function(e,t,i,n){var r=(t*i+2*e)/Math.pow(i,3),o=-(2*t*i+3*e)/Math.pow(i,2),s=t,a=e;return r*Math.pow(n,3)+o*Math.pow(n,2)+s*n+a}(1,this.startVelocity,this.duration,t)},e.prototype.getValue=function(e){for(var i=1;i<this.keyframes.length;i++)if(this.keyframes[i].progress>e){var n=this.keyframes[i-1],r=this.keyframes[i],o={};for(var s in this.config){var a=(e-n.progress)/(r.progress-n.progress);o[s]=Hr(n.value[s],r.value[s],a,this.config[s].circle)}return o}return t.__assign({},this.keyframes[this.keyframes.length-1].value)},e.prototype.getProgressVelocity=function(e){var t=e-this.startTime;return t>=this.duration?0:function(e,t,i,n){var r=(t*i+2*e)/Math.pow(i,3),o=-(2*t*i+3*e)/Math.pow(i,2),s=t;return 3*r*Math.pow(n,2)+2*o*n+s}(1,this.startVelocity,this.duration,t)},e.prototype.update=function(e){return!!this.ended||(this.progress=Math.min(1,Math.max(0,this.progress,this.getProgress(e))),this.value=this.getValue(this.progress),this.ended=this.progress>=1,this.ended&&this.callbacks&&(this.callbacks[0](),this.callbacks=void 0),this.ended)},e.prototype.getKeyFrameSegment=function(e){for(var t=this.getProgress(e),i=1;i<this.keyframes.length;i++)if(this.keyframes[i].progress>t)return[this.keyframes[i-1],this.keyframes[i]];return[this.keyframes[this.keyframes.length-2],this.keyframes[this.keyframes.length-1]]},e.prototype.getTargetKeyframe=function(){return this.keyframes[this.keyframes.length-1]},e.prototype.set=function(e,t,i,n){var r;void 0===i&&(i=0),isNaN(t)&&(t=0),isNaN(i)&&(i=0),n=null!=n?n:He();var o=this.getProgress(n),s=this.getValue(o),a={};for(var l in this.config)a[l]=null!==(r=e[l])&&void 0!==r?r:s[l];var u=[{progress:0,value:s},{progress:1,value:a}];return this.setKeyframes(u,t,i,n)},e.prototype.setKeyframes=function(e,i,n,r){var o=this;if(void 0===n&&(n=0),e.length<2)throw new Error("keyframes invalid.");return isNaN(i)&&(i=0),isNaN(n)&&(n=0),this.callbacks&&(this.callbacks[1](new Error("motion aborted.")),this.callbacks=void 0),new Promise((function(s,a){r=null!=r?r:He(),o.progress=0,o.ended=!1,o.startTime=r,o.startVelocity=n,o.keyframes=e,o.duration=i,0===i?(o.progress=1,o.value=t.__assign({},e[e.length-1].value)):o.value=t.__assign({},e[0].value),o.callbacks=[s,a]}))},e.prototype.dispose=function(){this.callbacks&&(this.callbacks[1](new Error("motion dispose.")),this.callbacks=void 0)},e}(),qr=Qr(),zr=new o.Texture(qr);qr.onload=function(){return zr.needsUpdate=!0},qr.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAR9JREFUOBF10kFOAzEMBdCZFhCbrrgAN+NqHIULsWKDKO3gF+VHoZpa+rXjfH87nq7btr0ty3KZ8FsxnHeQPL748lA/x0Jsq+AwYe0X8nDtGA33BEJUHIEKW/EorHOLI7BHNlkEbju38YkQAIRZxFkHz2HOirKDxNcIzG+fu/6oLiNmqc5ZrlwTeKyAgJF14tMZmSn87pBrxeX/CRABgk/dl1s+C18dio2Pp9nmCQru2UtdvN+7lI9AFsgb3zNMcSp8FF4LYs3UhLfOAvkDJffci8q1J/ByRLKnQ8gUJUFOd2SeZYliCxwiyJCxCbhUGFKF4zPm61hiq7sVyJnPmATyR5IzLSNyDNEFRCDnkAmA8U2RfCsIefYhDeKOQLv7A+l1ZTyjymNxAAAAAElFTkSuQmCC";var jr=new o.RingBufferGeometry(.06,.07,32).rotateX(-Math.PI/2),Kr=new o.MeshBasicMaterial({map:zr,transparent:!0}),Gr=new o.SphereBufferGeometry(.12,16,16),Wr=new o.MeshBasicMaterial({color:16777215,opacity:0,transparent:!0});function Xr(){if("undefined"==typeof document){var e=new o.Texture;return Object.assign(e,{draw:function(e){},retain:!1,pool:!1})}var t=document.createElement("canvas"),i=512,n=256,r=190;t.setAttribute("width",String(i)),t.setAttribute("height",String(i));var s=new o.Texture(t),a=t.getContext("2d");if(!a)throw Error("cannot create canvas context");var l=a.createRadialGradient(n,n,150,n,n,0);function u(){var e=Math.PI/12,t=2*Math.PI/3;a&&(a.beginPath(),a.arc(n,n,r,0*t,1*t-e),a.stroke(),a.beginPath(),a.arc(n,n,r,1*t,2*t-e),a.stroke(),a.beginPath(),a.arc(n,n,r,2*t,3*t-e),a.stroke())}function c(e){a&&(a.clearRect(0,0,i,i),a.lineWidth=20,-1!==e&&(a.globalCompositeOperation="source-over",a.strokeStyle="rgba(255, 255, 255, 1)",u(),a.globalCompositeOperation="source-in",a.beginPath(),a.arc(n,n,r,0,2*Math.PI*e),a.strokeStyle="rgba(255, 255, 255, 1)",a.stroke(),a.globalCompositeOperation="source-over",a.strokeStyle="rgba(255, 255, 255, "+(e?.5:1)+")",u()),a.beginPath(),a.arc(n,n,150,0,2*Math.PI),a.closePath(),a.fillStyle=l,a.fill(),a.fillStyle="rgba(255, 255, 255, 0.01)",a.fillRect(0,0,i,i),s.needsUpdate=!0)}return l.addColorStop(0,"rgba(255, 255, 255, 1)"),l.addColorStop(.15,"rgba(255, 255, 255, 1)"),l.addColorStop(.15,"rgba(255, 255, 255, 0.5)"),l.addColorStop(.4,"rgba(255, 255, 255, 0.0)"),l.addColorStop(1,"rgba(255, 255, 255, 0.0)"),c(0),Object.assign(s,{draw:c,retain:!1,pool:!1})}var Yr=[];var Zr=Xr();Zr.draw(0);var Jr=Xr();Jr.draw(1);var $r=Xr();$r.draw(-1);var eo=new o.CircleBufferGeometry(.12,32).rotateX(-Math.PI/2);function to(){return new o.Mesh(eo,new o.MeshBasicMaterial({map:Zr,transparent:!0}))}function io(e,t){var i=e.map;0===t||1===t?(!0===i.pool&&(i.retain=!1),0===t&&(e.map=Zr),1===t&&(e.map=Jr)):(!0!==i.pool&&(e.map=function(){for(var e=0,t=Yr;e<t.length;e++){var i=t[e];if(!1===i.retain)return i}var n=Xr();return n.pool=!0,n.retain=!0,Yr.push(n),n}()),e.map.draw(t))}var no=function(e){function i(){var t=e.call(this)||this;return t.loading=!1,t.disabled=!1,t.current=!1,t.progress=0,t.opacity=0,t.hitTestMesh=new o.Mesh(Gr,Wr),t.add(t.hitTestMesh),t.centerMesh=to(),t.centerMesh.position.y+=.01,t.add(t.centerMesh),t.loadingMesh=new o.Mesh(jr,Kr),t.loadingMesh.position.y+=.011,t.progressMotion=new Ur({progress:t.progress}),t.opacityMotion=new Ur({opacity:t.opacity}),t.needsRender=!0,t.renderOrder=-2,t}return t.__extends(i,e),i.prototype.setLoading=function(e){var t=this;this.loading=e,this.stopInterval&&this.stopInterval(),e?(this.add(this.loadingMesh),this.stopInterval=ut.shared.add((function(){t.loadingMesh.rotateOnAxis(new o.Vector3(0,1,0),.1),t.needsRender=!0}))):this.remove(this.loadingMesh),this.needsRender=!0},i.prototype.setDisabled=function(e){this.disabled=e,function(e,t){var i=e.map;!0===i.pool&&(i.retain=!1),e.map=t?$r:Zr}(this.centerMesh.material,e),this.needsRender=!0},i.prototype.setProgress=function(e){this.setLoading(!1),this.setDisabled(!1),this.progress=e=xr(e,0,1),e!==this.progressMotion.getTargetKeyframe().value.progress&&this.progressMotion.set({progress:e},120).catch(Ve)},i.prototype.setOpacity=function(e){this.opacity=e=xr(e,0,1),this.current&&(e=1),e!==this.opacityMotion.getTargetKeyframe().value.opacity&&this.opacityMotion.set({opacity:e},500).catch(Ve)},i.prototype.setCurrent=function(e){this.current!==e&&(this.current=e,this.setOpacity(this.opacity))},i.prototype.updateTime=function(e,t){this.opacityMotion.ended||(this.opacityMotion.update(e),this.centerMesh.material.opacity=this.opacityMotion.value.opacity,this.needsRender=!0),this.progressMotion.ended||(this.progressMotion.update(e),io(this.centerMesh.material,this.progressMotion.value.progress),this.needsRender=!0)},i.prototype.dispose=function(){this.setLoading(!1),this.remove(this.hitTestMesh),this.remove(this.centerMesh),this.remove(this.loadingMesh),this.centerMesh.material.dispose()},i}(o.Object3D),ro=new Float32Array([-.13,0,-.13,.13,0,-.13,-.13,0,.13,.13,0,.13]),oo=new Float32Array([0,1,1,1,0,0,1,0]),so=new Uint8Array([0,2,1,2,3,1]),ao=new o.BufferGeometry;ao.setAttribute("position",new o.BufferAttribute(ro,3)),ao.setAttribute("uv",new o.BufferAttribute(oo,2)),ao.setIndex(new o.BufferAttribute(so,1));var lo,uo,co=(lo=Qr(),uo=new o.Texture,lo.onload=function(){if("undefined"!=typeof document){var e=256,t=document.createElement("canvas");t.setAttribute("width",String(e)),t.setAttribute("height",String(e));var i=t.getContext("2d");if(i){i.drawImage(lo,0,0,e,e),i.globalCompositeOperation="source-out";var n=128;i.beginPath(),i.lineWidth=29.952,i.arc(n,n,84.48,0,2*Math.PI),i.strokeStyle="rgba(255, 255, 255, 0.5)",i.closePath(),i.stroke(),uo.image=t,uo.needsUpdate=!0}}},lo.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAR9JREFUOBF10kFOAzEMBdCZFhCbrrgAN+NqHIULsWKDKO3gF+VHoZpa+rXjfH87nq7btr0ty3KZ8FsxnHeQPL748lA/x0Jsq+AwYe0X8nDtGA33BEJUHIEKW/EorHOLI7BHNlkEbju38YkQAIRZxFkHz2HOirKDxNcIzG+fu/6oLiNmqc5ZrlwTeKyAgJF14tMZmSn87pBrxeX/CRABgk/dl1s+C18dio2Pp9nmCQru2UtdvN+7lI9AFsgb3zNMcSp8FF4LYs3UhLfOAvkDJffci8q1J/ByRLKnQ8gUJUFOd2SeZYliCxwiyJCxCbhUGFKF4zPm61hiq7sVyJnPmATyR5IzLSNyDNEFRCDnkAmA8U2RfCsIefYhDeKOQLv7A+l1ZTyjymNxAAAAAElFTkSuQmCC",uo),ho=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(512)),e.setAttribute("height",String(512));var t=e.getContext("2d");if(t){var i=256,n=199.68;return t.beginPath(),t.arc(i,i,n,0,2*Math.PI),t.fillStyle="rgba(255, 255, 255, 0.1)",t.closePath(),t.fill(),t.save(),t.beginPath(),t.arc(i,i,n,0,2*Math.PI),t.strokeStyle="rgba(255, 255, 255, 0.5)",t.lineWidth=10.24,t.closePath(),t.stroke(),new o.CanvasTexture(e)}}return null}(),po=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(512)),e.setAttribute("height",String(512));var t=e.getContext("2d");if(t){var i=256,n=138.24,r=t.createLinearGradient(i-Math.cos(Math.PI/4)*n,i-Math.sin(Math.PI/4)*n,i+Math.cos(Math.PI/4)*n,i+Math.sin(Math.PI/4)*n);return r.addColorStop(0,"rgba(255, 255, 255, 1)"),r.addColorStop(.5,"rgba(255, 255, 255, 0.6)"),r.addColorStop(1,"rgba(255, 255, 255, 1)"),t.beginPath(),t.lineWidth=33.28,t.arc(i,i,n,0,2*Math.PI),t.strokeStyle=r,t.shadowBlur=38.4,t.shadowColor="rgba(0, 0, 0, 0.3)",t.closePath(),t.stroke(),new o.CanvasTexture(e)}}return null}(),fo=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(512)),e.setAttribute("height",String(512));var t=e.getContext("2d");if(t){var i=256,n=199.68,r=t.createLinearGradient(i+Math.cos(Math.PI/4)*n,i-Math.sin(Math.PI/4)*n,i-Math.cos(Math.PI/4)*n,i+Math.sin(Math.PI/4)*n);return r.addColorStop(0,"rgba(255, 255, 255, 0.5)"),r.addColorStop(.5,"rgba(255, 255, 255, 0.1)"),r.addColorStop(1,"rgba(255, 255, 255, 0.5)"),t.beginPath(),t.lineWidth=15.36,t.arc(i,i,n,0,2*Math.PI),t.strokeStyle=r,t.shadowBlur=25.6,t.shadowColor="rgba(0, 0, 0, 0.5)",t.closePath(),t.stroke(),new o.CanvasTexture(e)}}return null}(),Ao=function(e,t){var i=128;e.clearRect(0,0,256,256),e.beginPath(),e.lineWidth=29.44,e.arc(i,i,84.48,0,2*Math.PI*t),e.strokeStyle="rgba(255, 255, 255, 0.2)",e.stroke()},go=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(256)),e.setAttribute("height",String(256));var t=e.getContext("2d");t&&Ao(t,2*Math.PI);var i=new o.CanvasTexture(e);return Object.assign(i,{setProgress:function(e){t&&(Ao(t,e),i.needsUpdate=!0)}})}return null},mo=[],vo=go(),yo=function(e){function i(){var i=e.call(this)||this;i.progress=0,i.opacity=0,i.loading=!1,i.current=!1,i.disabled=!1,i.ringRotateMotion=new Ur({angle:0}),i.tapMotion=new Ur({scale:1,opacity:1}),i.progressMotion=new Ur({progress:0}),i.progressOpacityMotion=new Ur({opacity:0}),i.opacityMotion=new Ur({opacity:0});var n={blending:o.CustomBlending,blendSrc:o.SrcAlphaFactor,blendDst:o.OneMinusSrcAlphaFactor,blendSrcAlpha:o.OneFactor,blendDstAlpha:o.OneMinusSrcAlphaFactor,depthWrite:!1};return i.centerMesh=new o.Mesh(ao,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:po,opacity:0}))),i.ringMesh=new o.Mesh(ao,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:fo,opacity:0}))),i.loadingMesh=new o.Mesh(ao,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:co,opacity:.5}))),i.disableMesh=new o.Mesh(ao,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:ho,opacity:0}))),i.progressMesh=new o.Mesh(ao,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:vo,opacity:0}))),i.loadingMesh.visible=!1,i.disableMesh.visible=!1,i.ringMesh.position.y=.003,i.disableMesh.position.y=.002,i.centerMesh.position.y=.002,i.loadingMesh.position.y=.005,i.progressMesh.position.y=.004,i.centerMesh.frustumCulled=!1,i.ringMesh.frustumCulled=!1,i.progressMesh.frustumCulled=!1,i.loadingMesh.frustumCulled=!1,i.disableMesh.frustumCulled=!1,i.renderOrder=-2,i.add(i.centerMesh),i.add(i.ringMesh),i.add(i.progressMesh),i.add(i.loadingMesh),i.add(i.disableMesh),i.needsRender=!0,i}return t.__extends(i,e),i.prototype.setProgress=function(e){this.setDisabled(!1),this.setLoading(!1),this.progress!==e&&(e=xr(e,0,1),this.tapMotion.ended&&(0===this.progress&&this.progressOpacityMotion.set({opacity:1},300).catch(Ve),0===e?(this.progressOpacityMotion.set({opacity:0},300).catch(Ve),this.progressMotion.set({progress:xr(1.2*e,0,1)},0).catch(Ve)):this.progressMotion.set({progress:xr(1.2*e,0,1)},100).catch(Ve)),this.progress=e)},i.prototype.setOpacity=function(e){this.opacity!==e&&(this.opacity=e=xr(e,0,1),this.opacityMotion.set({opacity:e},500).catch(Ve))},i.prototype.setCurrent=function(e){if(this.current!==e){if(!0===e&&this.ringRotateMotion.ended){var t=[{progress:0,value:{angle:0}},{progress:1,value:{angle:2*Math.PI}}];this.ringRotateMotion.setKeyframes(t,5e3).catch(Ve)}this.current=e}},i.prototype.setLoading=function(e){this.loading!==e&&(this.loading=e,!0===this.disabled&&this.setDisabled(!1),this.loadingMesh.visible=e,this.needsRender=!0)},i.prototype.setDisabled=function(e){this.disabled!==e&&(this.disabled=e,!0===this.loading&&this.setLoading(!1),this.disableMesh.visible=e,this.ringMesh.visible=!e,this.centerMesh.visible=!e,this.needsRender=!0)},i.prototype.tap=function(){var e=this;if(!this.tapMotion.ended)return Promise.resolve();return this.progressOpacityMotion.set({opacity:0},0).catch(Ve),this.progressMotion.set({progress:0},0).catch(Ve),this.tapMotion.setKeyframes([{progress:0,value:{scale:1,opacity:1}},{progress:.3,value:{scale:.85,opacity:.5}},{progress:.8,value:{scale:1.05,opacity:.6}},{progress:1,value:{scale:1,opacity:1}}],600).then((function(){e.progressOpacityMotion.set({opacity:e.progress>0?1:0},300).catch(Ve),e.progressMotion.set({progress:e.progress},120).catch(Ve)})).catch(Ve)},i.prototype.setResolution=function(e,t){var i=xr(Math.max(e,t)/1e3,1,1.8);this.scale.set(i,1,i)},i.prototype.updateTime=function(e,t){var i;if(!this.progressMotion.ended){this.progressMotion.update(e);var n=this.progressMotion.value.progress;if(null!==this.progressMesh.material.map)if(0===n)this.progressMesh.material.map!==vo&&(mo.push(this.progressMesh.material.map),this.progressMesh.material.map=vo);else if(1===n)this.progressMesh.material.map!==vo&&(mo.push(this.progressMesh.material.map),this.progressMesh.material.map=vo);else{if(this.progressMesh.material.map===vo){var r=mo.pop()||go();this.progressMesh.material.map=r}null===(i=this.progressMesh.material.map)||void 0===i||i.setProgress(n)}this.needsRender=!0}if(!this.progressOpacityMotion.ended){this.progressOpacityMotion.update(e);var s=this.progressOpacityMotion.value.opacity;this.progressMesh.material.opacity=s,this.needsRender=!0}if(!this.opacityMotion.ended){this.opacityMotion.update(e);s=this.opacityMotion.value.opacity*this.tapMotion.value.opacity;this.centerMesh.material.opacity=s,this.ringMesh.material.opacity=s,this.disableMesh.material.opacity=s,this.loadingMesh.material.opacity=s,this.needsRender=!0}if(!0===this.loadingMesh.visible&&(this.loadingMesh.rotateY(-t/120),this.needsRender=!0),!this.tapMotion.ended){this.tapMotion.update(e);var a=this.tapMotion.value.scale;this.centerMesh.scale.set(a,a,a),this.ringMesh.scale.set(a,a,a),this.progressMesh.scale.set(a,a,a);s=this.opacityMotion.value.opacity*this.tapMotion.value.opacity;this.centerMesh.material.opacity=s,this.ringMesh.material.opacity=s,this.disableMesh.material.opacity=s,this.loadingMesh.material.opacity=s,this.needsRender=!0}this.ringRotateMotion.ended||(this.ringRotateMotion.update(e),this.ringMesh.quaternion.setFromEuler(new o.Euler(0,this.ringRotateMotion.value.angle,0)),this.needsRender=!0)},i.prototype.dispose=function(){this.ringRotateMotion.dispose(),this.tapMotion.dispose(),this.progressMotion.dispose(),this.progressOpacityMotion.dispose(),this.opacityMotion.dispose(),this.progressMesh.material.map!==vo&&(mo.push(this.progressMesh.material.map),this.progressMesh.material.map=null),this.ringMesh.material.dispose(),this.disableMesh.material.dispose(),this.centerMesh.material.dispose(),this.loadingMesh.material.dispose(),this.progressMesh.material.dispose()},i}(o.Object3D),bo=new Float32Array([-.13,0,-.13,.13,0,-.13,-.13,0,.13,.13,0,.13]),xo=new Float32Array([0,1,1,1,0,0,1,0]),wo=new Uint8Array([0,2,1,2,3,1]),Eo=new o.BufferGeometry;Eo.setAttribute("position",new o.BufferAttribute(bo,3)),Eo.setAttribute("uv",new o.BufferAttribute(xo,2)),Eo.setIndex(new o.BufferAttribute(wo,1));var Mo=function(){var e=Qr(),t=new o.Texture;return e.onload=function(){if("undefined"!=typeof document){var i=256,n=document.createElement("canvas");n.setAttribute("width",String(i)),n.setAttribute("height",String(i));var r=n.getContext("2d");if(r){r.drawImage(e,0,0,i,i),r.globalCompositeOperation="source-out";var o=128;r.beginPath(),r.lineWidth=29.952,r.arc(o,o,84.48,0,2*Math.PI),r.strokeStyle="rgba(255, 255, 255, 0.5)",r.closePath(),r.stroke(),t.image=n,t.needsUpdate=!0}}},e.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAR9JREFUOBF10kFOAzEMBdCZFhCbrrgAN+NqHIULsWKDKO3gF+VHoZpa+rXjfH87nq7btr0ty3KZ8FsxnHeQPL748lA/x0Jsq+AwYe0X8nDtGA33BEJUHIEKW/EorHOLI7BHNlkEbju38YkQAIRZxFkHz2HOirKDxNcIzG+fu/6oLiNmqc5ZrlwTeKyAgJF14tMZmSn87pBrxeX/CRABgk/dl1s+C18dio2Pp9nmCQru2UtdvN+7lI9AFsgb3zNMcSp8FF4LYs3UhLfOAvkDJffci8q1J/ByRLKnQ8gUJUFOd2SeZYliCxwiyJCxCbhUGFKF4zPm61hiq7sVyJnPmATyR5IzLSNyDNEFRCDnkAmA8U2RfCsIefYhDeKOQLv7A+l1ZTyjymNxAAAAAElFTkSuQmCC",t}(),So=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(512)),e.setAttribute("height",String(512));var t=e.getContext("2d");if(t){var i=256,n=199.68;return t.beginPath(),t.arc(i,i,n,0,2*Math.PI),t.fillStyle="rgba(255, 255, 255, 0.1)",t.closePath(),t.fill(),t.save(),t.beginPath(),t.arc(i,i,n,0,2*Math.PI),t.strokeStyle="rgba(255, 255, 255, 0.5)",t.lineWidth=10.24,t.closePath(),t.stroke(),new o.CanvasTexture(e)}}return null}(),Io=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(512)),e.setAttribute("height",String(512));var t=e.getContext("2d");if(t){return t.beginPath(),t.arc(256,256,199.68,0,2*Math.PI),t.fillStyle="rgba(0, 0, 0, 0.2)",t.closePath(),t.fill(),new o.CanvasTexture(e)}}return null}(),Co=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(512)),e.setAttribute("height",String(512));var t=e.getContext("2d");if(t){var i=256,n=138.24,r=t.createLinearGradient(i-Math.cos(Math.PI/4)*n,i-Math.sin(Math.PI/4)*n,i+Math.cos(Math.PI/4)*n,i+Math.sin(Math.PI/4)*n);return r.addColorStop(0,"rgba(255, 255, 255, 1)"),r.addColorStop(.5,"rgba(255, 255, 255, 0.6)"),r.addColorStop(1,"rgba(255, 255, 255, 1)"),t.beginPath(),t.lineWidth=33.28,t.arc(i,i,n,0,2*Math.PI),t.strokeStyle=r,t.shadowBlur=38.4,t.shadowColor="rgba(0, 0, 0, 0.3)",t.closePath(),t.stroke(),new o.CanvasTexture(e)}}return null}(),Bo=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(512)),e.setAttribute("height",String(512));var t=e.getContext("2d");if(t){var i=256,n=199.68,r=t.createLinearGradient(i+Math.cos(Math.PI/4)*n,i-Math.sin(Math.PI/4)*n,i-Math.cos(Math.PI/4)*n,i+Math.sin(Math.PI/4)*n);return r.addColorStop(0,"rgba(255, 255, 255, 0.5)"),r.addColorStop(.5,"rgba(255, 255, 255, 0.1)"),r.addColorStop(1,"rgba(255, 255, 255, 0.5)"),t.beginPath(),t.lineWidth=15.36,t.arc(i,i,n,0,2*Math.PI),t.strokeStyle=r,t.shadowBlur=25.6,t.shadowColor="rgba(0, 0, 0, 0.5)",t.closePath(),t.stroke(),new o.CanvasTexture(e)}}return null}(),Po=function(e,t){var i=128;e.clearRect(0,0,256,256),e.beginPath(),e.lineWidth=29.44,e.arc(i,i,84.48,0,2*Math.PI*t),e.strokeStyle="rgba(255, 255, 255, 0.2)",e.stroke()},To=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(256)),e.setAttribute("height",String(256));var t=e.getContext("2d");t&&Po(t,2*Math.PI);var i=new o.CanvasTexture(e);return Object.assign(i,{setProgress:function(e){t&&(Po(t,e),i.needsUpdate=!0)}})}return null},Ro=[],Do=To(),Lo=function(e){function i(){var i=e.call(this)||this;i.progress=0,i.opacity=0,i.loading=!1,i.current=!1,i.disabled=!1,i.ringRotateMotion=new Ur({angle:0}),i.tapMotion=new Ur({scale:1,opacity:1}),i.progressMotion=new Ur({progress:0}),i.progressOpacityMotion=new Ur({opacity:0}),i.opacityMotion=new Ur({opacity:0});var n={blending:o.CustomBlending,blendSrc:o.SrcAlphaFactor,blendDst:o.OneMinusSrcAlphaFactor,blendSrcAlpha:o.OneFactor,blendDstAlpha:o.OneMinusSrcAlphaFactor,depthWrite:!1};return i.backgroundMesh=new o.Mesh(Eo,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Io,opacity:1}))),i.centerMesh=new o.Mesh(Eo,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Co,opacity:0}))),i.ringMesh=new o.Mesh(Eo,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Bo,opacity:0}))),i.loadingMesh=new o.Mesh(Eo,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Mo,opacity:.5}))),i.disableMesh=new o.Mesh(Eo,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:So,opacity:0}))),i.progressMesh=new o.Mesh(Eo,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Do,opacity:0}))),i.loadingMesh.visible=!1,i.disableMesh.visible=!1,i.backgroundMesh.position.y=.0018,i.ringMesh.position.y=.003,i.disableMesh.position.y=.002,i.centerMesh.position.y=.002,i.loadingMesh.position.y=.005,i.progressMesh.position.y=.004,i.centerMesh.frustumCulled=!1,i.ringMesh.frustumCulled=!1,i.progressMesh.frustumCulled=!1,i.loadingMesh.frustumCulled=!1,i.disableMesh.frustumCulled=!1,i.renderOrder=-2,i.add(i.backgroundMesh),i.add(i.centerMesh),i.add(i.ringMesh),i.add(i.progressMesh),i.add(i.loadingMesh),i.add(i.disableMesh),i.needsRender=!0,i}return t.__extends(i,e),i.prototype.setProgress=function(e){this.setDisabled(!1),this.setLoading(!1),this.progress!==e&&(e=xr(e,0,1),this.tapMotion.ended&&(0===this.progress&&this.progressOpacityMotion.set({opacity:1},300).catch(Ve),0===e?(this.progressOpacityMotion.set({opacity:0},300).catch(Ve),this.progressMotion.set({progress:xr(1.2*e,0,1)},0).catch(Ve)):this.progressMotion.set({progress:xr(1.2*e,0,1)},100).catch(Ve)),this.progress=e)},i.prototype.setOpacity=function(e){this.opacity!==e&&(this.opacity=e=xr(e,0,1),this.opacityMotion.set({opacity:e},500).catch(Ve))},i.prototype.setCurrent=function(e){if(this.current!==e){if(!0===e&&this.ringRotateMotion.ended){var t=[{progress:0,value:{angle:0}},{progress:1,value:{angle:2*Math.PI}}];this.ringRotateMotion.setKeyframes(t,5e3).catch(Ve)}this.current=e}},i.prototype.setLoading=function(e){this.loading!==e&&(this.loading=e,!0===this.disabled&&this.setDisabled(!1),this.loadingMesh.visible=e,this.needsRender=!0)},i.prototype.setDisabled=function(e){this.disabled!==e&&(this.disabled=e,!0===this.loading&&this.setLoading(!1),this.disableMesh.visible=e,this.ringMesh.visible=!e,this.centerMesh.visible=!e,this.needsRender=!0)},i.prototype.tap=function(){var e=this;if(!this.tapMotion.ended)return Promise.resolve();return this.progressOpacityMotion.set({opacity:0},0).catch(Ve),this.progressMotion.set({progress:0},0).catch(Ve),this.tapMotion.setKeyframes([{progress:0,value:{scale:1,opacity:1}},{progress:.3,value:{scale:.85,opacity:.5}},{progress:.8,value:{scale:1.05,opacity:.6}},{progress:1,value:{scale:1,opacity:1}}],600).then((function(){e.progressOpacityMotion.set({opacity:e.progress>0?1:0},300).catch(Ve),e.progressMotion.set({progress:e.progress},120).catch(Ve)})).catch(Ve)},i.prototype.setResolution=function(e,t){var i=xr(Math.max(e,t)/1e3,1,1.8);this.scale.set(i,1,i)},i.prototype.updateTime=function(e,t){var i;if(!this.progressMotion.ended){this.progressMotion.update(e);var n=this.progressMotion.value.progress;if(null!==this.progressMesh.material.map)if(0===n)this.progressMesh.material.map!==Do&&(Ro.push(this.progressMesh.material.map),this.progressMesh.material.map=Do);else if(1===n)this.progressMesh.material.map!==Do&&(Ro.push(this.progressMesh.material.map),this.progressMesh.material.map=Do);else{if(this.progressMesh.material.map===Do){var r=Ro.pop()||To();this.progressMesh.material.map=r}null===(i=this.progressMesh.material.map)||void 0===i||i.setProgress(n)}this.needsRender=!0}if(!this.progressOpacityMotion.ended){this.progressOpacityMotion.update(e);var s=this.progressOpacityMotion.value.opacity;this.progressMesh.material.opacity=s,this.needsRender=!0}if(!this.opacityMotion.ended){this.opacityMotion.update(e);s=this.opacityMotion.value.opacity*this.tapMotion.value.opacity;this.backgroundMesh.material.opacity=s,this.centerMesh.material.opacity=s,this.ringMesh.material.opacity=s,this.disableMesh.material.opacity=s,this.loadingMesh.material.opacity=s,this.needsRender=!0}if(!0===this.loadingMesh.visible&&(this.loadingMesh.rotateY(-t/120),this.needsRender=!0),!this.tapMotion.ended){this.tapMotion.update(e);var a=this.tapMotion.value.scale;this.backgroundMesh.scale.set(a,a,a),this.centerMesh.scale.set(a,a,a),this.ringMesh.scale.set(a,a,a),this.progressMesh.scale.set(a,a,a);s=this.opacityMotion.value.opacity*this.tapMotion.value.opacity;this.centerMesh.material.opacity=s,this.ringMesh.material.opacity=s,this.disableMesh.material.opacity=s,this.loadingMesh.material.opacity=s,this.needsRender=!0}this.ringRotateMotion.ended||(this.ringRotateMotion.update(e),this.ringMesh.quaternion.setFromEuler(new o.Euler(0,this.ringRotateMotion.value.angle,0)),this.needsRender=!0)},i.prototype.dispose=function(){this.ringRotateMotion.dispose(),this.tapMotion.dispose(),this.progressMotion.dispose(),this.progressOpacityMotion.dispose(),this.opacityMotion.dispose(),this.progressMesh.material.map!==Do&&(Ro.push(this.progressMesh.material.map),this.progressMesh.material.map=null),this.ringMesh.material.dispose(),this.disableMesh.material.dispose(),this.centerMesh.material.dispose(),this.loadingMesh.material.dispose(),this.progressMesh.material.dispose()},i}(o.Object3D),ko=new Float32Array([-.13,0,-.13,.13,0,-.13,-.13,0,.13,.13,0,.13]),Fo=new Float32Array([0,1,1,1,0,0,1,0]),No=new Uint8Array([0,2,1,2,3,1]),Oo=new o.BufferGeometry;Oo.setAttribute("position",new o.BufferAttribute(ko,3)),Oo.setAttribute("uv",new o.BufferAttribute(Fo,2)),Oo.setIndex(new o.BufferAttribute(No,1));var Qo=function(){var e=Qr(),t=new o.Texture;return e.onload=function(){if("undefined"!=typeof document){var i=256,n=document.createElement("canvas");n.setAttribute("width",String(i)),n.setAttribute("height",String(i));var r=n.getContext("2d");if(r){r.drawImage(e,0,0,i,i),r.globalCompositeOperation="source-out";var o=128;r.beginPath(),r.lineWidth=29.44,r.arc(o,o,55.04,0,2*Math.PI),r.strokeStyle="rgba(255, 255, 255, 0.7)",r.closePath(),r.stroke(),t.image=n,t.needsUpdate=!0}}},e.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAR9JREFUOBF10kFOAzEMBdCZFhCbrrgAN+NqHIULsWKDKO3gF+VHoZpa+rXjfH87nq7btr0ty3KZ8FsxnHeQPL748lA/x0Jsq+AwYe0X8nDtGA33BEJUHIEKW/EorHOLI7BHNlkEbju38YkQAIRZxFkHz2HOirKDxNcIzG+fu/6oLiNmqc5ZrlwTeKyAgJF14tMZmSn87pBrxeX/CRABgk/dl1s+C18dio2Pp9nmCQru2UtdvN+7lI9AFsgb3zNMcSp8FF4LYs3UhLfOAvkDJffci8q1J/ByRLKnQ8gUJUFOd2SeZYliCxwiyJCxCbhUGFKF4zPm61hiq7sVyJnPmATyR5IzLSNyDNEFRCDnkAmA8U2RfCsIefYhDeKOQLv7A+l1ZTyjymNxAAAAAElFTkSuQmCC",t}(),Vo=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(512)),e.setAttribute("height",String(512));var t=e.getContext("2d");if(t){var i=256,n=199.68;return t.beginPath(),t.arc(i,i,n,0,2*Math.PI),t.fillStyle="rgba(255, 255, 255, 0.1)",t.closePath(),t.fill(),t.save(),t.beginPath(),t.arc(i,i,n,0,2*Math.PI),t.strokeStyle="rgba(255, 255, 255, 0.5)",t.lineWidth=10.24,t.closePath(),t.stroke(),new o.CanvasTexture(e)}}return null}(),_o=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(256)),e.setAttribute("height",String(256));var t=e.getContext("2d");if(t){var i=128;return t.beginPath(),t.lineWidth=29.44,t.arc(i,i,84.48,0,2*Math.PI),t.strokeStyle="rgba(255, 255, 255, 1)",t.shadowBlur=19.2,t.shadowColor="rgba(200, 200, 200, 0.2)",t.closePath(),t.stroke(),new o.CanvasTexture(e)}}return null}(),Ho=function(e,t){var i=128;e.clearRect(0,0,256,256),e.beginPath(),e.lineWidth=29.44,e.arc(i,i,57.6,0,2*Math.PI*t),e.strokeStyle="rgba(255, 255, 255, 0.6)",e.stroke()},Uo=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(256)),e.setAttribute("height",String(256));var t=e.getContext("2d");t&&Ho(t,2*Math.PI);var i=new o.CanvasTexture(e);return Object.assign(i,{setProgress:function(e){t&&(Ho(t,e),i.needsUpdate=!0)}})}return null},qo=[],zo=Uo(),jo=function(e){function i(){var i=e.call(this)||this;i.progress=0,i.opacity=0,i.loading=!1,i.current=!1,i.disabled=!1,i.tapMotion=new Ur({scale:1,opacity:1}),i.progressMotion=new Ur({progress:0}),i.progressOpacityMotion=new Ur({opacity:0}),i.opacityMotion=new Ur({opacity:0});var n={blending:o.CustomBlending,blendSrc:o.SrcAlphaFactor,blendDst:o.OneMinusSrcAlphaFactor,blendSrcAlpha:o.OneFactor,blendDstAlpha:o.OneMinusSrcAlphaFactor,depthWrite:!1};return i.centerMesh=new o.Mesh(Oo,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:_o,opacity:0}))),i.loadingMesh=new o.Mesh(Oo,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Qo,opacity:.5}))),i.disableMesh=new o.Mesh(Oo,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Vo,opacity:0}))),i.progressMesh=new o.Mesh(Oo,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:zo,opacity:0}))),i.loadingMesh.visible=!1,i.disableMesh.visible=!1,i.disableMesh.position.y=.002,i.centerMesh.position.y=.002,i.loadingMesh.position.y=.005,i.progressMesh.position.y=.004,i.centerMesh.frustumCulled=!1,i.progressMesh.frustumCulled=!1,i.loadingMesh.frustumCulled=!1,i.disableMesh.frustumCulled=!1,i.renderOrder=-2,i.add(i.centerMesh),i.add(i.progressMesh),i.add(i.loadingMesh),i.add(i.disableMesh),i.needsRender=!0,i}return t.__extends(i,e),i.prototype.setProgress=function(e){this.setDisabled(!1),this.setLoading(!1),this.progress!==e&&(e=xr(e,0,1),this.tapMotion.ended&&(0===this.progress&&this.progressOpacityMotion.set({opacity:1},300).catch(Ve),0===e?(this.progressOpacityMotion.set({opacity:0},300).catch(Ve),this.progressMotion.set({progress:xr(1.2*e,0,1)},0).catch(Ve)):this.progressMotion.set({progress:xr(1.2*e,0,1)},100).catch(Ve)),this.progress=e)},i.prototype.setOpacity=function(e){e>0&&(e=1),this.opacity!==e&&(this.opacity=e=xr(e,0,1),this.opacityMotion.set({opacity:e},500).catch(Ve))},i.prototype.setCurrent=function(e){this.current!==e&&(this.current=e)},i.prototype.setLoading=function(e){this.loading!==e&&(this.loading=e,!0===this.disabled&&this.setDisabled(!1),this.loadingMesh.visible=e,this.needsRender=!0)},i.prototype.setDisabled=function(e){this.disabled!==e&&(this.disabled=e,!0===this.loading&&this.setLoading(!1),this.disableMesh.visible=e,this.centerMesh.visible=!e,this.needsRender=!0)},i.prototype.tap=function(){var e=this;if(!this.tapMotion.ended)return Promise.resolve();return this.progressOpacityMotion.set({opacity:0},0).catch(Ve),this.progressMotion.set({progress:0},0).catch(Ve),this.tapMotion.setKeyframes([{progress:0,value:{scale:1,opacity:1}},{progress:.3,value:{scale:.85,opacity:.5}},{progress:.8,value:{scale:1.05,opacity:.6}},{progress:1,value:{scale:1,opacity:1}}],600).then((function(){e.progressOpacityMotion.set({opacity:e.progress>0?1:0},300).catch(Ve),e.progressMotion.set({progress:e.progress},120).catch(Ve)})).catch(Ve)},i.prototype.setResolution=function(e,t){var i=xr(Math.max(e,t)/1e3,1.2,1.8);this.scale.set(i,1,i)},i.prototype.updateTime=function(e,t){var i;if(!this.progressMotion.ended){this.progressMotion.update(e);var n=this.progressMotion.value.progress;if(null!==this.progressMesh.material.map)if(0===n)this.progressMesh.material.map!==zo&&(qo.push(this.progressMesh.material.map),this.progressMesh.material.map=zo);else if(1===n)this.progressMesh.material.map!==zo&&(qo.push(this.progressMesh.material.map),this.progressMesh.material.map=zo);else{if(this.progressMesh.material.map===zo){var r=qo.pop()||Uo();this.progressMesh.material.map=r}null===(i=this.progressMesh.material.map)||void 0===i||i.setProgress(n)}this.needsRender=!0}if(!this.progressOpacityMotion.ended){this.progressOpacityMotion.update(e);var o=this.progressOpacityMotion.value.opacity;this.progressMesh.material.opacity=o,this.needsRender=!0}if(!this.opacityMotion.ended){this.opacityMotion.update(e);o=this.opacityMotion.value.opacity*this.tapMotion.value.opacity;this.centerMesh.material.opacity=o,this.disableMesh.material.opacity=o,this.loadingMesh.material.opacity=o,this.needsRender=!0}if(!0===this.loadingMesh.visible&&(this.loadingMesh.rotateY(-t/120),this.needsRender=!0),!this.tapMotion.ended){this.tapMotion.update(e);var s=this.tapMotion.value.scale;this.centerMesh.scale.set(s,s,s),this.progressMesh.scale.set(s,s,s);o=this.opacityMotion.value.opacity*this.tapMotion.value.opacity;this.centerMesh.material.opacity=o,this.disableMesh.material.opacity=o,this.loadingMesh.material.opacity=o,this.needsRender=!0}},i.prototype.dispose=function(){this.tapMotion.dispose(),this.progressMotion.dispose(),this.progressOpacityMotion.dispose(),this.opacityMotion.dispose(),this.progressMesh.material.map!==zo&&(qo.push(this.progressMesh.material.map),this.progressMesh.material.map=null),this.disableMesh.material.dispose(),this.centerMesh.material.dispose(),this.loadingMesh.material.dispose(),this.progressMesh.material.dispose()},i}(o.Object3D),Ko=new o.CircleBufferGeometry(.1,16),Go=function(){if("undefined"!=typeof document){var e=512,t=document.createElement("canvas");t.setAttribute("width",String(e)),t.setAttribute("height",String(e));var i=t.getContext("2d");if(i){var n=256,r=192,s=76.8;i.lineWidth=s,i.arc(n,n,r,0,2*Math.PI),i.strokeStyle="rgba(147, 162, 255, 0.3)",i.shadowBlur=12.8,i.shadowColor="rgba(255, 255, 255, 0.6)",i.stroke(),i.lineWidth=s,i.arc(n,n,r,0,2*Math.PI);var a=i.createRadialGradient(n,n,153.6,n,n,230.4);a.addColorStop(0,"rgba(255, 255, 255, 0.3)"),a.addColorStop(.3,"rgba(255, 255, 255, 0.0)"),a.addColorStop(.7,"rgba(255, 255, 255, 0.0)"),a.addColorStop(1,"rgba(255, 255, 255, 0.3)"),i.strokeStyle=a,i.stroke(),i.beginPath(),i.lineWidth=4.8,i.arc(n,n,228,0,2*Math.PI);var l=i.createLinearGradient(0,0,e,0);return l.addColorStop(.02,"rgba(255, 255, 255, 1.0)"),l.addColorStop(.08,"rgba(255, 255, 255, 0.0)"),l.addColorStop(.92,"rgba(255, 255, 255, 0.0)"),l.addColorStop(.98,"rgba(255, 255, 255, 1.0)"),i.strokeStyle=l,i.stroke(),new o.CanvasTexture(t)}}return null}(),Wo=new o.MeshBasicMaterial({map:Go,transparent:!0}),Xo=function(e){function i(){var t=e.call(this)||this;return t.ringMesh=new o.Mesh(Ko,Wo),t.ringMesh.renderOrder=-3,t.add(t.ringMesh),t}return t.__extends(i,e),i.prototype.dispose=function(){this.remove(this.ringMesh)},i}(o.Object3D);function Yo(e,t,i){var n=Math.abs(e-t);return n<.001||void 0!==i&&Math.abs(i-n)<.001}function Zo(e,t,i){return!Yo(e,t,i)}function Jo(e,t){return e.distanceTo(t)<.001}function $o(e,t){return!Jo(e,t)}var es=new o.Vector3(0,0,0),ts=function(e){function i(t,i){void 0===i&&(i=es);var n=e.call(this)||this,r=new o.BoxBufferGeometry(t.max.x-t.min.x+2*i.x,t.max.y-t.min.y+2*i.y,t.max.z-t.min.z+2*i.z,1,1);r.groups.length=0,r.groups.push({start:0,count:36,materialIndex:0}),r.applyMatrix4((new o.Matrix4).makeScale(-1,1,1)),r.computeVertexNormals();var s=new li;s.defines.USE_MAP=!1,s.defines.USE_UV=!1,s.uniforms.diffuse.value=new o.Color(16777215);var a=new vt(r,[s]);return a.floorIndex=-1,a.position.copy(t.getCenter(new o.Vector3)),a.frustumCulled=!1,n.renderOrder=-3,n.add(a),n.boundingBox=new o.Box3,n.computeBoundingBox(),n}return t.__extends(i,e),i.prototype.computeBoundingBox=function(){this.boundingBox.setFromObject(this)},i.prototype.dispose=function(){this.disposeMaterial(),this.disposeGeometry()},i}(bt);function is(e,t){return void 0===t&&(t=es),new ts(e,t)}function ns(e){var t=e.getError();if(t===e.NO_ERROR)return null;switch(t){case e.INVALID_ENUM:return new Error("webgl error: INVALID_ENUM");case e.INVALID_VALUE:return new Error("webgl error: INVALID_VALUE");case e.INVALID_OPERATION:return new Error("webgl error: INVALID_OPERATION");case e.INVALID_FRAMEBUFFER_OPERATION:return new Error("webgl error: INVALID_FRAMEBUFFER_OPERATION");case e.OUT_OF_MEMORY:return new Error("webgl error: OUT_OF_MEMORY");case e.CONTEXT_LOST_WEBGL:return new Error("webgl error: CONTEXT_LOST_WEBGL");default:return null}}var rs=2*Math.PI;function os(e){return e>=0&&e<rs?e:(e%rs+rs)%rs}var ss=Math.PI,as=2*ss;function ls(e,t,i){if(e===t)return t;var n=t-e;return Math.abs(n)<=i?t:e+(n>0?1:-1)*i}!function(){try{var e=document.createElement("canvas");!window.WebGLRenderingContext||!e.getContext("webgl")&&e.getContext("experimental-webgl")}catch(e){return!1}}();var us=function(){var e="undefined"!=typeof navigator?navigator.userAgent.toLowerCase():"node";return/android/i.test(e)||/webos/i.test(e)||/ipad|iphone|ipod/i.test(e)||/iemobile/i.test(e)||/opera mini/i.test(e)||/blackberry/i.test(e)||/windows phone/i.test(e)};function cs(e,t){e.mode=t.mode,e.panoIndex=t.panoIndex,e.longitude=t.longitude,e.latitude=t.latitude,e.fov=t.fov,e.offset.copy(t.offset)}function hs(e,t){return e.panoIndex===t.panoIndex&&e.mode===t.mode&&Yo(e.longitude,t.longitude,2*Math.PI)&&Yo(e.latitude,t.latitude)&&Yo(e.fov,t.fov)&&Jo(e.offset,t.offset)}var ds=function(e){return Number(e)};function ps(e,t,i){var n;void 0===t&&(t=ds),void 0===i&&(i=!1);for(var r,o=1/0,s=0,a=e;s<a.length;s++){var l=a[s],u=t(l);u<=o&&(r=(n=[l,u])[0],o=n[1])}return i?[r,o]:r}function fs(e){for(var t in e)return!1;return!0}function As(e){return{longitude:e.longitude,latitude:e.latitude,fov:e.fov,offset:e.offset.clone(),distance:e.distance}}
368
+ /*! Hammer.JS - v2.0.7 - 2016-04-22
369
+ * http://hammerjs.github.io/
370
+ *
371
+ * Copyright (c) 2016 Jorik Tangelder;
372
+ * Licensed under the MIT license */var gs=function(e,t,i,n){var r,o=["","webkit","Moz","MS","ms","o"],s=t.createElement?t.createElement("div"):n,a=Math.round,l=Math.abs,u=Date.now;function c(e,t,i){return setTimeout(m(e,i),t)}function h(e,t,i){return!!Array.isArray(e)&&(d(e,i[t],i),!0)}function d(e,t,i){var r;if(e)if(e.forEach)e.forEach(t,i);else if(e.length!==n)for(r=0;r<e.length;)t.call(i,e[r],r,e),r++;else for(r in e)e.hasOwnProperty(r)&&t.call(i,e[r],r,e)}function p(t,i,n){var r="DEPRECATED METHOD: "+i+"\n"+n+" AT \n";return function(){var i=new Error("get-stack-trace"),n=i&&i.stack?i.stack.replace(/^[^\(]+?[\n$]/gm,"").replace(/^\s+at\s+/gm,"").replace(/^Object.<anonymous>\s*\(/gm,"{anonymous}()@"):"Unknown Stack Trace",o=e.console&&(e.console.warn||e.console.log);return o&&o.call(e.console,r,n),t.apply(this,arguments)}}r="function"!=typeof Object.assign?function(e){if(e===n||null===e)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),i=1;i<arguments.length;i++){var r=arguments[i];if(r!==n&&null!==r)for(var o in r)r.hasOwnProperty(o)&&(t[o]=r[o])}return t}:Object.assign;var f=p((function(e,t,i){for(var r=Object.keys(t),o=0;o<r.length;)(!i||i&&e[r[o]]===n)&&(e[r[o]]=t[r[o]]),o++;return e}),"extend","Use `assign`."),A=p((function(e,t){return f(e,t,!0)}),"merge","Use `assign`.");function g(e,t,i){var n,o=t.prototype;(n=e.prototype=Object.create(o)).constructor=e,n._super=o,i&&r(n,i)}function m(e,t){return function(){return e.apply(t,arguments)}}function v(e,t){return"function"==typeof e?e.apply(t&&t[0]||n,t):e}function y(e,t){return e===n?t:e}function b(e,t,i){d(M(t),(function(t){e.addEventListener(t,i,!1)}))}function x(e,t,i){d(M(t),(function(t){e.removeEventListener(t,i,!1)}))}function w(e,t){for(;e;){if(e==t)return!0;e=e.parentNode}return!1}function E(e,t){return e.indexOf(t)>-1}function M(e){return e.trim().split(/\s+/g)}function S(e,t,i){if(e.indexOf&&!i)return e.indexOf(t);for(var n=0;n<e.length;){if(i&&e[n][i]==t||!i&&e[n]===t)return n;n++}return-1}function I(e){return Array.prototype.slice.call(e,0)}function C(e,t,i){for(var n=[],r=[],o=0;o<e.length;){var s=t?e[o][t]:e[o];S(r,s)<0&&n.push(e[o]),r[o]=s,o++}return i&&(n=t?n.sort((function(e,i){return e[t]>i[t]})):n.sort()),n}function B(e,t){for(var i,r,s=t[0].toUpperCase()+t.slice(1),a=0;a<o.length;){if((r=(i=o[a])?i+s:t)in e)return r;a++}return n}var P=1;function T(t){var i=t.ownerDocument||t;return i.defaultView||i.parentWindow||e}var R="ontouchstart"in e,D=B(e,"PointerEvent")!==n,L=R&&/mobile|tablet|ip(ad|hone|od)|android/i.test(navigator.userAgent),k="touch",F="mouse",N=24,O=["x","y"],Q=["clientX","clientY"];function V(e,t){var i=this;this.manager=e,this.callback=t,this.element=e.element,this.target=e.options.inputTarget,this.domHandler=function(t){v(e.options.enable,[e])&&i.handler(t)},this.init()}function _(e,t,i){var r=i.pointers.length,o=i.changedPointers.length,s=1&t&&r-o==0,a=12&t&&r-o==0;i.isFirst=!!s,i.isFinal=!!a,s&&(e.session={}),i.eventType=t,function(e,t){var i=e.session,r=t.pointers,o=r.length;i.firstInput||(i.firstInput=H(t));o>1&&!i.firstMultiple?i.firstMultiple=H(t):1===o&&(i.firstMultiple=!1);var s=i.firstInput,a=i.firstMultiple,c=a?a.center:s.center,h=t.center=U(r);t.timeStamp=u(),t.deltaTime=t.timeStamp-s.timeStamp,t.angle=K(c,h),t.distance=j(c,h),function(e,t){var i=t.center,n=e.offsetDelta||{},r=e.prevDelta||{},o=e.prevInput||{};1!==t.eventType&&4!==o.eventType||(r=e.prevDelta={x:o.deltaX||0,y:o.deltaY||0},n=e.offsetDelta={x:i.x,y:i.y});t.deltaX=r.x+(i.x-n.x),t.deltaY=r.y+(i.y-n.y)}(i,t),t.offsetDirection=z(t.deltaX,t.deltaY);var d=q(t.deltaTime,t.deltaX,t.deltaY);t.overallVelocityX=d.x,t.overallVelocityY=d.y,t.overallVelocity=l(d.x)>l(d.y)?d.x:d.y,t.scale=a?function(e,t){return j(t[0],t[1],Q)/j(e[0],e[1],Q)}(a.pointers,r):1,t.rotation=a?function(e,t){return K(t[1],t[0],Q)+K(e[1],e[0],Q)}(a.pointers,r):0,t.maxPointers=i.prevInput?t.pointers.length>i.prevInput.maxPointers?t.pointers.length:i.prevInput.maxPointers:t.pointers.length,function(e,t){var i,r,o,s,a=e.lastInterval||t,u=t.timeStamp-a.timeStamp;if(8!=t.eventType&&(u>25||a.velocity===n)){var c=t.deltaX-a.deltaX,h=t.deltaY-a.deltaY,d=q(u,c,h);r=d.x,o=d.y,i=l(d.x)>l(d.y)?d.x:d.y,s=z(c,h),e.lastInterval=t}else i=a.velocity,r=a.velocityX,o=a.velocityY,s=a.direction;t.velocity=i,t.velocityX=r,t.velocityY=o,t.direction=s}(i,t);var p=e.element;w(t.srcEvent.target,p)&&(p=t.srcEvent.target);t.target=p}(e,i),e.emit("hammer.input",i),e.recognize(i),e.session.prevInput=i}function H(e){for(var t=[],i=0;i<e.pointers.length;)t[i]={clientX:a(e.pointers[i].clientX),clientY:a(e.pointers[i].clientY)},i++;return{timeStamp:u(),pointers:t,center:U(t),deltaX:e.deltaX,deltaY:e.deltaY}}function U(e){var t=e.length;if(1===t)return{x:a(e[0].clientX),y:a(e[0].clientY)};for(var i=0,n=0,r=0;r<t;)i+=e[r].clientX,n+=e[r].clientY,r++;return{x:a(i/t),y:a(n/t)}}function q(e,t,i){return{x:t/e||0,y:i/e||0}}function z(e,t){return e===t?1:l(e)>=l(t)?e<0?2:4:t<0?8:16}function j(e,t,i){i||(i=O);var n=t[i[0]]-e[i[0]],r=t[i[1]]-e[i[1]];return Math.sqrt(n*n+r*r)}function K(e,t,i){i||(i=O);var n=t[i[0]]-e[i[0]],r=t[i[1]]-e[i[1]];return 180*Math.atan2(r,n)/Math.PI}V.prototype={handler:function(){},init:function(){this.evEl&&b(this.element,this.evEl,this.domHandler),this.evTarget&&b(this.target,this.evTarget,this.domHandler),this.evWin&&b(T(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&x(this.element,this.evEl,this.domHandler),this.evTarget&&x(this.target,this.evTarget,this.domHandler),this.evWin&&x(T(this.element),this.evWin,this.domHandler)}};var G={mousedown:1,mousemove:2,mouseup:4},W="mousedown",X="mousemove mouseup";function Y(){this.evEl=W,this.evWin=X,this.pressed=!1,V.apply(this,arguments)}g(Y,V,{handler:function(e){var t=G[e.type];1&t&&(0===e.button||2===e.button)&&(this.pressed=!0),2&t&&1!==e.which&&(t=4),this.pressed&&(4&t&&(this.pressed=!1),this.callback(this.manager,t,{pointers:[e],changedPointers:[e],pointerType:F,srcEvent:e}))}});var Z={pointerdown:1,pointermove:2,pointerup:4,pointercancel:8,pointerout:8},J={2:k,3:"pen",4:F,5:"kinect"},$="pointerdown",ee="pointermove pointerup pointercancel";function te(){this.evEl=$,this.evWin=ee,V.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}e.MSPointerEvent&&!e.PointerEvent&&($="MSPointerDown",ee="MSPointerMove MSPointerUp MSPointerCancel"),g(te,V,{handler:function(e){var t=this.store,i=!1,n=!1,r=e.type.toLowerCase().replace("ms",""),o=Z[r],s=J[e.pointerType]||e.pointerType,a=s==k,l=S(t,e.pointerId,"pointerId");1&o&&(0===e.button||2===e.button||a)?l<0&&(t.push(e),l=t.length-1):12&o?i=!0:a||0!==e.buttons||(i=!0,n=!0,o=Z.pointerup),l<0||(n||(t[l]=e),this.callback(this.manager,o,{pointers:t,changedPointers:[e],pointerType:s,srcEvent:t[l]}),i&&t.splice(l,1))}});var ie={touchstart:1,touchmove:2,touchend:4,touchcancel:8},ne="touchstart",re="touchstart touchmove touchend touchcancel";function oe(){this.evTarget=ne,this.evWin=re,this.started=!1,V.apply(this,arguments)}function se(e,t){var i=I(e.touches),n=I(e.changedTouches);return 12&t&&(i=C(i.concat(n),"identifier",!0)),[i,n]}g(oe,V,{handler:function(e){var t=ie[e.type];if(1===t&&(this.started=!0),this.started){var i=se.call(this,e,t);12&t&&i[0].length-i[1].length==0&&(this.started=!1),this.callback(this.manager,t,{pointers:i[0],changedPointers:i[1],pointerType:k,srcEvent:e})}}});var ae={touchstart:1,touchmove:2,touchend:4,touchcancel:8},le="touchstart touchmove touchend touchcancel";function ue(){this.evTarget=le,this.targetIds={},V.apply(this,arguments)}function ce(e,t){var i=I(e.touches),n=this.targetIds;if(3&t&&1===i.length)return n[i[0].identifier]=!0,[i,i];var r,o,s=I(e.changedTouches),a=[],l=this.target;if(o=i.filter((function(e){return w(e.target,l)})),1===t)for(r=0;r<o.length;)n[o[r].identifier]=!0,r++;for(r=0;r<s.length;)n[s[r].identifier]&&a.push(s[r]),12&t&&delete n[s[r].identifier],r++;return a.length?[C(o.concat(a),"identifier",!0),a]:void 0}g(ue,V,{handler:function(e){var t=ae[e.type],i=ce.call(this,e,t);i&&this.callback(this.manager,t,{pointers:i[0],changedPointers:i[1],pointerType:k,srcEvent:e})}});function he(){V.apply(this,arguments);var e=m(this.handler,this);this.touch=new ue(this.manager,e),this.mouse=new Y(this.manager,e),this.primaryTouch=null,this.lastTouches=[]}function de(e,t){1&e?(this.primaryTouch=t.changedPointers[0].identifier,pe.call(this,t)):12&e&&pe.call(this,t)}function pe(e){var t=e.changedPointers[0];if(t.identifier===this.primaryTouch){var i={x:t.clientX,y:t.clientY};this.lastTouches.push(i);var n=this.lastTouches;setTimeout((function(){var e=n.indexOf(i);e>-1&&n.splice(e,1)}),2500)}}function fe(e){for(var t=e.srcEvent.clientX,i=e.srcEvent.clientY,n=0;n<this.lastTouches.length;n++){var r=this.lastTouches[n],o=Math.abs(t-r.x),s=Math.abs(i-r.y);if(o<=25&&s<=25)return!0}return!1}g(he,V,{handler:function(e,t,i){var n=i.pointerType==k,r=i.pointerType==F;if(!(r&&i.sourceCapabilities&&i.sourceCapabilities.firesTouchEvents)){if(n)de.call(this,t,i);else if(r&&fe.call(this,i))return;this.callback(e,t,i)}},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var Ae=s?B(s.style,"touchAction"):n,ge=Ae!==n,me="compute",ve="auto",ye="manipulation",be="none",xe="pan-x",we="pan-y",Ee=function(){if(!ge)return!1;var t={},i=e.CSS&&e.CSS.supports;return["auto","manipulation","pan-y","pan-x","pan-x pan-y","none"].forEach((function(n){t[n]=!i||e.CSS.supports("touch-action",n)})),t}();function Me(e,t){this.manager=e,this.set(t)}Me.prototype={set:function(e){e==me&&(e=this.compute()),ge&&this.manager.element.style&&Ee[e]&&(this.manager.element.style[Ae]=e),this.actions=e.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var e=[];return d(this.manager.recognizers,(function(t){v(t.options.enable,[t])&&(e=e.concat(t.getTouchAction()))})),function(e){if(E(e,be))return be;var t=E(e,xe),i=E(e,we);if(t&&i)return be;if(t||i)return t?xe:we;if(E(e,ye))return ye;return ve}(e.join(" "))},preventDefaults:function(e){var t=e.srcEvent,i=e.offsetDirection;if(this.manager.session.prevented)t.preventDefault();else{var n=this.actions,r=E(n,be)&&!Ee.none,o=E(n,we)&&!Ee["pan-y"],s=E(n,xe)&&!Ee["pan-x"];if(r){var a=1===e.pointers.length,l=e.distance<2,u=e.deltaTime<250;if(a&&l&&u)return}if(!s||!o)return r||o&&6&i||s&&i&N?this.preventSrc(t):void 0}},preventSrc:function(e){this.manager.session.prevented=!0,e.preventDefault()}};var Se=32;function Ie(e){this.options=r({},this.defaults,e||{}),this.id=P++,this.manager=null,this.options.enable=y(this.options.enable,!0),this.state=1,this.simultaneous={},this.requireFail=[]}function Ce(e){return 16&e?"cancel":8&e?"end":4&e?"move":2&e?"start":""}function Be(e){return 16==e?"down":8==e?"up":2==e?"left":4==e?"right":""}function Pe(e,t){var i=t.manager;return i?i.get(e):e}function Te(){Ie.apply(this,arguments)}function Re(){Te.apply(this,arguments),this.pX=null,this.pY=null}function De(){Te.apply(this,arguments)}function Le(){Ie.apply(this,arguments),this._timer=null,this._input=null}function ke(){Te.apply(this,arguments)}function Fe(){Te.apply(this,arguments)}function Ne(){Ie.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function Oe(e,t){return(t=t||{}).recognizers=y(t.recognizers,Oe.defaults.preset),new Qe(e,t)}Ie.prototype={defaults:{},set:function(e){return r(this.options,e),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(e){if(h(e,"recognizeWith",this))return this;var t=this.simultaneous;return t[(e=Pe(e,this)).id]||(t[e.id]=e,e.recognizeWith(this)),this},dropRecognizeWith:function(e){return h(e,"dropRecognizeWith",this)||(e=Pe(e,this),delete this.simultaneous[e.id]),this},requireFailure:function(e){if(h(e,"requireFailure",this))return this;var t=this.requireFail;return-1===S(t,e=Pe(e,this))&&(t.push(e),e.requireFailure(this)),this},dropRequireFailure:function(e){if(h(e,"dropRequireFailure",this))return this;e=Pe(e,this);var t=S(this.requireFail,e);return t>-1&&this.requireFail.splice(t,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(e){return!!this.simultaneous[e.id]},emit:function(e){var t=this,i=this.state;function n(i){t.manager.emit(i,e)}i<8&&n(t.options.event+Ce(i)),n(t.options.event),e.additionalEvent&&n(e.additionalEvent),i>=8&&n(t.options.event+Ce(i))},tryEmit:function(e){if(this.canEmit())return this.emit(e);this.state=Se},canEmit:function(){for(var e=0;e<this.requireFail.length;){if(!(33&this.requireFail[e].state))return!1;e++}return!0},recognize:function(e){var t=r({},e);if(!v(this.options.enable,[this,t]))return this.reset(),void(this.state=Se);56&this.state&&(this.state=1),this.state=this.process(t),30&this.state&&this.tryEmit(t)},process:function(e){},getTouchAction:function(){},reset:function(){}},g(Te,Ie,{defaults:{pointers:1},attrTest:function(e){var t=this.options.pointers;return 0===t||e.pointers.length===t},process:function(e){var t=this.state,i=e.eventType,n=6&t,r=this.attrTest(e);return n&&(8&i||!r)?16|t:n||r?4&i?8|t:2&t?4|t:2:Se}}),g(Re,Te,{defaults:{event:"pan",threshold:10,pointers:1,direction:30},getTouchAction:function(){var e=this.options.direction,t=[];return 6&e&&t.push(we),e&N&&t.push(xe),t},directionTest:function(e){var t=this.options,i=!0,n=e.distance,r=e.direction,o=e.deltaX,s=e.deltaY;return r&t.direction||(6&t.direction?(r=0===o?1:o<0?2:4,i=o!=this.pX,n=Math.abs(e.deltaX)):(r=0===s?1:s<0?8:16,i=s!=this.pY,n=Math.abs(e.deltaY))),e.direction=r,i&&n>t.threshold&&r&t.direction},attrTest:function(e){return Te.prototype.attrTest.call(this,e)&&(2&this.state||!(2&this.state)&&this.directionTest(e))},emit:function(e){this.pX=e.deltaX,this.pY=e.deltaY;var t=Be(e.direction);t&&(e.additionalEvent=this.options.event+t),this._super.emit.call(this,e)}}),g(De,Te,{defaults:{event:"pinch",threshold:0,pointers:2},getTouchAction:function(){return[be]},attrTest:function(e){return this._super.attrTest.call(this,e)&&(Math.abs(e.scale-1)>this.options.threshold||2&this.state)},emit:function(e){if(1!==e.scale){var t=e.scale<1?"in":"out";e.additionalEvent=this.options.event+t}this._super.emit.call(this,e)}}),g(Le,Ie,{defaults:{event:"press",pointers:1,time:251,threshold:9},getTouchAction:function(){return[ve]},process:function(e){var t=this.options,i=e.pointers.length===t.pointers,n=e.distance<t.threshold,r=e.deltaTime>t.time;if(this._input=e,!n||!i||12&e.eventType&&!r)this.reset();else if(1&e.eventType)this.reset(),this._timer=c((function(){this.state=8,this.tryEmit()}),t.time,this);else if(4&e.eventType)return 8;return Se},reset:function(){clearTimeout(this._timer)},emit:function(e){8===this.state&&(e&&4&e.eventType?this.manager.emit(this.options.event+"up",e):(this._input.timeStamp=u(),this.manager.emit(this.options.event,this._input)))}}),g(ke,Te,{defaults:{event:"rotate",threshold:0,pointers:2},getTouchAction:function(){return[be]},attrTest:function(e){return this._super.attrTest.call(this,e)&&(Math.abs(e.rotation)>this.options.threshold||2&this.state)}}),g(Fe,Te,{defaults:{event:"swipe",threshold:10,velocity:.3,direction:30,pointers:1},getTouchAction:function(){return Re.prototype.getTouchAction.call(this)},attrTest:function(e){var t,i=this.options.direction;return 30&i?t=e.overallVelocity:6&i?t=e.overallVelocityX:i&N&&(t=e.overallVelocityY),this._super.attrTest.call(this,e)&&i&e.offsetDirection&&e.distance>this.options.threshold&&e.maxPointers==this.options.pointers&&l(t)>this.options.velocity&&4&e.eventType},emit:function(e){var t=Be(e.offsetDirection);t&&this.manager.emit(this.options.event+t,e),this.manager.emit(this.options.event,e)}}),g(Ne,Ie,{defaults:{event:"tap",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[ye]},process:function(e){var t=this.options,i=e.pointers.length===t.pointers,n=e.distance<t.threshold,r=e.deltaTime<t.time;if(this.reset(),1&e.eventType&&0===this.count)return this.failTimeout();if(n&&r&&i){if(4!=e.eventType)return this.failTimeout();var o=!this.pTime||e.timeStamp-this.pTime<t.interval,s=!this.pCenter||j(this.pCenter,e.center)<t.posThreshold;if(this.pTime=e.timeStamp,this.pCenter=e.center,s&&o?this.count+=1:this.count=1,this._input=e,0===this.count%t.taps)return this.hasRequireFailures()?(this._timer=c((function(){this.state=8,this.tryEmit()}),t.interval,this),2):8}return Se},failTimeout:function(){return this._timer=c((function(){this.state=Se}),this.options.interval,this),Se},reset:function(){clearTimeout(this._timer)},emit:function(){8==this.state&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),Oe.VERSION="2.0.7",Oe.defaults={domEvents:!1,touchAction:me,enable:!0,inputTarget:null,inputClass:null,preset:[[ke,{enable:!1}],[De,{enable:!1},["rotate"]],[Fe,{direction:6}],[Re,{direction:6},["swipe"]],[Ne],[Ne,{event:"doubletap",taps:2},["tap"]],[Le]],cssProps:{userSelect:"none",touchSelect:"none",touchCallout:"none",contentZooming:"none",userDrag:"none",tapHighlightColor:"rgba(0,0,0,0)"}};function Qe(e,t){var i;this.options=r({},Oe.defaults,t||{}),this.options.inputTarget=this.options.inputTarget||e,this.handlers={},this.session={},this.recognizers=[],this.oldCssProps={},this.element=e,this.input=new((i=this).options.inputClass||(D?te:L?ue:R?he:Y))(i,_),this.touchAction=new Me(this,this.options.touchAction),Ve(this,!0),d(this.options.recognizers,(function(e){var t=this.add(new e[0](e[1]));e[2]&&t.recognizeWith(e[2]),e[3]&&t.requireFailure(e[3])}),this)}function Ve(e,t){var i,n=e.element;n.style&&(d(e.options.cssProps,(function(r,o){i=B(n.style,o),t?(e.oldCssProps[i]=n.style[i],n.style[i]=r):n.style[i]=e.oldCssProps[i]||""})),t||(e.oldCssProps={}))}return Qe.prototype={set:function(e){return r(this.options,e),e.touchAction&&this.touchAction.update(),e.inputTarget&&(this.input.destroy(),this.input.target=e.inputTarget,this.input.init()),this},stop:function(e){this.session.stopped=e?2:1},recognize:function(e){var t=this.session;if(!t.stopped){var i;this.touchAction.preventDefaults(e);var n=this.recognizers,r=t.curRecognizer;(!r||r&&8&r.state)&&(r=t.curRecognizer=null);for(var o=0;o<n.length;)i=n[o],2===t.stopped||r&&i!=r&&!i.canRecognizeWith(r)?i.reset():i.recognize(e),!r&&14&i.state&&(r=t.curRecognizer=i),o++}},get:function(e){if(e instanceof Ie)return e;for(var t=this.recognizers,i=0;i<t.length;i++)if(t[i].options.event==e)return t[i];return null},add:function(e){if(h(e,"add",this))return this;var t=this.get(e.options.event);return t&&this.remove(t),this.recognizers.push(e),e.manager=this,this.touchAction.update(),e},remove:function(e){if(h(e,"remove",this))return this;if(e=this.get(e)){var t=this.recognizers,i=S(t,e);-1!==i&&(t.splice(i,1),this.touchAction.update())}return this},on:function(e,t){if(e!==n&&t!==n){var i=this.handlers;return d(M(e),(function(e){i[e]=i[e]||[],i[e].push(t)})),this}},off:function(e,t){if(e!==n){var i=this.handlers;return d(M(e),(function(e){t?i[e]&&i[e].splice(S(i[e],t),1):delete i[e]})),this}},emit:function(e,i){this.options.domEvents&&function(e,i){var n=t.createEvent("Event");n.initEvent(e,!0,!0),n.gesture=i,i.target.dispatchEvent(n)}(e,i);var n=this.handlers[e]&&this.handlers[e].slice();if(n&&n.length){i.type=e,i.preventDefault=function(){i.srcEvent.preventDefault()};for(var r=0;r<n.length;)n[r](i),r++}},destroy:function(){this.element&&Ve(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},r(Oe,{INPUT_START:1,INPUT_MOVE:2,INPUT_END:4,INPUT_CANCEL:8,STATE_POSSIBLE:1,STATE_BEGAN:2,STATE_CHANGED:4,STATE_ENDED:8,STATE_RECOGNIZED:8,STATE_CANCELLED:16,STATE_FAILED:Se,DIRECTION_NONE:1,DIRECTION_LEFT:2,DIRECTION_RIGHT:4,DIRECTION_UP:8,DIRECTION_DOWN:16,DIRECTION_HORIZONTAL:6,DIRECTION_VERTICAL:N,DIRECTION_ALL:30,Manager:Qe,Input:V,TouchAction:Me,TouchInput:ue,MouseInput:Y,PointerEventInput:te,TouchMouseInput:he,SingleTouchInput:oe,Recognizer:Ie,AttrRecognizer:Te,Tap:Ne,Pan:Re,Swipe:Fe,Pinch:De,Rotate:ke,Press:Le,on:b,off:x,each:d,merge:A,extend:f,assign:r,inherit:g,bindFn:m,prefixed:B}),Oe}("undefined"!=typeof window?window:{},"undefined"!=typeof document?document:{});function ms(e,t,i){var n=t.offsetWidth,r=t.offsetHeight,s=t.getBoundingClientRect(),a=s.top,l=s.left;return i&&(l+=n*i.left,a+=r*(1-i.bottom-i.height),n*=i.width,r*=i.height),new o.Vector2((e.x-l)/n*2-1,-(e.y-a)/r*2+1)}var vs=new o.OrthographicCamera(-1,1,1,-1,0,1),ys=new o.BufferGeometry;ys.setAttribute("position",new o.Float32BufferAttribute([-1,3,0,-1,-1,0,3,-1,0],3)),ys.setAttribute("uv",new o.Float32BufferAttribute([0,2,0,0,2,0],2));var bs=new o.Mesh(ys),xs=new o.Scene;xs.add(bs);var ws=function(){function e(e,t){var i;this.renderer=e,this.material=new o.ShaderMaterial({vertexShader:null!==(i=t.vertex)&&void 0!==i?i:"\nvarying vec2 vUv;\nvoid main() {\n vUv = uv;\n gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);\n}\n",fragmentShader:t.fragment,uniforms:Object.assign({inputBuffer:new o.Uniform(null)},t.uniforms),defines:Object.assign({},t.defines),blending:o.NoBlending,depthWrite:!1,depthTest:!1})}return e.prototype.render=function(e,t){var i=this.renderer.getRenderTarget(),n=bs.material;this.material.uniforms.inputBuffer.value=e.texture,bs.material=this.material,this.renderer.setRenderTarget(t||null),this.renderer.render(xs,vs),this.renderer.setRenderTarget(i),bs.material=n},e.prototype.dispose=function(){this.material.dispose()},e}(),Es=function(){function e(e){this.renderer=e,this.material=new o.ShaderMaterial({vertexShader:"\nvoid main() {\n gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);\n}\n",fragmentShader:"\nuniform vec3 inputValue;\nvoid main() {\n gl_FragColor = vec4(inputValue, 1.0);\n}\n",uniforms:Object.assign({inputValue:new o.Uniform(new o.Vector3)}),blending:o.NoBlending,depthWrite:!1,depthTest:!1})}return e.prototype.render=function(e,t){var i=this.renderer.getRenderTarget(),n=bs.material;this.material.uniforms.inputValue.value.copy(e),bs.material=this.material,this.renderer.setRenderTarget(t||null),this.renderer.render(xs,vs),this.renderer.setRenderTarget(i),bs.material=n},e.prototype.dispose=function(){this.material.dispose()},e}(),Ms=function(e){function i(t){return e.call(this,t,{fragment:"\nuniform sampler2D inputBuffer;\nvarying vec2 vUv;\nvoid main() {\n gl_FragColor = texture2D(inputBuffer, vUv);\n}\n"})||this}return t.__extends(i,e),i}(ws),Ss=function(){function e(e){this.enable=!0,this.renderer=e,this.copyPass=new Ms(this.renderer)}return e.prototype.render=function(e,t){this.copyPass.render(e,t)},e.prototype.dispose=function(){this.copyPass.dispose()},e}(),Is=function(e){function i(t){var n,r=this;r=e.call(this)||this;var o=i.parseArgs(t);return r.pending=!0,r.userAction=o.initial[3],r.destroyed=!1,r.ident=o.ident,r.scene=o.scene,r.parallaxScene=o.parallaxScene,r.helper=o.helper,r.camera=o.camera,r.renderer=o.renderer,r.scissor=o.scissor,r.element=o.element,r.model=o.model,r.enableIOSEDR=null!==(n=o.enableIOSEDR)&&void 0!==n&&n,r.work=o.work,r.imageOptions=o.imageOptions,r.videoTexture=o.videoTexture,r.networkSubscribe=o.networkSubscribe,r.requestProxy=o.requestProxy,r.needsRender=!0,r.maxFov=120,r.minFov=40,r.maxLatitude=+Math.PI/2,r.minLatitude=-Math.PI/2,r.cameraMotion=new Ur({longitude:{value:r.camera.pose.longitude,circle:[0,2*Math.PI]},latitude:r.camera.pose.latitude,fov:r.camera.pose.fov}),r.eventUnbinds=[o.element].concat(o.extraElements||[]).map((function(e){return r.bindEvents(e)})),ut.shared.add((function(){return r.initAnimation.apply(r,o.initial)}),!0),r}return t.__extends(i,e),i.parseArgs=function(e){return t.__assign({},e)},i.initAnimationEndState=function(e){var t=this.parseArgs(e);return{longitude:t.camera.pose.longitude,latitude:t.camera.pose.latitude,fov:t.camera.pose.fov,offset:t.camera.pose.offset.clone(),distance:t.camera.pose.distance}},i.prototype.destroy=function(){var e;this.destroyed=!0,this.off(),this.cameraMotion.dispose();for(var t=0,i=this.eventUnbinds;t<i.length;t++){(0,i[t])()}this.effect&&(this.effect.dispose(),delete this.effect),delete this.panState,null===(e=this.pressState)||void 0===e||e.stop(),delete this.pressState},i.prototype.isReady=function(){return!1===this.pending&&!0===this.cameraMotion.ended},i.prototype.bindExtraElement=function(e){for(var t=0,i=this.eventUnbinds;t<i.length;t++){if(i[t].element===e)return}this.eventUnbinds.push(this.bindEvents(e))},i.prototype.unbindExtraElement=function(e){for(var t=[],i=0,n=this.eventUnbinds;i<n.length;i++){var r=n[i];r.element===e?r():t.push(r)}this.eventUnbinds=t},i.prototype.updateRenderSize=function(){this.needsRender=!0},i.prototype.updateModel=function(e){this.model=e,this.needsRender=!0},i.prototype.updateWork=function(e,t,i,n,r){return this.work=e,this.userAction=r,!1},i.prototype.updateTime=function(e,t){if(!this.destroyed){var i={};this.cameraMotion.ended&&(this.cameraMotion.update(e),i.longitude=this.cameraMotion.value.longitude,i.latitude=this.cameraMotion.value.latitude,i.fov=this.cameraMotion.value.fov),fs(i)&&this.setCamera(i)}},i.prototype.render=function(){this.renderer.render(this.scene,this.camera)},i.prototype.postProcessing=function(e,t){this.destroyed||(this.effect||(this.effect=new Ss(this.renderer)),this.effect.render(e,t))},i.prototype.updateCamera=function(e,t,i){return this.userAction=i,this.cameraMotion.set(e,t)},i.prototype.getTargetPose=function(){var e=this.cameraMotion.getKeyFrameSegment(He())[1];return{longitude:e.value.longitude,latitude:e.value.latitude,fov:e.value.fov,offset:this.camera.pose.offset.clone(),distance:this.camera.pose.distance}},i.prototype.moveToPano=function(e,t,i){void 0===t&&(t={}),this.userAction=i;var n={longitude:this.camera.pose.longitude,latitude:this.camera.pose.latitude,fov:this.camera.pose.fov,offset:this.camera.pose.offset.clone(),distance:this.camera.pose.distance};t.moveStartCallback&&t.moveStartCallback(e,n),this.emit("moveToPano",e,this.userAction),this.emit("panoWillArrive",e,n,this.userAction),this.emit("panoArrived",e,n,this.userAction),t.moveEndCallback&&t.moveEndCallback(e,n)},i.prototype.initAnimation=function(e,t,i,n){this.pending=!1,this.userAction=n},i.prototype.setCamera=function(e){var t,i,n,r,o;void 0===e&&(e={});var s=null!==(t=e.longitude)&&void 0!==t?t:this.camera.pose.longitude,a=null!==(i=e.latitude)&&void 0!==i?i:this.camera.pose.latitude,l=null!==(n=e.fov)&&void 0!==n?n:this.camera.pose.fov,u=null!==(r=e.distance)&&void 0!==r?r:this.camera.pose.distance,c=null!==(o=e.offset)&&void 0!==o?o:this.camera.pose.offset,h=this.camera.position.clone(),d=Zo(s,this.camera.pose.longitude,2*Math.PI)||Zo(a,this.camera.pose.latitude),p=Zo(l,this.camera.pose.fov),f=Zo(u,this.camera.pose.distance),A=$o(c,this.camera.pose.offset);this.camera.setFromPose({longitude:s,latitude:a,fov:l,distance:u,offset:c});var g=$o(h,this.camera.position);p&&this.emit("cameraFovUpdate",l,this.userAction),d&&this.emit("cameraDirectionUpdate",{longitude:s,latitude:a},this.userAction),g&&this.emit("cameraPositionUpdate",this.camera.position.clone(),this.userAction),(p||d||A||f)&&this.emit("cameraUpdate",{longitude:s,latitude:a,fov:l,offset:c,distance:u},this.userAction),this.needsRender=!0},i.prototype.onPanGesture=function(e){var t=this.panState,i=e.pointers.length;if(e.isFinal?delete this.panState:this.panState={pointerLength:i,x:e.center.x,y:e.center.y},void 0!==t&&t.pointerLength===i){var n=e.pointers.map((function(e){return It(e,["x","y"])}));this.emit("wantsGesture","pan",n,e.isFinal)||this.emit("gesture","pan",n,e.isFinal)}},i.prototype.onTapGesture=function(e){var t=e.pointers.map((function(e){return It(e,["x","y"])}));this.emit("wantsGesture","tap",t,!0)||this.emit("gesture","tap",t,!0)},i.prototype.onPressGesture=function(e,t){var i,n=[e];if(this.emit("wantsGesture","press",n,t))return null===(i=this.pressState)||void 0===i||i.stop(),void delete this.pressState;this.emit("gesture","press",n,t)},i.prototype.onPinchGesture=function(e){var t=e.pointers.map((function(e){return It(e,["x","y"])}));this.emit("wantsGesture","pinch",t,e.isFinal)||this.emit("gesture","pinch",t,e.isFinal)},i.prototype.onMouseWheel=function(e){var t=(Math.abs(e.deltaY)>Math.abs(e.deltaX)?e.deltaY:e.deltaX)/-60,i=[{x:e.clientX,y:e.clientY,delta:t}];this.emit("wantsGesture","mouseWheel",i,!1)||this.emit("gesture","mouseWheel",i,!1)},i.prototype.onMouseMove=function(e){},i.prototype.onMouseOut=function(){},i.prototype.relativeClientPosition=function(e){return ms(e,this.element,this.scissor)},i.prototype.bindEvents=function(e){var t=this,i=function(e){var i=ms(e,t.element,t.scissor);return!(Math.abs(i.x)>1||Math.abs(i.y)>1)},n=new gs.Manager(e),r=function(e){return e.session.firstInput||null};n.add(new gs.Pan({threshold:10,pointers:0})),n.add(new gs.Tap({interval:410})),n.add(new gs.Pinch({threshold:0,pointers:2})),n.on("panstart pan",(function(e){var o=r(n);o&&!i(o.center)||(t.onPanGesture(e),f())})),n.on("tap",(function(e){if("mouse"!==e.pointerType||0===e.srcEvent.button){var o=r(n);o&&!i(o.center)||(t.onTapGesture(e),f())}})),n.on("pinchstart pinch pinchend",(function(e){var o=r(n);o&&!i(o.center)||(t.onPinchGesture(e),f())}));var o=null,s=null,a=function(e,t,i){var n="pinchend"===e?t:t-i.deltaY/280;return{type:e,target:i.target,pointerType:"mouse",srcEvent:i,pointers:[{x:i.clientX,y:i.clientY}],isFirst:"pinchstart"===e,isFinal:"pinchend"===e,scale:xr(n,.1,10),center:{x:i.clientX,y:i.clientY},velocityX:0,velocityY:0,overallVelocityX:0,overallVelocityY:0}},l=function(e){var n,r={x:e.clientX,y:e.clientY};if(i(r)){if(e.preventDefault(),e.ctrlKey){var l=null!==(n=null==o?void 0:o.prevInput.scale)&&void 0!==n?n:1,u=a(o?"pinch":"pinchstart",l,e);null===o?o={firstInput:u,prevInput:u}:o.prevInput=u,t.onPinchGesture(u),null!==s&&window.clearTimeout(s),s=window.setTimeout((function(){var i;s=null;var n=null!==(i=null==o?void 0:o.prevInput.scale)&&void 0!==i?i:1,r=a("pinchend",n,e);o=null,t.onPinchGesture(r)}),200)}else t.onMouseWheel(e);f()}},u=function(e){if(!us()){var n={x:e.clientX,y:e.clientY};i(n)?(t.onMouseMove(e),t.pressState&&Math.abs(e.clientX-t.pressState.x)>10&&Math.abs(e.clientY-t.pressState.y)>10&&f()):t.onMouseOut()}},c=function(){t.onMouseOut(),f()},h=function(e,n){if(i(e)){t.pressState={x:e.x,y:e.y,time:t.pressState?t.pressState.time:n,stop:Ve};var r=n-t.pressState.time;t.onPressGesture({x:e.x,y:e.y,delta:r},!1),t.pressState&&(t.pressState.stop=ut.shared.add((function(t){return h({x:e.x,y:e.y},t)}),!0,1))}else f()},d=function(e){f(),e.touches.length>1||e.changedTouches.length<=0||h({x:e.changedTouches[0].clientX,y:e.changedTouches[0].clientY},He())},p=function(e){f(),h({x:e.clientX,y:e.clientY},He())},f=function(){var e;if(t.pressState){var i=He()-t.pressState.time;t.onPressGesture({x:t.pressState.x,y:t.pressState.y,delta:i},!0),null===(e=t.pressState)||void 0===e||e.stop(),delete t.pressState}},A=null,g=function(e){var t,i="pinch",n=!1,r=!1;switch(e.type){case"gesturestart":i="pinchstart",n=!0;break;case"gestureend":i="pinchend",r=!0}return{type:i,target:e.target,pointerType:"mouse",srcEvent:e,pointers:[{x:e.clientX,y:e.clientY}],isFirst:n,isFinal:r,scale:null!==(t=e.scale)&&void 0!==t?t:1,center:{x:e.clientX,y:e.clientY},velocityX:0,velocityY:0,overallVelocityX:0,overallVelocityY:0}},m=function(e){if(e.preventDefault(),!us()){var n=g(e),r=(A={firstInput:n}).firstInput;r&&!i(r.center)||t.onPinchGesture(n)}},v=function(e){if(e.preventDefault(),!us()&&A){var n=g(e),r=A.firstInput;r&&!i(r.center)||t.onPinchGesture(n)}},y=function(e){if(e.preventDefault(),!us()&&A){var n=g(e),r=A.firstInput;A=null,r&&!i(r.center)||t.onPinchGesture(n)}},b=function(t){if(t&&"function"==typeof t.preventDefault&&t.currentTarget===e&&t.preventDefault(),"function"==typeof getSelection){var i=getSelection();i&&i.focusNode&&(i.removeAllRanges&&i.removeAllRanges(),i.empty&&i.empty())}};e.addEventListener("wheel",l,{passive:!1}),e.addEventListener("mousemove",u,!1),e.addEventListener("mouseout",c,!1),e.addEventListener("touchstart",d,!1),e.addEventListener("touchend",f,!1),e.addEventListener("touchcancel",f,!1),e.addEventListener("mousedown",p,!1),e.addEventListener("mouseup",f,!1),e.addEventListener("gesturestart",m,{passive:!1}),e.addEventListener("gesturechange",v,{passive:!1}),e.addEventListener("gestureend",y,{passive:!1}),e.addEventListener("touchstart",b,!1),e.addEventListener("contextmenu",b,!1);return Object.assign((function(){n.destroy(),e.removeEventListener("wheel",l,!1),e.removeEventListener("mousemove",u,!1),e.removeEventListener("mouseout",c,!1),e.removeEventListener("touchstart",d,!1),e.removeEventListener("touchend",f,!1),e.removeEventListener("touchcancel",f,!1),e.removeEventListener("mousedown",p,!1),e.removeEventListener("mouseup",f,!1),e.removeEventListener("gesturestart",m,!1),e.removeEventListener("gesturechange",v,!1),e.removeEventListener("gestureend",y,!1),e.removeEventListener("touchstart",b,!1),e.removeEventListener("contextmenu",b,!1)}),{element:e})},i}(Qe),Cs=function(e){function i(t){var n,r,o,s,a=this,l=i.parseArgs(t);return(a=e.call(this,l)||this).defaultLongitude=l.defaultLongitude,a.defaultLatitude=l.defaultLatitude,a.defaultFov=l.defaultFov,a.maxFov=l.maxFov,a.minFov=l.minFov,a.maxLatitude=l.maxLatitude,a.minLatitude=l.minLatitude,a.locationMotion=new Ur({x:a.camera.pose.offset.x,y:a.camera.pose.offset.y,z:a.camera.pose.offset.z,distance:a.camera.pose.distance,modelAlpha:null!==(r=null===(n=a.model.getMaterial())||void 0===n?void 0:n.modelAlpha)&&void 0!==r?r:0,perspToOrtho:null!==(s=null===(o=a.model.getMaterial())||void 0===o?void 0:o.perspToOrtho)&&void 0!==s?s:0}),a}return t.__extends(i,e),i.distanceFromModel=function(e,t,i){var n=e.bounding,r=Math.pow(Math.pow(n.max.x-n.min.x+1,2)+Math.pow(n.max.y-n.min.y+1,2)+Math.pow(n.max.z-n.min.z+1,2),.5),o=r/2/Math.tan(Math.PI*t/360);return i<1&&(o/=i),isNaN(o)?r:o},i.parseArgs=function(i){var n,r,o,s,a,l,u,c=e.parseArgs.call(this,i);return t.__assign(t.__assign({},c),{defaultLongitude:null!==(n=i.defaultLongitude)&&void 0!==n?n:Math.PI/4,defaultLatitude:null!==(r=i.defaultLatitude)&&void 0!==r?r:Math.PI/4,defaultFov:null!==(o=i.defaultFov)&&void 0!==o?o:80,maxFov:null!==(s=i.maxFov)&&void 0!==s?s:120,minFov:null!==(a=i.minFov)&&void 0!==a?a:40,maxLatitude:null!==(l=i.maxLatitude)&&void 0!==l?l:+Math.PI/2,minLatitude:null!==(u=i.minLatitude)&&void 0!==u?u:-Math.PI/2})},i.initAnimationEndPose=function(e){var t,n,r,s=this.parseArgs(e),a=e.initial[1];return{longitude:null!==(t=a.longitude)&&void 0!==t?t:s.defaultLongitude,latitude:xr(null!==(n=a.latitude)&&void 0!==n?n:s.defaultLatitude,s.minLatitude,s.maxLatitude),fov:null!==(r=a.fov)&&void 0!==r?r:s.defaultFov,offset:e.model.bounding.getCenter(new o.Vector3),distance:i.distanceFromModel(s.model,s.defaultFov,s.camera.aspect)}},i.prototype.destroy=function(){e.prototype.destroy.call(this),this.locationMotion.dispose(),this.mouseWheelState&&clearTimeout(this.mouseWheelState.timer),delete this.mouseWheelState,delete this.panState},i.prototype.isReady=function(){return!1!==this.locationMotion.ended&&e.prototype.isReady.call(this)},i.prototype.updateWork=function(e,t,i,n,r){return this.work=e,this.updateCamera(i,null!=n?n:0,r),!0},i.prototype.updateModel=function(t){e.prototype.updateModel.call(this,t);var n=t.bounding.getCenter(new o.Vector3),r=i.distanceFromModel(t,this.defaultFov,this.camera.aspect);this.locationMotion.set({x:n.x,y:n.y,z:n.z,distance:r},0).catch(Ve)},i.prototype.updateTime=function(e,t){if(!this.destroyed){var i={},n={};this.locationMotion.ended||(this.locationMotion.update(e),i.modelAlpha=this.locationMotion.value.modelAlpha,i.perspToOrtho=xr(1-10*(1-this.locationMotion.value.perspToOrtho),0,1),n.distance=this.locationMotion.value.distance,n.offset=new o.Vector3(this.locationMotion.value.x,this.locationMotion.value.y,this.locationMotion.value.z)),this.cameraMotion.ended||(this.cameraMotion.update(e),n.longitude=this.cameraMotion.value.longitude,n.latitude=this.cameraMotion.value.latitude,n.fov=this.cameraMotion.value.fov),fs(i)||this.model.setMaterial(i),fs(n)||this.setCamera(n)}},i.prototype.getTargetPose=function(){var e=this.cameraMotion.getKeyFrameSegment(He())[1],t=this.locationMotion.getKeyFrameSegment(He())[1];return{longitude:e.value.longitude,latitude:e.value.latitude,fov:e.value.fov,offset:new o.Vector3(t.value.x,t.value.y,t.value.z),distance:t.value.distance}},i.prototype.initAnimation=function(e,t,n,r){var s,a,l,u=this;if(!this.destroyed){this.pending=!1,this.userAction=r;var c={longitude:null!==(s=t.longitude)&&void 0!==s?s:this.defaultLongitude,latitude:xr(null!==(a=t.latitude)&&void 0!==a?a:this.defaultLatitude,this.minLatitude,this.maxLatitude),fov:xr(null!==(l=t.fov)&&void 0!==l?l:this.defaultFov,this.minFov,this.maxFov),offset:this.model.bounding.getCenter(new o.Vector3),distance:i.distanceFromModel(this.model,this.defaultFov,this.camera.aspect)},h=It(c,["longitude","latitude","fov"]),d={x:c.offset.x,y:c.offset.y,z:c.offset.z,distance:c.distance,modelAlpha:1,perspToOrtho:0};this.emit("initAnimationWillStart",e,c,this.userAction),this.cameraMotion.set(h,n).catch(Ve),this.locationMotion.set(d,n).then((function(){u.emit("initAnimationEnded",e,c,u.userAction)}),(function(t){var i=As(u.camera.pose);u.emit("initAnimationEnded",e,i,u.userAction)})).catch(Ve)}},i.prototype.updateRenderSize=function(){this.locationMotion.set({distance:i.distanceFromModel(this.model,this.defaultFov,this.camera.aspect)},0).catch(Ve)},i.prototype.getForwardPanoIndexOrNot=function(e){var t=this.work.observers.filter((function(e){return e.active})),i=this.model.intersectRaycaster(e)[0];if(!i)return null;var n=ps(t,(function(e){return e.standingPosition.distanceTo(i.point)}),!0),r=n[0];return n[1]<5?this.work.observers.indexOf(r):null},i.prototype.coordinatesForOffset=function(e){var t=this.renderer.getSize(new o.Vector2);return{longitude:2*e.x/(t.x*this.scissor.width),latitude:2*e.y/(t.y*this.scissor.height)}},i.prototype.requestInteriaMovement=function(e,i){var n=this;if(!1!==this.interiaMovement){for(var r=t.__assign({},e),o={longitude:0,latitude:0},s=0;s<i;s++)r.longitude*=.996,r.latitude*=.994008,o.longitude+=r.longitude,o.latitude+=r.latitude;var a=os(this.cameraMotion.value.longitude+o.longitude),l=xr(this.cameraMotion.value.latitude+o.latitude,this.minLatitude,this.maxLatitude),u={longitude:a,latitude:l,fov:this.cameraMotion.value.fov,offset:this.camera.pose.offset.clone(),distance:this.camera.pose.distance};this.cameraMotion.set({longitude:a,latitude:l},0).catch(Ve);var c=r.longitude>1e-4||r.longitude<-1e-4||r.latitude>1e-4||r.latitude<-1e-4;this.emit("interiaPan",u,!c),c?ut.shared.add((function(e,t){n.requestInteriaMovement(r,0|t)}),!0,1):this.interiaMovement=!1}},i.prototype.onPanGesture=function(e){var t=this.panState,i=e.pointers.length;if(e.isFinal?delete this.panState:this.panState={pointerLength:i,x:e.center.x,y:e.center.y},void 0!==t&&t.pointerLength===i){var n=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","pan",n,e.isFinal)){var r={x:e.center.x-t.x,y:e.center.y-t.y},o=this.relativeClientPosition(e.center),s=this.camera.pose.latitude<Math.PI/6||o.y<0?-1:1;r.x*=s;var a=this.coordinatesForOffset(r),l=os(this.cameraMotion.value.longitude+a.longitude),u=xr(this.cameraMotion.value.latitude+a.latitude,this.minLatitude,this.maxLatitude);this.camera.aspect<1&&Math.abs(e.overallVelocityX)>.2&&Math.atan2(Math.abs(e.overallVelocityY),Math.abs(e.overallVelocityX))<Math.PI/6.923&&(u=this.cameraMotion.value.latitude);var c={longitude:l,latitude:u,fov:this.camera.pose.fov,offset:this.camera.pose.offset,distance:this.camera.pose.distance};if(!this.emit("wantsPanGesture",c,e.isFinal))if(this.emit("gesture","pan",n,e.isFinal),this.emit("panGesture",c,e.isFinal),this.userAction=!0,this.interiaMovement=!1,this.cameraMotion.set({longitude:c.longitude,latitude:c.latitude},0).catch(Ve),e.isFinal)if(!this.emit("wantsInteriaPan",c)){this.interiaMovement=!0;var h=e.velocityX*s,d=e.velocityY;this.requestInteriaMovement(this.coordinatesForOffset({x:h,y:d}),0)}}}},i.prototype.onPinchGesture=function(e){var t,i=null===(t=this.pinchState)||void 0===t?void 0:t.fov,n=!1;if("pinchstart"!==e.type){if("pinchend"===e.type&&(n=!0,delete this.panState,delete this.pinchState),void 0!==i){var r=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","pinch",r,n)){var o=xr(i/e.scale,this.minFov,this.maxFov);this.emit("wantsPinchGesture",e.scale,o,n)||this.emit("wantsChangeCameraFov",o)||(this.emit("gesture","pinch",r,n),this.emit("pinchGesture",e.scale,o,n),this.userAction=!0,this.interiaMovement=!1,this.cameraMotion.set({fov:o},0).catch(Ve),this.onPanGesture(e))}}}else this.pinchState={fov:this.cameraMotion.value.fov}},i.prototype.onMouseWheel=function(e){var t=this,i=(Math.abs(e.deltaY)>Math.abs(e.deltaX)?e.deltaY:e.deltaX)/-60,n=[{x:e.clientX,y:e.clientY,delta:i}];if(!this.emit("wantsGesture","mouseWheel",n,!1)){var r=this.minFov,o=this.maxFov,s=xr(this.camera.fov-i,r,o);this.emit("wantsMouseWheel",i,s,!1)||this.emit("wantsChangeCameraFov",s)||(this.emit("gesture","mouseWheel",n,!1),this.emit("mouseWheel",i,s,!1),this.userAction=!0,this.interiaMovement=!1,this.cameraMotion.set({fov:s},0).catch(Ve),this.mouseWheelState&&clearTimeout(this.mouseWheelState.timer),this.mouseWheelState={timer:window.setTimeout((function(){delete t.mouseWheelState;t.emit("wantsGesture","mouseWheel",n,!0)||t.emit("wantsMouseWheel",i,s,!0)||(t.emit("gesture","mouseWheel",n,!0),t.emit("mouseWheel",0,s,!0))}),200)})}},i.prototype.onTapGesture=function(e){var t=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","tap",t,!0)){var i=this.relativeClientPosition(e.center),n=new o.Raycaster;if(n.setFromCamera(i,this.camera),!this.emit("wantsTapGesture",n,i,!0)){this.emit("gesture","tap",t,!0),this.emit("tapGesture",n,i,!0),this.interiaMovement=!1;var r=this.getForwardPanoIndexOrNot(n);if(!gr(r)){this.emit("panoSelected",r);var s={longitude:this.camera.pose.longitude,latitude:0};this.emit("wantsMoveToPano",r,s,!0)}}}},i.prototype.onPressGesture=function(e,t){var i,n,r=[e];if(this.emit("wantsGesture","press",r,t))return null===(i=this.pressState)||void 0===i||i.stop(),void delete this.pressState;var s=this.relativeClientPosition(e),a=new o.Raycaster;if(a.setFromCamera(s,this.camera),this.emit("wantsPressGesture",a,s,e.delta,t))return null===(n=this.pressState)||void 0===n||n.stop(),void delete this.pressState;this.emit("gesture","press",r,t),this.emit("pressGesture",a,s,e.delta,t)},i}(Is),Bs={longitude:0,latitude:Math.PI/2},Ps={longitude:0,latitude:0},Ts={longitude:Math.PI/2,latitude:0},Rs={longitude:Math.PI,latitude:0},Ds={longitude:1.5*Math.PI,latitude:0};var Ls=function(e){function i(t){var n=i.parseArgs(t);return e.call(this,n)||this}return t.__extends(i,e),i.parseArgs=function(i){var n=[i.initial[0],t.__assign(t.__assign({},i.initial[1]),{longitude:0,latitude:Math.PI/2}),i.initial[2],i.initial[3]],r=t.__assign(t.__assign({},i),{initial:n,maxLatitude:Math.PI/2,minLatitude:Math.PI/2,defaultLongitude:0,defaultLatitude:Math.PI/2});return e.parseArgs.call(this,r)},i.initAnimationEndPose=function(t){var i=this.parseArgs(t);return e.initAnimationEndPose.call(this,i)},i.prototype.updateModel=function(e){this.model=e,this.needsRender=!0;var t=e.bounding.getCenter(new o.Vector3);this.locationMotion.set({x:t.x,y:t.y,z:t.z,distance:Cs.distanceFromModel(this.model,this.defaultFov,this.camera.aspect)},0).catch(Ve)},i.prototype.initAnimation=function(e,t,i,n){var r,s=this;if(!this.destroyed){this.pending=!1,this.userAction=n;var a={longitude:0,latitude:Math.PI/2,fov:xr(null!==(r=t.fov)&&void 0!==r?r:this.defaultFov,this.minFov,this.maxFov),offset:this.model.bounding.getCenter(new o.Vector3),distance:Cs.distanceFromModel(this.model,this.defaultFov,this.camera.aspect)},l=It(a,["longitude","latitude","fov"]),u={x:a.offset.x,y:a.offset.y,z:a.offset.z,distance:a.distance,modelAlpha:1,perspToOrtho:1};this.cameraMotion.set(l,i).catch(Ve),this.locationMotion.set(u,i).then((function(){s.emit("initAnimationEnded",e,a,s.userAction)}),(function(t){var i=As(s.camera.pose);s.emit("initAnimationEnded",e,i,s.userAction)}))}},i.prototype.getZoomOffsetFromFov=function(e,t,i){var n=new o.Vector3(0,-1,0),r=Math.tan(i/2*Math.PI/180),s=Math.tan(t.fov/2*Math.PI/180),a=(s-r)/s,l=new o.Raycaster;l.setFromCamera(e,t);var u=l.ray.direction,c=u.angleTo(n),h=Cs.distanceFromModel(this.model,this.defaultFov,this.camera.aspect),d=h*Math.tan(c),p=u.clone().setLength(h*Math.cos(c)).projectOnPlane(n),f=p.length(),A=a/f*p.x*d,g=a/f*p.z*d;return new o.Vector3(A,0,g)},i.prototype.requestInteriaMovement=function(e,t){},i.prototype.onPanGesture=function(e){var t=this.panState,i=e.pointers.length;if(e.isFinal?delete this.panState:this.panState={pointerLength:i,x:e.center.x,y:e.center.y},void 0!==t&&t.pointerLength===i){var n=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","pan",n,e.isFinal)){var r=e.center.x-t.x,s=e.center.y-t.y,a=new o.Vector3(this.locationMotion.value.x,this.locationMotion.value.y,this.locationMotion.value.z),l=this.model.bounding,u=l.getCenter(new o.Vector3),c=(l.max.x-l.min.x)/this.defaultFov*this.cameraMotion.value.fov,h=(l.max.y-l.min.y)/this.defaultFov*this.cameraMotion.value.fov,d=(l.max.z-l.min.z)/this.defaultFov*this.cameraMotion.value.fov,p={left:new o.Vector3,up:new o.Vector3,cameraDirection:"y"};this.cameraMotion.value.longitude===Bs.longitude&&this.cameraMotion.value.latitude===Bs.latitude?(p.left.set(1,0,0),p.up.set(0,0,-1),p.cameraDirection="y"):this.cameraMotion.value.longitude===Ps.longitude&&this.cameraMotion.value.latitude===Ps.latitude?(p.left.set(1,0,0),p.up.set(0,1,0),p.cameraDirection="z"):this.cameraMotion.value.longitude===Rs.longitude&&this.cameraMotion.value.latitude===Rs.latitude?(p.left.set(1,0,0),p.up.set(0,-1,0),p.cameraDirection="z"):this.cameraMotion.value.longitude===Ds.longitude&&this.cameraMotion.value.latitude===Ds.latitude?(p.left.set(0,0,-1),p.up.set(0,-1,0),p.cameraDirection="x"):this.cameraMotion.value.longitude===Ts.longitude&&this.cameraMotion.value.latitude===Ts.latitude&&(p.left.set(0,0,-1),p.up.set(0,1,0),p.cameraDirection="x");var f=(this.camera.position[p.cameraDirection]-l.min[p.cameraDirection])*Math.tan(this.camera.fov/2*Math.PI/180),A=this.renderer.getSize(new o.Vector2);a.add(function(e,t){var i=(new o.Vector3).copy(t);return i.multiplyScalar(-e),i}(2*r*f/A.y,p.left)),a.add(function(e,t){var i=(new o.Vector3).copy(t);return i.multiplyScalar(e),i}(2*s*f/A.y,p.up)),a.x=xr(a.x,u.x-c,u.x+c),a.y=xr(a.y,u.y-h,u.y+h),a.z=xr(a.z,u.z-d,u.z+d);var g={longitude:0,latitude:Math.PI/2,fov:this.cameraMotion.value.fov,offset:a,distance:this.locationMotion.value.distance};this.emit("wantsPanGesture",g,e.isFinal)||(this.emit("gesture","pan",n,e.isFinal),this.emit("panGesture",g,e.isFinal),this.userAction=!0,this.locationMotion.set({x:a.x,y:a.y,z:a.z},0).catch(Ve))}}},i.prototype.onPinchGesture=function(e){var t,i=null===(t=this.pinchState)||void 0===t?void 0:t.fov,n=!1;if("pinchstart"!==e.type){if("pinchend"===e.type&&(n=!0,delete this.pinchState),void 0!==i){var r=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","pinch",r,n)){var o=xr(i/e.scale,this.minFov,this.maxFov),s=this.relativeClientPosition({x:e.center.x,y:e.center.y}),a=this.getZoomOffsetFromFov(s,this.camera,o),l=this.camera.pose.offset.clone().add(a);this.emit("wantsPinchGesture",e.scale,o,n)||this.emit("wantsChangeCameraFov",o)||(this.emit("gesture","pinch",r,n),this.emit("pinchGesture",e.scale,o,n),this.userAction=!0,this.locationMotion.set({x:l.x,y:l.y,z:l.z},0).catch(Ve),this.cameraMotion.set({longitude:0,latitude:Math.PI/2,fov:o},0).catch(Ve),this.onPanGesture(e))}}}else this.pinchState={fov:this.cameraMotion.value.fov}},i.prototype.onMouseWheel=function(e){var t=this,i=(Math.abs(e.deltaY)>Math.abs(e.deltaX)?e.deltaY:e.deltaX)/-60,n=[{x:e.clientX,y:e.clientY,delta:i}];if(!this.emit("wantsGesture","mouseWheel",n,!1)){var r=xr(this.cameraMotion.value.fov-i,this.minFov,this.maxFov),o=this.relativeClientPosition({x:e.clientX,y:e.clientY}),s=this.getZoomOffsetFromFov(o,this.camera,r),a=this.camera.pose.offset.clone().add(s);this.emit("wantsMouseWheel",i,r,!1)||this.emit("wantsChangeCameraFov",r)||(this.emit("gesture","mouseWheel",n,!1),this.emit("mouseWheel",i,r,!1),this.userAction=!0,this.locationMotion.set({x:a.x,y:a.y,z:a.z},0).catch(Ve),this.cameraMotion.set({longitude:0,latitude:Math.PI/2,fov:r},0).catch(Ve),this.mouseWheelState&&clearTimeout(this.mouseWheelState.timer),this.mouseWheelState={timer:window.setTimeout((function(){delete t.mouseWheelState;t.emit("wantsGesture","mouseWheel",n,!0)||t.emit("wantsMouseWheel",i,r,!0)||t.emit("wantsChangeCameraFov",r)||(t.emit("gesture","mouseWheel",n,!0),t.emit("mouseWheel",0,r,!0))}),200)})}},i}(Cs);function ks(e,t){void 0===t&&(t=!1);var i=typeof e;if("string"===i)return JSON.stringify(e);if(!0===e)return"true";if(!1===e)return"false";if(null===e)return"null";if(e instanceof Array){for(var n="[",r=e.length-1,o=0;o<r;o++)n+=ks(e[o],!1)+",";return r>-1&&(n+=ks(e[o],!1)),n+"]"}if(e instanceof Object){if("function"==typeof e.toJSON)return ks(e.toJSON(),t);var s=Object.keys(e).sort(),a=s.length;for(n="",o=0;o<a;){var l=s[o],u=ks(e[l],!0);void 0!==u&&(o&&""!==n&&(n+=","),n+=JSON.stringify(l)+":"+u),o++}return"{"+n+"}"}switch(i){case"function":return JSON.stringify(e.toString());case"undefined":return t?void 0:null;case"number":return e;default:return isFinite(e)?e:null}}function Fs(e){return Te(String(ks(e,!1)))}var Ns,Os=function(e){function i(t){var n=this,r=i.parseArgs(t);return(n=e.call(this,r)||this).defaultLongitude=r.defaultLongitude,n.defaultLatitude=r.defaultLongitude,n.defaultFov=r.defaultFov,n.maxFov=r.maxFov,n.minFov=r.minFov,n.maxLatitude=r.maxLatitude,n.minLatitude=r.minLatitude,n.moveSpeed=r.moveSpeed,n.intersectMeshCreator=r.intersectMeshCreator,n.interiaMovement=!1,n.intersectMesh=n.intersectMeshCreator(),n.intersectMesh.name="intersect",n.intersectMesh.visible=!1,n.helper.add(n.intersectMesh),n}return t.__extends(i,e),i.parseArgs=function(i){var n,r,o,s,a,l,u,c,h,d=e.parseArgs.call(this,i);return t.__assign(t.__assign({},d),{defaultLongitude:null!==(n=i.defaultLongitude)&&void 0!==n?n:0,defaultLatitude:null!==(r=i.defaultLatitude)&&void 0!==r?r:0,defaultFov:null!==(o=i.defaultFov)&&void 0!==o?o:90,maxFov:null!==(s=i.maxFov)&&void 0!==s?s:120,minFov:null!==(a=i.minFov)&&void 0!==a?a:40,maxLatitude:null!==(l=i.maxLatitude)&&void 0!==l?l:+Math.PI/2,minLatitude:null!==(u=i.minLatitude)&&void 0!==u?u:-Math.PI/2,moveSpeed:null!==(c=i.moveSpeed)&&void 0!==c?c:3.2,intersectMeshCreator:null!==(h=i.intersectMeshCreator)&&void 0!==h?h:function(){return new Xo}})},i.initAnimationEndPose=function(e){var t,i,n,r=this.parseArgs(e),o=e.initial,s=o[0],a=o[1];return{longitude:null!==(t=a.longitude)&&void 0!==t?t:r.defaultLongitude,latitude:xr(null!==(i=a.latitude)&&void 0!==i?i:r.defaultLatitude,r.minLatitude,r.maxLatitude),fov:xr(null!==(n=a.fov)&&void 0!==n?n:r.defaultFov,r.minFov,r.maxFov),offset:r.work.observers[s].position.clone(),distance:0}},i.prototype.destroy=function(){e.prototype.destroy.call(this),this.interiaMovement=!1,this.intersectMesh&&(this.helper.remove(this.intersectMesh),this.intersectMesh.dispose()),this.mouseWheelState&&clearTimeout(this.mouseWheelState.timer),delete this.mouseWheelState,delete this.mouseMoveState,delete this.panState},i.prototype.isReady=function(){return!this.interiaMovement&&(!this.panState&&(!this.pinchState&&(!this.mouseWheelState&&e.prototype.isReady.call(this))))},i.prototype.calculateMovingDuration=function(e,t){switch(typeof e){case"function":return e(t,this.moveSpeed);case"number":return e;case"string":return Number(e);default:return xr(t,2,5)/this.moveSpeed*1e3}},i.prototype.hideIntersectMesh=function(){this.intersectMesh.visible=!1,this.emit("intersectionHidden"),this.needsRender=!0},i.prototype.coordinatesForOffset=function(e){var t=this.cameraMotion.value.fov,i=this.camera.aspect,n=this.renderer.getSize(new o.Vector2);return{longitude:2*e.x/(n.x*this.scissor.width)*t/95*i,latitude:-2*e.y/(n.y*this.scissor.height)*t/95}},i.prototype.cameraBounce=function(){var e=this.cameraMotion.value,t=e.longitude,i=e.latitude,n=e.fov,r=[{progress:0,value:{longitude:t,latitude:i,fov:n}},{progress:.5,value:{longitude:t,latitude:i,fov:.98*n}},{progress:1,value:{longitude:t,latitude:i,fov:n}}];this.cameraMotion.setKeyframes(r,500).catch(Ve)},i.prototype.requestInteriaMovement=function(e,i){var n=this;if(!1!==this.interiaMovement){for(var r=t.__assign({},e),o={longitude:0,latitude:0},s=0;s<i;s++)r.longitude*=.996,r.latitude*=.98604,o.longitude+=r.longitude,o.latitude+=r.latitude;var a=os(this.cameraMotion.value.longitude+o.longitude),l=xr(this.cameraMotion.value.latitude+o.latitude,this.minLatitude,this.maxLatitude),u={longitude:a,latitude:l,fov:this.cameraMotion.value.fov,offset:this.camera.pose.offset.clone(),distance:this.camera.pose.distance};this.cameraMotion.set({longitude:a,latitude:l},0).catch(Ve);var c=r.longitude>1e-4||r.longitude<-1e-4||r.latitude>1e-4||r.latitude<-1e-4;this.emit("interiaPan",u,!c),c?ut.shared.add((function(e,t){n.requestInteriaMovement(r,0|t)}),!0,1):this.interiaMovement=!1}},i.prototype.onPanGesture=function(e){var t=this.panState,i=e.pointers.length;if(e.isFinal?delete this.panState:this.panState={pointerLength:i,x:e.center.x,y:e.center.y},void 0!==t&&t.pointerLength===i){var n=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","pan",n,e.isFinal)){var r={x:e.center.x-t.x,y:e.center.y-t.y},o=this.coordinatesForOffset(r),s=os(this.cameraMotion.value.longitude+o.longitude),a=xr(this.cameraMotion.value.latitude+o.latitude,this.minLatitude,this.maxLatitude);this.camera.aspect<1&&Math.abs(e.overallVelocityX)>.2&&Math.atan2(Math.abs(e.overallVelocityY),Math.abs(e.overallVelocityX))<Math.PI/6.923&&(a=this.cameraMotion.value.latitude);var l={longitude:s,latitude:a,fov:this.cameraMotion.value.fov,offset:this.camera.pose.offset.clone(),distance:this.camera.pose.distance};if(!this.emit("wantsPanGesture",l,e.isFinal)){this.emit("gesture","pan",n,e.isFinal),this.emit("panGesture",l,e.isFinal),this.userAction=!0,this.interiaMovement=!1,this.hideIntersectMesh();var u={longitude:l.longitude,latitude:l.latitude,fov:l.fov};if(this.cameraMotion.set(u,0).catch(Ve),e.isFinal)if(!this.emit("wantsInteriaPan",l)){this.interiaMovement=!0;var c=e.velocityX,h=.6*e.velocityY;Math.abs(h)>.5&&Math.abs(c)<.5&&(c=0),this.requestInteriaMovement(this.coordinatesForOffset({x:c,y:h}),0)}}}}},i.prototype.onPinchGesture=function(e){var t,i=null===(t=this.pinchState)||void 0===t?void 0:t.fov,n=e.scale,r=!1;if("pinchstart"!==e.type){if("pinchend"===e.type&&(r=!0,delete this.pinchState),void 0!==i){var o=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","pinch",o,r)){var s=xr(i/n,this.minFov,this.maxFov);this.emit("wantsPinchGesture",n,s,r)||this.emit("wantsChangeCameraFov",s)||(this.emit("gesture","pinch",o,r),this.emit("pinchGesture",n,s,r),this.userAction=!0,this.interiaMovement=!1,this.cameraMotion.set({fov:s},0).catch(Ve),this.onPanGesture(e))}}}else this.pinchState={fov:this.cameraMotion.value.fov}},i.prototype.onMouseWheel=function(e){var t=this,i=(Math.abs(e.deltaY)>Math.abs(e.deltaX)?e.deltaY:e.deltaX)/-60,n=[{x:e.clientX,y:e.clientY,delta:i}];if(!this.emit("wantsGesture","mouseWheel",n,!1)){var r=xr(this.cameraMotion.value.fov-i,this.minFov,this.maxFov);this.emit("wantsMouseWheel",i,r,!1)||this.emit("wantsChangeCameraFov",r)||(this.emit("gesture","mouseWheel",n,!1),this.emit("mouseWheel",i,r,!1),this.userAction=!0,this.interiaMovement=!1,this.cameraMotion.set({fov:r},0).catch(Ve),this.mouseWheelState&&clearTimeout(this.mouseWheelState.timer),this.mouseWheelState={timer:window.setTimeout((function(){delete t.mouseWheelState;t.emit("wantsGesture","mouseWheel",n,!0)||t.emit("wantsMouseWheel",i,r,!0)||t.emit("wantsChangeCameraFov",r)||(t.emit("gesture","mouseWheel",n,!0),t.emit("mouseWheel",0,r,!0))}),200)})}},i.prototype.onMouseMove=function(e){if(this.intersectMesh.parent&&!this.model.empty&&this.model.bvhs&&!0===this.model.bvhs.loaded&&!this.panState){var t=this.relativeClientPosition({x:e.clientX,y:e.clientY}),i=new o.Raycaster;if(i.setFromCamera(t,this.camera),this.emit("wantsShowIntersectionOnModel",i))this.hideIntersectMesh();else{var n=this.model.intersectRaycaster(i)[0];if(n&&n.face){var r=n.face.normal,s=r.clone().multiplyScalar(.05),a=n.point.clone().add(s);this.intersectMesh.position.copy(a);var l=a.clone().add(s);if(this.intersectMesh.lookAt(l),Math.abs(r.y)>.99){var u=this.camera.position.clone().sub(a);this.intersectMesh.rotation.z=-Math.atan2(u.z,u.x)}this.intersectMesh.visible=!0,this.needsRender=!0,this.emit("intersectionOnModelUpdate",n,this.intersectMesh)}else this.hideIntersectMesh();this.mouseMoveState={clientX:e.clientX,clientY:e.clientY}}}},i.prototype.onMouseOut=function(){this.intersectMesh.parent&&!0===this.intersectMesh.visible&&this.hideIntersectMesh()},i.prototype.onPressGesture=function(e,t){var i,n,r=[e];if(this.emit("wantsGesture","press",r,t))return null===(i=this.pressState)||void 0===i||i.stop(),void delete this.pressState;var s=this.relativeClientPosition(e),a=new o.Raycaster;if(a.setFromCamera(s,this.camera),this.emit("wantsPressGesture",a,s,e.delta,t))return null===(n=this.pressState)||void 0===n||n.stop(),void delete this.pressState;this.emit("gesture","press",r,t),this.emit("pressGesture",a,s,e.delta,t)},i}(Is);function Qs(){return Ns||(Ns=new Promise((function(e){var t,i=document.createElement("video");i.muted=!0,i.src="data:video/mp4;base64,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",i.addEventListener("timeupdate",(function n(){i.removeEventListener("timeupdate",n,!1),clearTimeout(t);var r=document.createElement("canvas");r.width=r.height=1;var o=r.getContext("2d");o?(o.drawImage(i,0,0,1,1),o.getImageData(0,0,1,1).data[3]>10?e(!0):e(!1)):e(!1)}),!1),i.addEventListener("canplay",(function e(){i.removeEventListener("canplay",e,!1),i.play()}),!1),t=window.setTimeout((function(){return e(!1)}),1e3)})))}var Vs,_s=function(e){function i(t,i){return void 0===i&&(i=.5),e.call(this,t,{uniforms:{inputBuffer:new o.Uniform(null),scale:new o.Uniform(i)},fragment:"\n#include <common>\nuniform sampler2D inputBuffer;\nuniform float scale;\nvarying vec2 vUv;\n\nvoid main() {\n float u = (vUv.x - 0.5) * scale + 0.5;\n float v = (vUv.y - 0.5) * scale + 0.5;\n vec3 rgb = texture2D(inputBuffer, vec2(u, v)).rgb;\n float luminance = clamp(linearToRelativeLuminance(rgb), 0.1, 0.9);\n gl_FragColor = vec4(luminance);\n}\n"})||this}return t.__extends(i,e),i}(ws),Hs=function(e){function i(t,i){void 0===i&&(i=.002);var n=e.call(this,t,{uniforms:{targetBuffer:new o.Uniform(null),inputBuffer:new o.Uniform(null),step:new o.Uniform(i)},fragment:"\n uniform sampler2D targetBuffer;\n uniform sampler2D inputBuffer;\n uniform float step;\n varying vec2 vUv;\n void main() {\n\n #ifdef GL_EXT_shader_texture_lod\n #if __VERSION__ < 300\n float target = texture2DLodEXT(targetBuffer, vUv, 5.0).r;\n #else\n float target = textureLod(targetBuffer, vUv, 5.0).r;\n #endif\n #else\n float target = texture2D(targetBuffer, vUv).r;\n #endif\n float current = texture2D(inputBuffer, vUv).r;\n\n float result;\n if (abs(target - current) < step) {\n result = target;\n } else if (target - current > 0.0) {\n result = current + step;\n } else {\n result = current - step;\n }\n gl_FragColor = vec4(result, result, result, 1.0);\n }\n "})||this;return n.material.extensions.shaderTextureLOD=!0,n}return t.__extends(i,e),Object.defineProperty(i.prototype,"targetBuffer",{get:function(){return this.material.uniforms.targetBuffer.value},set:function(e){this.material.uniforms.targetBuffer.value=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"step",{get:function(){return this.material.uniforms.step.value},set:function(e){this.material.uniforms.step.value=e},enumerable:!1,configurable:!0}),i}(ws),Us=function(e){function i(t){var i=e.call(this,t,{uniforms:{inputBuffer:new o.Uniform(null),luminanceAdaptiveBuffer:new o.Uniform(null),progress:new o.Uniform(0)},fragment:"\n #include <common>\n uniform sampler2D inputBuffer;\n uniform sampler2D luminanceAdaptiveBuffer;\n uniform float progress;\n varying vec2 vUv;\n\n void main() {\n float middleGrey = 1.5;\n float whitePoint = 13.0;\n float exposure = 1.4;\n vec4 inputColor = texture2D(inputBuffer, vUv);\n vec3 rgb = inputColor.rgb * exposure;\n float alpha = inputColor.a;\n float luminance = linearToRelativeLuminance(rgb);\n float lumAvg = texture2D(luminanceAdaptiveBuffer, vec2(0.5)).r;\n float lumScaled = (luminance * middleGrey) / max(lumAvg, 1e-6);\n float lumCompressed = lumScaled * (1.0 + lumScaled / (whitePoint * whitePoint));\n lumCompressed /= (1.0 + lumScaled);\n rgb = clamp(lumCompressed * rgb, 0.0, 1.0);\n gl_FragColor = mix(inputColor, vec4(rgb, alpha), progress * 0.9);\n }\n "})||this;return i.material.transparent=!0,i}return t.__extends(i,e),Object.defineProperty(i.prototype,"luminanceAdaptiveBuffer",{get:function(){return this.material.uniforms.luminanceAdaptiveBuffer.value},set:function(e){this.material.uniforms.luminanceAdaptiveBuffer.value=e},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"progress",{get:function(){return this.material.uniforms.progress.value},set:function(e){this.material.uniforms.progress.value=e},enumerable:!1,configurable:!0}),i}(ws),qs=function(e){function i(t){var i=e.call(this,t)||this;return i.enableTime=He(),i.renderer=t,i.valuePass=new Es(i.renderer),i.luminancePass=new _s(i.renderer,Math.sqrt(1/3)),i.nextStepPass=new Hs(i.renderer,.01),i.luminanceAdaptivePass=new Us(i.renderer),i}return t.__extends(i,e),i.prototype.render=function(e,t){if(!this.enable)return this.enableTime=null,void this.copyPass.render(e);null===this.enableTime&&(this.enableTime=He()),this.luminanceTargetBuffer||(this.luminanceTargetBuffer=new o.WebGLRenderTarget(128,128,{minFilter:o.LinearMipmapLinearFilter,magFilter:o.LinearFilter,encoding:this.renderer.outputEncoding,stencilBuffer:!1,depthBuffer:!1,format:o.RGBAFormat,generateMipmaps:!0}),this.nextStepPass.targetBuffer=this.luminanceTargetBuffer.texture),this.luminancePass.render(e,this.luminanceTargetBuffer),this.luminancePrevBuffer||(this.luminancePrevBuffer=new o.WebGLRenderTarget(1,1,{minFilter:o.NearestFilter,magFilter:o.NearestFilter,type:o.HalfFloatType,encoding:this.renderer.outputEncoding,stencilBuffer:!1,depthBuffer:!1}),this.valuePass.render(new o.Vector3(.5,.5,.5),this.luminancePrevBuffer)),this.luminanceNextBuffer||(this.luminanceNextBuffer=new o.WebGLRenderTarget(1,1,{minFilter:o.NearestFilter,magFilter:o.NearestFilter,type:o.HalfFloatType,encoding:this.renderer.outputEncoding,stencilBuffer:!1,depthBuffer:!1}),this.valuePass.render(new o.Vector3(.5,.5,.5),this.luminanceNextBuffer),this.luminanceAdaptivePass.luminanceAdaptiveBuffer=this.luminanceNextBuffer.texture),this.copyPass.render(this.luminanceNextBuffer,this.luminancePrevBuffer),this.nextStepPass.render(this.luminancePrevBuffer,this.luminanceNextBuffer),this.luminanceAdaptivePass.progress=Math.min((He()-this.enableTime)/100,1),this.luminanceAdaptivePass.render(e,t)},i.prototype.dispose=function(){var e,t,i;null===(e=this.luminanceTargetBuffer)||void 0===e||e.dispose(),null===(t=this.luminancePrevBuffer)||void 0===t||t.dispose(),null===(i=this.luminanceNextBuffer)||void 0===i||i.dispose(),this.copyPass.dispose(),this.luminancePass.dispose(),this.nextStepPass.dispose(),this.luminanceAdaptivePass.dispose()},i}(Ss),zs=null!==(Vs=Math.SQRT1_2)&&void 0!==Vs?Vs:Math.sqrt(2),js={up:new o.Quaternion(zs,0,0,zs),down:new o.Quaternion(-zs,0,0,zs),left:new o.Quaternion(0,zs,0,zs),right:new o.Quaternion(0,-zs,0,zs),front:new o.Quaternion(0,0,0,1),back:new o.Quaternion(0,1,0,0)},Ks=new Float32Array([-.5,-.5,0,.5,-.5,0,-.5,.5,0,.5,.5,0]),Gs=new Float32Array([0,0,1,0,0,1,1,1]),Ws=new Uint8Array([0,1,2,1,3,2]),Xs=new o.BufferGeometry;Xs.setAttribute("position",new o.BufferAttribute(Ks,3)),Xs.setAttribute("uv",new o.BufferAttribute(Gs,2)),Xs.setIndex(new o.BufferAttribute(Ws,1));var Ys=function(e){function i(){var t=e.call(this,{uniforms:{map:{value:null},luminanceMap:{value:null}},vertexShader:"\nvarying vec2 vUv;\nvoid main() {\n vUv = uv;\n gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);\n}\n",fragmentShader:"\n#if defined(USE_LUMINANCE)\nuniform sampler2D luminanceMap;\n#endif\nuniform sampler2D map;\nvarying vec2 vUv;\n\nvoid main() {\n gl_FragColor = texture2D(map, vUv);\n #if defined(USE_LUMINANCE)\n gl_FragColor.a = 1.0 - texture2D(luminanceMap, vUv).r;\n #endif\n}\n"})||this;return t.depthTest=!1,t.depthWrite=!1,t.blending=o.NoBlending,t.map=t.uniforms.map.value,t.luminanceMap=t.uniforms.luminanceMap.value,Object.defineProperties(t,{map:{get:function(){return this.uniforms.map.value},set:function(e){this.uniforms.map.value=e}},luminanceMap:{get:function(){return this.uniforms.luminanceMap.value},set:function(e){this.uniforms.luminanceMap.value=e,this.defines.USE_LUMINANCE=null!==e,this.needsUpdate=!0}}}),t}return t.__extends(i,e),i}(o.ShaderMaterial),Zs=function(e){function i(t,i){var n=e.call(this,Xs,new Ys)||this;return t.box.getCenter(n.position),n.quaternion.multiplyQuaternions((new o.Quaternion).setFromAxisAngle(new o.Vector3(0,1,0),-Math.PI),js[t.face]),n.scale.setScalar(t.size),n.node=t,n.name="tiling:tile",n.material.visible=!1,n.activeTime=-1,n.disposed=!1,n.needsRender=!1,n.frustumCulled=!1,i.then((function(e){var t=e[0],i=e[1];n.disposed?(t.dispose(),null==i||i.dispose()):(n.material.map=t,n.material.luminanceMap=i,n.material.needsUpdate=!0,n.material.visible=!0,n.needsRender=!0)})).catch(Ve),n}return t.__extends(i,e),i.prototype.updateTime=function(e){},i.prototype.dispose=function(){var e;this.disposed=!0,this.material.map&&(this.material.map.dispose(),null===(e=this.material.luminanceMap)||void 0===e||e.dispose()),this.material.dispose()},i}(o.Mesh),Js=function(e){function i(){var t=e.call(this)||this;return t.needsRender=!1,t.name="tiling",t}return t.__extends(i,e),i}(o.Group),$s=function(){function e(e,t,i){this.disposed=!1,this.textureLoader=new ni(e),this.minLevel=t,this.level=0,this.panoIndex=0,this.pedding=0,this.tileTree=Mt(this.minLevel),this.tileMeshes=new Map,this.resource=[],this.luminance=null,this.imageOptions=i,this.object=new Js,this.object.renderOrder=-2}return e.prototype.setAllowHosts=function(e){this.textureLoader.setAllowHosts(e)},e.prototype.setRequestProxy=function(e){this.textureLoader.setRequestProxy(e)},e.prototype.setNetworkSubscribe=function(e){this.textureLoader.setNetworkSubscribe(e)},e.prototype.cleanup=function(){var e=this;this.tileMeshes.forEach((function(t){t.dispose(),e.object.remove(t),e.object.needsRender=!0})),this.tileMeshes.clear()},e.prototype.setRotation=function(e){this.disposed||this.object.quaternion.equals(e)||(this.object.quaternion.copy(e),this.object.needsRender=!0)},e.prototype.setPosition=function(e){this.disposed||this.object.position.equals(e)||(this.object.position.copy(e),this.object.needsRender=!0)},e.prototype.setResource=function(e,t){var i,n;if(!this.disposed&&(this.resource!==e||this.luminance!==t)){this.cleanup(),this.resource=e;var r=null!==(n=null===(i=e.slice().sort((function(e,t){return t.level-e.level}))[0])||void 0===i?void 0:i.level)&&void 0!==n?n:0;this.tileTree=Mt(r),this.luminance=t,this.object.needsRender=!0}},e.prototype.update=function(e,i,n){var r=this;if(!this.disposed){this.level=i;var s=e.planes[5].normal,a=[];i>=this.minLevel&&St(this.tileTree,(function(t){if(!(t.level<r.minLevel))return!(t.level>i)&&(!!e.intersectsBox(t.box)&&void a.push(t))}));var l=new o.Vector3;a.sort((function(e,t){return e.level!==t.level?e.level-t.level:e.box.getCenter(l).angleTo(s)-t.box.getCenter(l).angleTo(s)}));for(var u=new Set,c=function(e){var i=h.resource.filter((function(t){return t.level===e.level}))[0];if(!i)return"continue";if(u.add(e),h.tileMeshes.has(e))return h.tileMeshes.get(e).activeTime=n,"continue";var o=i.size,s=h.imageOptions.transform,a=Math.pow(2,e.level)*e.position.y,l=Math.pow(2,e.level)*e.position.x,c="".concat(h.panoIndex,".").concat(e.face,".").concat(e.level,".").concat(a,".").concat(l),d=t.__assign(t.__assign({key:"pano_tile.".concat(c),basisLoaderInitialized:ei.isInitialized()},It(h.imageOptions,["format","size","quality","sharpen","mappings"])),{size:o*e.size==512?void 0:512,cut:[o*e.position.x,o*e.position.y,o*e.size,o*e.size]}),p=h.textureLoader.loadTexture(i[e.face],{imageURL:{transform:s,options:d},preInit:!0}).then((function(e){return e.body})),f=null;if(h.luminance){var A=h.luminance[e.face],g=A.match(/\/cube_(\d+)\//),m=!!g&&Number(g[1]);if(!1!==m){var v=t.__assign(t.__assign({},d),{size:m*e.size==256?void 0:256,cut:[m*e.position.x,m*e.position.y,m*e.size,m*e.size],key:"pano_tile_luminance.".concat(c)});f=h.textureLoader.loadTexture(A,{imageURL:{transform:h.imageOptions.transform,options:v},preInit:!0}).then((function(e){return e.body})).catch((function(){return null}))}}h.pedding++;var y=Promise.all([p,f]).then((function(e){return r.pedding--,e}),(function(e){return r.pedding--,Promise.reject(e)})),b=new Zs(e,y);b.name="tiling:tile-".concat(c),b.activeTime=n,b.renderOrder=e.level,h.tileMeshes.set(e,b),h.object.needsRender=!0,h.object.add(b)},h=this,d=0,p=a;d<p.length;d++){c(v=p[d])}var f=[];this.tileMeshes.forEach((function(e,t){u.has(t)||f.push(t)}));for(var A=f.sort((function(e,t){var i,n,o,s;return(null!==(n=null===(i=r.tileMeshes.get(t))||void 0===i?void 0:i.activeTime)&&void 0!==n?n:0)-(null!==(s=null===(o=r.tileMeshes.get(e))||void 0===o?void 0:o.activeTime)&&void 0!==s?s:0)})).slice(Math.max(0,32-u.size)),g=0,m=A;g<m.length;g++){var v=m[g],y=this.tileMeshes.get(v);y&&(y.dispose(),this.object.remove(y),this.object.needsRender=!0),this.tileMeshes.delete(v)}}},e.prototype.dispose=function(){this.cleanup(),this.resource=[],this.disposed=!0},e}(),ea=new Float32Array([-1,1,1,-1,1,-1,-1,-1,1,-1,-1,-1,1,1,-1,1,1,1,1,-1,-1,1,-1,1,1,1,-1,-1,1,-1,1,1,1,-1,1,1,1,-1,1,-1,-1,1,1,-1,-1,-1,-1,-1,1,1,1,-1,1,1,1,-1,1,-1,-1,1,-1,1,-1,1,1,-1,-1,-1,-1,1,-1,-1]),ta=new Uint8Array([0,2,1,2,3,1,4,6,5,6,7,5,8,10,9,10,11,9,12,14,13,14,15,13,16,18,17,18,19,17,20,22,21,22,23,21]),ia=new o.BufferGeometry;ia.setAttribute("position",new o.BufferAttribute(ea,3)),ia.setIndex(new o.BufferAttribute(ta,1));var na=function(){function e(){this.material=new o.ShaderMaterial({vertexShader:"\n#if defined(USE_PANO_VIDEO)\nvarying vec3 worldPosition;\n#endif\nvoid main() {\n vec4 transformed = vec4(position, 1.0);\n #if defined(USE_PANO_VIDEO)\n worldPosition = (modelMatrix * transformed).xyz;\n #endif\n gl_Position = projectionMatrix * modelViewMatrix * transformed;\n}\n",fragmentShader:"\nuniform vec2 size;\nuniform mat4 matrix;\nuniform float alpha;\nuniform sampler2D map;\n#if defined(USE_PANO_VIDEO)\nvarying vec3 worldPosition;\n#endif\n#include <common>\nvoid main() {\n gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);\n #if defined(USE_PANO_VIDEO)\n vec3 cameraToVertex = worldPosition - cameraPosition;\n vec4 mapCoods = vec4(cameraToVertex, 1.0) * matrix;\n vec2 uv = vec2(\n 0.5 + mapCoods.x / mapCoods.z / size.x,\n 0.5 - mapCoods.y / mapCoods.z / size.y\n );\n vec4 videoColor = texture2D(map, uv);\n float match = (1.0 - step(0.0, mapCoods.z)) * (1.0 - step(0.5, abs(uv.x - 0.5))) * (1.0 - step(0.5, abs(uv.y - 0.5)));\n float blendAlpha = clamp(0.0, 1.0, 5.0 * (1.0 - clamp(distance(uv, vec2(0.5, 0.5)) / 0.55 , 0.0, 1.0)));\n gl_FragColor = vec4(videoColor.rgb, match * blendAlpha * alpha);\n #endif\n}\n",uniforms:{size:new o.Uniform(null),matrix:new o.Uniform(null),alpha:new o.Uniform(null),map:new o.Uniform(null)},depthTest:!1,depthWrite:!1,defines:{USE_PANO_VIDEO:!1},blending:o.CustomBlending,blendSrc:o.SrcAlphaFactor,blendDst:o.OneMinusSrcAlphaFactor,blendSrcAlpha:o.OneFactor,blendDstAlpha:o.OneMinusSrcAlphaFactor}),this.object=new o.Mesh(ia,this.material),this.object.visible=!1,this.object.renderOrder=-1,this.object.frustumCulled=!1,this.alphaMotion=new Ur({alpha:0})}return e.prototype.setMaterial=function(e){e?(this.material.uniforms.size.value=e.size,this.material.uniforms.matrix.value=e.matrix,this.material.uniforms.map.value=e.map,this.alphaMotion.set({alpha:e.alpha},500).catch(Ve),this.material.uniforms.alpha.value=e.alpha):(this.material.uniforms.size.value=null,this.material.uniforms.matrix.value=null,this.material.uniforms.map.value=null,this.alphaMotion.set({alpha:0},0).catch(Ve));var t=null!==e;t!==this.material.defines.USE_PANO_VIDEO&&(this.material.defines.USE_PANO_VIDEO=t,this.material.needsUpdate=!0,this.object.visible=null!==e)},e.prototype.updateTime=function(e){this.alphaMotion.ended||(this.alphaMotion.update(e),this.material.uniforms.alpha.value=this.alphaMotion.value.alpha)},e.prototype.dispose=function(){this.material.dispose()},e}(),ra=(new o.Matrix4).makeRotationAxis(new o.Vector3(0,1,0),Math.PI),oa=new o.Vector3(-1,1,1),sa=function(){function e(e){void 0===e&&(e=0),this.width=e,this.pool=[]}return Object.defineProperty(e.prototype,"size",{get:function(){return this.pool.length},enumerable:!1,configurable:!0}),e.prototype.pop=function(){var e=this.pool.pop();return e||new o.WebGLCubeRenderTarget(this.width,{stencilBuffer:!1,depthBuffer:!1})},e.prototype.push=function(e){-1===this.pool.indexOf(e)&&this.pool.push(e)},e.prototype.clear=function(){for(var e=0,t=this.pool;e<t.length;e++){t[e].dispose()}this.pool.length=0},e}(),aa=function(e){function i(t){var n,r,o,s,a,l,u=this,c=i.parseArgs(t);(u=e.call(this,c)||this).TILED_CUBE_TEXTURE_LEVEL=2,u.initAnimationed=!1,u.currentPanoIndex=c.initial[0],u.maxAccessibleDistance=c.maxAccessibleDistance,u.panoTapTriggerRadius=c.panoTapTriggerRadius,u.panoCircleMeshCreator=c.panoCircleMeshCreator,u.tileLevelForFov=c.tileLevelForFov,u.colorCubeRenderTargetPool=new sa,u.luminanceCubeRenderTargetPool=new sa;var h=u.model.getMaterial()||{},d=h.pano0,p=h.pano1;d&&(null==p?void 0:p.map)!==d.map&&(u.model.setMaterial({pano0:p}),d.map.dispose(),d.map instanceof ii&&d.map.cubeRenderTarget&&u.colorCubeRenderTargetPool.push(d.map.cubeRenderTarget),d.luminanceMap&&(d.luminanceMap.dispose(),d.luminanceMap instanceof ii&&d.luminanceMap.cubeRenderTarget&&u.luminanceCubeRenderTargetPool.push(d.luminanceMap.cubeRenderTarget))),u.boundingMesh=u.generateBoundingMesh(),u.boundingMesh.setMaterial(u.model.getMaterial()||{}),u.boundingMesh.visible=!1,u.scene.add(u.boundingMesh),u.panoMeshes=[],u.updatePanoMeshes(),u.locationMotion=new Ur({count:0,distance:u.camera.pose.distance,modelAlpha:null!==(r=null===(n=u.model.getMaterial())||void 0===n?void 0:n.modelAlpha)&&void 0!==r?r:0,perspToOrtho:null!==(s=null===(o=u.model.getMaterial())||void 0===o?void 0:o.perspToOrtho)&&void 0!==s?s:0}),u.panoResources={},u.panoResources[u.locationMotion.keyframes[0].key=u.locationMotion.keyframes[1].key=tr()]={panoIndex:u.currentPanoIndex,workCode:u.work.workCode,panoPicture:null!==(l=null===(a=u.model.getMaterial())||void 0===a?void 0:a.pano1)&&void 0!==l?l:null,position:u.camera.pose.offset.clone(),effect:"fly"};var f={allowHosts:u.work.allowHosts,requestProxy:u.requestProxy,networkSubscribe:u.networkSubscribe};return u.textureLoader=new ni(f),u.tiling=new $s(f,u.TILED_CUBE_TEXTURE_LEVEL+1,u.imageOptions),u.scene.add(u.tiling.object),u.panoVideo=new na,u.scene.add(u.panoVideo.object),u}return t.__extends(i,e),i.parseArgs=function(i){var n,r,o,s,a=e.parseArgs.call(this,i);return t.__assign(t.__assign({},a),{maxAccessibleDistance:null!==(n=i.maxAccessibleDistance)&&void 0!==n?n:5,panoTapTriggerRadius:null!==(r=i.panoTapTriggerRadius)&&void 0!==r?r:.5,panoCircleMeshCreator:null!==(o=i.panoCircleMeshCreator)&&void 0!==o?o:function(){return new yo},tileLevelForFov:null!==(s=i.tileLevelForFov)&&void 0!==s?s:function(e,t){var i=2*Math.atan(Math.tan(e/180*Math.PI/2)*(t.width/t.height))/Math.PI*180,n=Math.max(t.width/i,t.height/e);return n>80?4:n>48?3:n>22?2:n>12?1:0}})},i.initAnimationEndPose=function(t){var i=this.parseArgs(t);return e.initAnimationEndPose.call(this,i)},i.prototype.destroy=function(){var t,i,n=this;e.prototype.destroy.call(this),this.scene.remove(this.tiling.object),this.tiling.dispose(),this.locationMotion.dispose(),this.colorCubeRenderTargetPool.clear(),this.luminanceCubeRenderTargetPool.clear(),delete this.pendingTextureTask,this.boundingMesh&&(this.scene.remove(this.boundingMesh),this.boundingMesh.dispose()),this.panoMeshes&&(this.panoMeshes.forEach((function(e){n.helper.remove(e),e.dispose()})),this.panoMeshes.length=0),this.interiaMovement=!1;var r=this.videoTexture.image;r.pause(),r.oncanplay=function(){},r.ontimeupdate=function(){},this.scene.remove(this.panoVideo.object),this.panoVideo.setMaterial(null),this.panoVideo.dispose();for(var o=null!==(t=this.model.getMaterial())&&void 0!==t?t:{},s=o.pano0,a=o.pano1,l=0,u=Object.keys(this.panoResources);l<u.length;l++){var c=u[l],h=this.panoResources[c];if(h.panoPicture){var d=h.panoPicture.map;d&&d!==(null==s?void 0:s.map)&&d!==(null==a?void 0:a.map)&&(d.dispose(),null===(i=h.panoPicture.luminanceMap)||void 0===i||i.dispose(),h.panoPicture=null)}delete this.panoResources[c]}},i.prototype.isReady=function(){return!0===this.locationMotion.ended&&e.prototype.isReady.call(this)},i.prototype.isTileReady=function(){var e,t,i,n=this.panoResourceFromLocationMotionKeyframe(this.locationMotion.keyframes[this.locationMotion.keyframes.length-1]),r=(null===(e=n.panoPicture)||void 0===e?void 0:e.map)instanceof ii&&null!==(i=null===(t=n.panoPicture)||void 0===t?void 0:t.map.tilePending)&&void 0!==i?i:0,o=this.tiling.pedding;return this.initAnimationed&&r<=0&&o<=0},i.prototype.updateWork=function(e,t,i,n,r){var o=this;this.userAction=r,this.work=e,this.currentPanoIndex=t,this.textureLoader.setAllowHosts(this.work.allowHosts),this.tiling.setAllowHosts(this.work.allowHosts),this.tiling.cleanup(),this.initAnimationed=!1;var s={},a=!0;this.boundingMesh&&(s=this.boundingMesh.getMaterial()||{},a=this.boundingMesh.visible,this.scene.remove(this.boundingMesh),this.boundingMesh.dispose()),this.boundingMesh=this.generateBoundingMesh(!0),this.boundingMesh.visible=a,this.boundingMesh.setMaterial(s),this.scene.add(this.boundingMesh),this.hideIntersectMesh(),this.updatePanoMeshes();for(var l=0,u=this.panoMeshes;l<u.length;l++){u[l].visible=!1}return this.moveToPano(t,{effect:"fade",duration:n,longitude:i.longitude,latitude:i.latitude,fov:i.fov,moveEndCallback:function(){o.initAnimationed=!0},moveCancelCallback:function(){o.initAnimationed=!0}},r),!0},i.prototype.updateModel=function(e){this.model=e;var t={},i=!0;this.boundingMesh&&(t=this.boundingMesh.getMaterial()||{},i=this.boundingMesh.visible,this.scene.remove(this.boundingMesh),this.boundingMesh.dispose()),this.boundingMesh=this.generateBoundingMesh(),this.boundingMesh.visible=i,this.boundingMesh.name="bounding",this.boundingMesh.setMaterial(t),this.scene.add(this.boundingMesh),this.updatePanoMeshes()},i.prototype.updateTime=function(e,t){var i,n,r,s,a,l,u,c,h,d,p,f=this;if(!this.destroyed){var A={},g={},m=this.panoResourceFromLocationMotionKeyframe(this.locationMotion.keyframes[0]),v=this.panoResourceFromLocationMotionKeyframe(this.locationMotion.keyframes[this.locationMotion.keyframes.length-1]),y=!1;if(!1===this.locationMotion.ended){this.locationMotion.update(e);var b=this.locationMotion.getKeyFrameSegment(e),x=b[0],w=b[1],E=this.panoResourceFromLocationMotionKeyframe(x),M=this.panoResourceFromLocationMotionKeyframe(w),S=(new o.Vector3).copy(E.position),I=(new o.Vector3).copy(M.position),C=this.locationMotion.value.count-w.value.count+1;A.progress=C,A.modelAlpha=this.locationMotion.value.modelAlpha,A.perspToOrtho=xr(1-10*(1-this.locationMotion.value.perspToOrtho),0,1),M.panoPicture&&(C<1?E.panoPicture&&(A.pano0=E.panoPicture):A.pano0=M.panoPicture,A.pano1=M.panoPicture),y=A.useBlackTransition="instant"===M.effect||"montage"===M.effect,"fade"!==M.effect&&"montage"!==M.effect||(A.pano0&&E.panoPicture&&(A.pano0={map:A.pano0.map,luminanceMap:A.pano0.luminanceMap,matrix:E.panoPicture.matrix.clone().setPosition(M.position)}),S.copy(I)),g.distance=this.locationMotion.value.distance,g.offset=new o.Vector3(S.x+(I.x-S.x)*C,S.y+(I.y-S.y)*C,S.z+(I.z-S.z)*C);for(var B=[],P=[],T=0,R=this.locationMotion.keyframes;T<R.length;T++){var D=R[T],L=D.key,k=D.progress;void 0!==L&&(B.push(L),k>=this.locationMotion.progress&&P.push(L))}for(var F=0,N=Object.keys(this.panoResources);F<N.length;F++){var O=N[F];if(!(P.indexOf(O)>=0)){var Q=this.panoResources[O];if(Q.panoPicture){var V=Q.panoPicture.map,_=Q.panoPicture.luminanceMap;if(V){if(V===(null===(i=A.pano0)||void 0===i?void 0:i.map))continue;if(V===(null===(n=A.pano1)||void 0===n?void 0:n.map))continue;V instanceof ii&&V.cubeRenderTarget&&this.colorCubeRenderTargetPool.push(V.cubeRenderTarget),V.dispose(),_&&(_ instanceof ii&&_.cubeRenderTarget&&this.luminanceCubeRenderTargetPool.push(_.cubeRenderTarget),_.dispose()),Q.panoPicture=null}}B.indexOf(O)>=0||delete this.panoResources[O]}}E.workCode===M.workCode?this.currentPanoIndex=C<.5?E.panoIndex:M.panoIndex:this.currentPanoIndex=M.panoIndex,this.emit("movingToPano",v.panoIndex,m.panoIndex,this.locationMotion.progress)}if(!1===this.cameraMotion.ended&&(this.cameraMotion.update(e),g.longitude=this.cameraMotion.value.longitude,g.latitude=this.cameraMotion.value.latitude,g.fov=this.cameraMotion.value.fov),!1===fs(A)&&((null===(r=A.pano0)||void 0===r?void 0:r.map)&&A.pano0.map instanceof ii&&!A.pano0.map.cubeRenderTarget&&(A.pano0.map.cubeRenderTarget=this.colorCubeRenderTargetPool.pop()),(null===(s=A.pano0)||void 0===s?void 0:s.luminanceMap)&&A.pano0.luminanceMap instanceof ii&&!A.pano0.luminanceMap.cubeRenderTarget&&(A.pano0.luminanceMap.cubeRenderTarget=this.luminanceCubeRenderTargetPool.pop()),(null===(a=A.pano1)||void 0===a?void 0:a.map)&&A.pano1.map instanceof ii&&!A.pano1.map.cubeRenderTarget&&(A.pano1.map.cubeRenderTarget=this.colorCubeRenderTargetPool.pop()),(null===(l=A.pano1)||void 0===l?void 0:l.luminanceMap)&&A.pano1.luminanceMap instanceof ii&&!A.pano1.luminanceMap.cubeRenderTarget&&(A.pano1.luminanceMap.cubeRenderTarget=this.luminanceCubeRenderTargetPool.pop()),this.model.setMaterial(A),this.boundingMesh.setMaterial(A)),!1===fs(g)&&this.setCamera(g),this.camera.pose.distance>.1)for(var H=0;H<this.work.observers.length;H++){(j=this.panoMeshes[H])&&(j.visible=!1)}else{var U=this.work.observers[this.currentPanoIndex];if(U){var q=U.visibleNodes.concat(this.currentPanoIndex),z=this.getForwardPanoIndexOrNot();for(H=0;H<this.work.observers.length;H++){var j,K=this.work.observers[H];if(j=this.panoMeshes[H])if(K.loadable||K.active)if(-1!==q.indexOf(H))if(y)j.visible=!1,j.setOpacity(0);else{j.visible=!0;var G=j.position.clone().setY(this.camera.position.y).distanceTo(this.camera.position);j.setCurrent(z===H),j.setOpacity(G<.01?0:xr(1.4/G,.5,.7)),j.updateTime&&j.updateTime(e,t)}else j.visible=!1,j.setOpacity(0);else j.visible=!1,j.setOpacity(0)}}}this.boundingMesh.visible=Boolean(null===(u=this.boundingMesh.getMaterial())||void 0===u?void 0:u.pano0)&&this.boundingMesh.boundingBox.containsPoint(this.camera.position);var W,X=function(){if(!1===f.tileLevelForFov)return 0;var e=f.renderer.getDrawingBufferSize(new o.Vector2);e.width*=f.scissor.width,e.height*=f.scissor.height;var t=v.panoIndex,i=f.work.observers[t],n=f.imageOptions.size;if(void 0===n&&i){var r=i.images.up.match(/\/cube_(\d+)\//);r&&(n=Number(r[1]))}void 0===n&&(n=2048);var s=0;n>=1024&&(s=1),n>=2048&&(s=2),n>=4096&&(s=3),n>=8192&&(s=4);var a=f.tileLevelForFov(f.camera.fov,e);return a>s?a:0}(),Y=((W=(new o.PerspectiveCamera).copy(f.camera)).position.set(0,0,0),W.quaternion.premultiply(f.work.observers[v.panoIndex].quaternion.clone().inverse()),W.updateProjectionMatrix(),W.updateMatrixWorld(!0),(new o.Frustum).setFromProjectionMatrix((new o.Matrix4).multiplyMatrices(W.projectionMatrix,W.matrixWorldInverse)));v.panoIndex===this.currentPanoIndex&&((null===(c=v.panoPicture)||void 0===c?void 0:c.map)instanceof ii&&(v.panoPicture.map.update(Y,X),!0===v.panoPicture.map.needsRender&&(this.needsRender=!0)),(null===(h=v.panoPicture)||void 0===h?void 0:h.luminanceMap)instanceof ii&&(v.panoPicture.luminanceMap.update(Y,X),!0===v.panoPicture.luminanceMap.needsRender&&(this.needsRender=!0)));var Z=this.tiling.object.visible;if(this.initAnimationed){var J=v.panoIndex,$=this.work.observers[J];$&&Jo(this.camera.position,$.position)&&this.locationMotion.ended?(this.tiling.object.visible=!0,this.tiling.panoIndex!==J&&this.tiling.cleanup(),this.tiling.panoIndex=J,this.tiling.setResource(null!==(p=null===(d=$.images)||void 0===d?void 0:d.tiles)&&void 0!==p?p:[],this.enableIOSEDR&&$.images.luminance?$.images.luminance:null),this.tiling.setRotation($.quaternion),this.tiling.setPosition($.position),X>this.TILED_CUBE_TEXTURE_LEVEL?this.tiling.update(Y,X,e):this.tiling.update(Y,0,e)):this.tiling.object.visible=!1}else this.tiling.object.visible=!1;Z!==this.tiling.object.visible&&(this.tiling.object.needsRender=!0),this.panoVideo.object.position.copy(this.camera.position),this.panoVideo.updateTime(e)}},i.prototype.render=function(){var t=this.work.observers[this.currentPanoIndex];t&&t.video&&(this.needsRender=!0),e.prototype.render.call(this)},i.prototype.postProcessing=function(e,t){if(!this.destroyed)return this.effect||(this.effect=new qs(this.renderer)),this.effect.render(e,t)},i.prototype.getTargetPose=function(){var e=this.cameraMotion.getKeyFrameSegment(He())[1],t=this.locationMotion.getKeyFrameSegment(He())[1],i=this.panoResourceFromLocationMotionKeyframe(t),n=this.work.observers[i.panoIndex];return{longitude:e.value.longitude,latitude:e.value.latitude,fov:e.value.fov,offset:n?n.position.clone():this.camera.position.clone(),distance:this.locationMotion.value.distance}},i.prototype.moveToPano=function(e,i,n){var r,s,a,l,u=this,c=this.work.observers[e],h=this.imageOptions.size;if(void 0===h&&c){var d=c.images.up.match(/\/cube_(\d+)\//);d&&(h=Number(d[1]))}void 0===h&&(h=2048);var p=this.imageOptions.transform,f=t.__assign({key:"pano.".concat(e),basisLoaderInitialized:ei.isInitialized()},It(this.imageOptions,["format","size","quality","sharpen","mappings"])),A=c.images,g=null!==(s=null===(r=c.images.tiles)||void 0===r?void 0:r.filter((function(e){return e.size>h})))&&void 0!==s?s:null,m=p,v={key:"pano_luminance.".concat(e),basisLoaderInitialized:ei.isInitialized(),size:f.size?f.size/2:1024},y=this.enableIOSEDR&&c.images.luminance?c.images.luminance:null,b=function(){if(!c.images.tiles)return null;if(!y)return null;var e=y.up.match(/\/cube_(\d+)\//),t=!!e&&Number(e[1]);return!1===t?null:null==g?void 0:g.map((function(e){return{level:e.level,size:t,back:y.back,front:y.front,left:y.left,right:y.right,up:y.up,down:y.down}}))}(),x="pano:"+Fs([A,f,p]);if(this.pendingTextureTask){if(this.pendingTextureTask.hash===x)return;var w=this.pendingTextureTask.panoIndex;null===(a=this.panoMeshes[w])||void 0===a||a.setProgress(0),this.emit("textureAbort",w,c),this.pendingTextureTask.onError(new Error("texture aborted"))}this.pending=!0;var E,M=this.model.getMaterial()||{},S=M.pano0,I=M.pano1;if(S&&S.map.name===x&&null!==S.luminanceMap===this.enableIOSEDR?E=S:(null==I?void 0:I.map.name)===x&&null!==I.luminanceMap===this.enableIOSEDR&&(E=I),E){var C={panoIndex:e,workCode:this.work.workCode,effect:null!==(l=i.effect)&&void 0!==l?l:"fly",panoPicture:{map:E.map,luminanceMap:E.luminanceMap,matrix:(new o.Matrix4).compose(c.position,c.quaternion,oa)},position:c.position.clone()};ut.shared.add((function(){u.pending=!1,u.emit("panoLoaded",e),u.doMoveToPano(e,C,i,n)}),!0,1)}else{this.pendingTextureTask={panoIndex:e,hash:x,onLoad:function(t,r){var s,a;if(u.pending=!1,u.destroyed)t.body.dispose();else{t.body.name=x,u.emit("panoLoaded",e);var l={panoIndex:e,workCode:u.work.workCode,effect:null!==(s=i.effect)&&void 0!==s?s:"fly",panoPicture:{map:t.body,luminanceMap:null!==(a=null==r?void 0:r.body)&&void 0!==a?a:null,matrix:(new o.Matrix4).compose(c.position,c.quaternion,oa)},position:c.position.clone()};u.doMoveToPano(e,l,i,n)}},onError:function(t){u.pending=!1,i.moveCancelCallback&&i.moveCancelCallback(),u.emit("panoLoadError",t,e),u.emit("moveToPanoCanceled",e)}};var B=this.panoMeshes[e];B&&B.tap&&B.tap(),Promise.all([this.tileLevelForFov&&g&&g.length?this.textureLoader.loadTiledCubeTexture(A,g,{tileMaxLevel:this.TILED_CUBE_TEXTURE_LEVEL,imageURL:{transform:p,options:f},format:o.RGBAFormat,viaAjax:!0},void 0,void 0,(function(t){var i,n;u.emit("textureLoading",t,e,c),(null===(i=u.pendingTextureTask)||void 0===i?void 0:i.hash)===x&&(null===(n=u.panoMeshes[e])||void 0===n||n.setProgress(t))}),this.renderer):this.textureLoader.loadCubeTexture(A,{imageURL:{transform:p,options:f},format:o.RGBAFormat,viaAjax:!0,preInit:!0},void 0,void 0,(function(t){var i,n;u.emit("textureLoading",t,e,c),(null===(i=u.pendingTextureTask)||void 0===i?void 0:i.hash)===x&&(null===(n=u.panoMeshes[e])||void 0===n||n.setProgress(t))}),this.renderer),y?this.tileLevelForFov&&b&&b.length?this.textureLoader.loadTiledCubeTexture(y,b,{tileImageSize:256,tileMaxLevel:this.TILED_CUBE_TEXTURE_LEVEL,imageURL:{transform:m,options:v}},void 0,void 0,void 0,this.renderer).catch((function(){return null})):this.textureLoader.loadCubeTexture(y,{imageURL:{transform:m,options:v},preInit:!0},void 0,void 0,void 0,this.renderer).catch((function(){return null})):Promise.resolve(null)]).then((function(t){var i,n,r=t[0],o=t[1];(null===(i=u.pendingTextureTask)||void 0===i?void 0:i.hash)===x?(u.pendingTextureTask.onLoad(r,o),null===(n=u.panoMeshes[e])||void 0===n||n.setProgress(0),delete u.pendingTextureTask,u.emit("textureLoaded",e,c,r.meta)):(r.body.dispose(),null==o||o.body.dispose())})).catch((function(t){var i,n;(null===(i=u.pendingTextureTask)||void 0===i?void 0:i.hash)===x&&(u.pendingTextureTask.onError(t),null===(n=u.panoMeshes[e])||void 0===n||n.setProgress(0),delete u.pendingTextureTask,u.emit("textureError",t,e,c),u.emit("error",t))})),this.emit("textureStartLoad",e,c)}},i.prototype.initAnimation=function(e,t,i,n){var r,o,s,a=this;if(!this.destroyed){var l=!1;this.pending=!1,this.userAction=n,this.moveToPano(e,{longitude:null!==(r=t.longitude)&&void 0!==r?r:this.defaultLongitude,latitude:xr(null!==(o=t.latitude)&&void 0!==o?o:this.defaultLatitude,this.minLatitude,this.maxLatitude),fov:xr(null!==(s=t.fov)&&void 0!==s?s:this.defaultFov,this.minFov,this.maxFov),duration:i,moveStartCallback:function(e,t){l=!0,a.emit("initAnimationWillStart",e,t,a.userAction)},moveEndCallback:function(e,t){a.emit("initAnimationEnded",e,t,a.userAction),a.initAnimationed=!0},moveCancelCallback:function(){var e={longitude:a.camera.pose.longitude,latitude:a.camera.pose.latitude,fov:a.camera.pose.fov,offset:a.camera.pose.offset.clone(),distance:a.camera.pose.distance};!1===l&&a.emit("initAnimationWillStart",a.currentPanoIndex,e,a.userAction),a.emit("initAnimationEnded",a.currentPanoIndex,e,a.userAction),a.initAnimationed=!0}},n)}},i.prototype.panoResourceFromLocationMotionKeyframe=function(e){return this.panoResources[e.key]},i.prototype.locationMotionKeyframesLength=function(e){for(var t=0,i=1;i<e.length;i++){var n=this.panoResourceFromLocationMotionKeyframe(e[i-1]).position,r=this.panoResourceFromLocationMotionKeyframe(e[i]).position;t+=n.distanceTo(r)*(e[i].value.count-e[i-1].value.count)}return t},i.prototype.updatePanoMeshes=function(e){void 0===e&&(e=!0);for(var t={},i=0,n=this.panoMeshes;i<n.length;i++){t[(l=n[i]).name]=l}this.panoMeshes.length=0;for(var r=0;r<this.work.observers.length;r++){var s="panoCircle_".concat(this.work.workCode,"_").concat(r),a=this.work.observers[r],l=void 0;if(t[s]?(!0===(l=t[s]).loading&&!1===a.loadable&&l.setLoading(!1),delete t[s]):((l=this.panoCircleMeshCreator()).name=s,this.helper.add(l)),l.position.copy(a.standingPosition),e&&this.model.loaded&&this.model.bvhs.loaded){var u=new o.Vector3(0,-1,0),c=new o.Vector3(0,.1,0).add(l.position),h=new o.Raycaster(c,u,0,.2),d=this.model.intersectRaycaster(h)[0];d&&d.point.distanceTo(c)<.1&&l.position.copy(d.point)}this.panoMeshes[r]=l}for(var p=0,f=Object.keys(t);p<f.length;p++){var A=f[p];this.helper.remove(t[A]),t[A].dispose(),delete t[A]}},i.prototype.generateBoundingMesh=function(e){void 0===e&&(e=!1);for(var t=this.model.bounding.clone(),i=0,n=this.work.observers;i<n.length;i++){var r=n[i];t.expandByPoint(r.standingPosition),t.expandByPoint((new o.Vector3).fromArray([r.position.x,2*r.position.y-r.standingPosition.y,r.position.z]))}e&&t.expandByPoint(this.camera.position);var s=is(t,new o.Vector3(1,0,1));return s.name="panorama_bounding",s},i.prototype.doMoveToPano=function(e,i,n,r){var s,a,l,u=this;void 0===n&&(n={}),this.userAction=r;var c=He(),h=tr();this.tiling.cleanup(),this.panoResources[h]=i;var d,p,f;if(this.locationMotion.ended){var A=this.locationMotion.getKeyFrameSegment(c);A[0];var g=A[1],m=this.locationMotion.value,v=this.panoResourceFromLocationMotionKeyframe(g).position,y=i.position;d=Math.max(v.distanceTo(y),1),p=[{key:g.key,progress:0,value:t.__assign(t.__assign({},m),{count:0})},{key:h,progress:1,value:{distance:0,perspToOrtho:0,modelAlpha:0,count:1}}],f=0}else{var b=this.locationMotion.getKeyFrameSegment(c),x=b[0],w=(g=b[1],m=this.locationMotion.value,this.panoResourceFromLocationMotionKeyframe(x).position),E=(v=this.panoResourceFromLocationMotionKeyframe(g).position,y=i.position,g.value.count-m.count),M=Math.max(w.distanceTo(v),1)*E;d=M+Math.max(v.distanceTo(y),1),p=[{key:x.key,progress:0,value:t.__assign({},m)},{key:g.key,progress:M/d,value:g.value},{key:h,progress:1,value:{count:g.value.count+1,distance:0,perspToOrtho:0,modelAlpha:0}}];var S=this.locationMotionKeyframesLength(this.locationMotion.keyframes),I=this.locationMotionKeyframesLength(p);f=0===S||0===S?0:this.locationMotion.getProgressVelocity(c)*S/I}var C=this.calculateMovingDuration(n.duration,"fade"===n.effect||"montage"===n.effect?0:d),B={longitude:n.longitude,latitude:n.latitude,fov:n.fov},P={longitude:null!==(s=B.longitude)&&void 0!==s?s:this.camera.pose.longitude,latitude:null!==(a=B.latitude)&&void 0!==a?a:this.camera.pose.latitude,fov:null!==(l=B.fov)&&void 0!==l?l:this.camera.pose.fov,offset:i.position.clone(),distance:this.camera.pose.distance};n.moveStartCallback&&n.moveStartCallback(e,P),this.emit("panoWillArrive",e,P,this.userAction),this.videoTexture&&this.videoTexture.image instanceof HTMLVideoElement&&this.videoTexture.image.getAttribute("src")&&(this.videoTexture.image.pause(),this.videoTexture.image.removeAttribute("uuid"),this.videoTexture.image.removeAttribute("src"),this.videoTexture.image.oncanplay=Ve,this.videoTexture.needsUpdate=!0),this.panoVideo.setMaterial(null),this.cameraMotion.set(B,C).catch(Ve),this.locationMotion.setKeyframes(p,C,f).then((function(){var t,i,s,a={longitude:u.camera.pose.longitude,latitude:u.camera.pose.latitude,fov:u.camera.pose.fov,offset:u.camera.pose.offset.clone(),distance:u.camera.pose.distance};n.moveEndCallback&&n.moveEndCallback(e,a),u.emit("panoArrived",e,a,r);var l=u.work.observers[u.currentPanoIndex];if(l&&l.video&&u.videoTexture&&u.videoTexture.image instanceof HTMLVideoElement){var c=ra.clone().multiply(null!==(s=null===(i=null===(t=u.model.getMaterial())||void 0===t?void 0:t.pano1)||void 0===i?void 0:i.matrix)&&void 0!==s?s:new o.Matrix4).multiply(l.video.matrix),h={map:u.videoTexture,size:l.video.size,matrix:c,alpha:1},d=tr(),p=u.videoTexture.image;p.setAttribute("uuid",d),Qs().then((function(e){e&&l.video&&p.getAttribute("uuid")===d&&(p.oncanplay=function(){p.oncanplay=Ve,p.play()},p.ontimeupdate=function(){p.currentTime>.5&&(p.ontimeupdate=Ve,u.panoVideo.setMaterial(h))},p.src=l.video.source)})).catch((function(){p.removeAttribute("uuid")}))}}),(function(){n.moveCancelCallback&&n.moveCancelCallback(),u.emit("moveToPanoCanceled",e)}))},i.prototype.getForwardPanoIndexOrNot=function(e){var t=this,i=this.work.observers[this.currentPanoIndex];if(!i)return null;var n=null!=e?e:new o.Raycaster(this.camera.position.clone(),this.camera.getWorldDirection(new o.Vector3)),r=n.ray.origin.clone(),s=new o.Vector3,a=this.model.intersectRaycaster(new o.Raycaster(n.ray.origin,new o.Vector3(0,-1,0)))[0];a&&a.distance<=2?s.copy(a.point):s.copy(n.ray.origin).add(new o.Vector3(0,-1.5,0));var l=this.model.intersectRaycaster(n)[0],u=(l?l.point:n.ray.origin.clone().add(n.ray.direction.clone().normalize().multiplyScalar(3))).clone().sub(s).normalize();if(0===u.length())return null;for(var c=i.accessibleNodes.filter((function(e){if(e===t.currentPanoIndex)return!1;var i=t.work.observers[e],n=i.standingPosition.clone().sub(r);return 0!==n.length()&&(!(n.angleTo(new o.Vector3(0,-1,0))<Math.PI/12)&&(i.loadable||i.active))})),h=c.slice().sort((function(e,i){return t.work.observers[e].standingPosition.clone().distanceTo(s)-t.work.observers[i].standingPosition.clone().distanceTo(s)})),d=0,p=[Math.PI/8,Math.PI/6,Math.PI/4,Math.PI/3];d<p.length;d++)for(var f=p[d],A=0,g=h;A<g.length;A++){var m=g[A],v=this.work.observers[m].standingPosition.clone().sub(s);if(0!==v.length()&&u.angleTo(v)<f)return m}return null},i.prototype.onTapGesture=function(e){var i=this,n=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","tap",n,!0)){var r=this.relativeClientPosition(e.center),s=new o.Raycaster;if(s.setFromCamera(r,this.camera),!this.emit("wantsTapGesture",s,r,!0)){this.emit("gesture","tap",n,!0),this.emit("tapGesture",s,r,!0),this.interiaMovement=!1;var a=this.camera.getWorldDirection(new o.Vector3).setY(0),l=null,u=this.work.observers[this.currentPanoIndex];if(u){var c=u.accessibleNodes.filter((function(e){if(e===i.currentPanoIndex)return!1;var t=i.work.observers[e];return!(t.position.distanceTo(i.camera.position)>i.maxAccessibleDistance)&&(t.loadable||t.active)})),h=this.model.intersectRaycaster(s)[0];if(h){var d=ps(c,(function(e){var t=i.work.observers[e].standingPosition.clone();return t.clone().sub(i.camera.position).setY(0).angleTo(a)>Math.PI/2?1/0:t.distanceTo(h.point)}),!0),p=d[0];d[1]<this.panoTapTriggerRadius&&(l=p)}gr(l)&&(l=this.getForwardPanoIndexOrNot(s));for(var f=0,A=this.locationMotion.keyframes;f<A.length;f++){var g=A[f],m=this.panoResourceFromLocationMotionKeyframe(g);if(!(g.progress<this.locationMotion.progress)&&m.panoIndex===l){l=null;break}}if(this.emit("panoSelected",l),gr(l))!0===this.locationMotion.ended&&this.cameraBounce();else{var v=this.work.observers[l];if(v.active){for(var y={},b=Math.PI/6,x=Math.PI/12,w=v.position.clone().setY(0).sub(u.position.clone().setY(0)).normalize(),E=[],M=0,S=v.accessibleNodes;M<S.length;M++){if((p=S[M])!==this.currentPanoIndex&&p!==l){var I=this.work.observers[p].position.clone().sub(v.position).setY(0);w.angleTo(I)<b&&E.push(I)}}var C=(E.length>0?E:t.__spreadArray(t.__spreadArray([],[],!0),[],!0)).slice().sort((function(e,t){return e.angleTo(w)-t.angleTo(w)}))[0];C&&C.angleTo(a)>x&&(y.longitude=Math.atan2(-C.x,-C.z)),this.cameraMotion.value.latitude<-Math.PI/4&&(y.latitude=xr(0,this.minLatitude,this.maxLatitude)),this.cameraMotion.value.fov<60&&(y.fov=this.defaultFov),this.emit("wantsMoveToPano",l,y,!0)}else this.panoMeshes[l]&&(this.panoMeshes[l].setDisabled(!1),this.panoMeshes[l].setLoading(!0))}}}}},i}(Os),la=Math.PI/180,ua=180/Math.PI,ca=function(){var e="undefined"!=typeof navigator&&/iPad|iPhone|iPod/.test(navigator.platform);return function(){return e}}(),ha=function(){var e="undefined"!=typeof navigator&&/^((?!chrome|android).)*safari/i.test(navigator.userAgent);return function(){return e}}(),da=function(){var e="undefined"!=typeof navigator&&-1!==navigator.userAgent.indexOf("Firefox")&&-1!==navigator.userAgent.indexOf("Android");return function(){return e}}(),pa=function(){var e="undefined"!=typeof navigator?navigator.userAgent.match(/.*Chrome\/([0-9]+)/):null,t=e?parseInt(e[1],10):null;return function(){return t}}(),fa=function(){var e=!1;if(65===pa()){var t="undefined"!=typeof navigator?navigator.userAgent.match(/.*Chrome\/([0-9\.]*)/):null;if(t){var i=t[1].split(".");i[0],i[1];var n=i[2],r=i[3];e=3325===parseInt(n,10)&&parseInt(r,10)<148}}return function(){return e}}(),Aa=function(){var e=ca()&&ha()&&"undefined"!=typeof navigator&&-1!==navigator.userAgent.indexOf("13_4");return function(){return e}}(),ga=function(){var e="undefined"!=typeof navigator&&-1!==navigator.userAgent.indexOf("R7 Build");return function(){return e}}();function ma(){var e="undefined"!=typeof window&&(90==window.orientation||-90==window.orientation);return ga()?!e:e}var va,ya=(va={},function(e,t){void 0===va[e]&&(console.warn("cardboard: "+t),va[e]=!0)});function ba(e){var t,i=e.indexOf("://");t=-1!==i?i+3:0;var n=e.indexOf("/",t);return-1===n&&(n=e.length),e.substring(0,n)}var xa,wa=function(e,t,i){var n,r,o,s,a,l,u,c,h,d,p,f,A,g,m,v,y,b,x,w,E,M,S,I,C,B,P,T,R,D,L;!function(e,t,i){var n=t?t[0]:0,r=t?t[1]:0,o=t?t[2]:0,s=t?t[3]:1,a=n+n,l=r+r,u=o+o,c=n*a,h=n*l,d=n*u,p=r*l,f=r*u,A=o*u,g=s*a,m=s*l,v=s*u;e[0]=1-(p+A),e[1]=h+v,e[2]=d-m,e[3]=0,e[4]=h-v,e[5]=1-(c+A),e[6]=f+g,e[7]=0,e[8]=d+m,e[9]=f-g,e[10]=1-(c+p),e[11]=0,e[12]=i?i[0]:0,e[13]=i?i[1]:0,e[14]=i?i[2]:0,e[15]=1}(e,t),i&&function(e,t,i){var n,r,o,s,a,l,u,c,h,d,p,f,A=i[0],g=i[1],m=i[2];t===e?(e[12]=t[0]*A+t[4]*g+t[8]*m+t[12],e[13]=t[1]*A+t[5]*g+t[9]*m+t[13],e[14]=t[2]*A+t[6]*g+t[10]*m+t[14],e[15]=t[3]*A+t[7]*g+t[11]*m+t[15]):(n=t[0],r=t[1],o=t[2],s=t[3],a=t[4],l=t[5],u=t[6],c=t[7],h=t[8],d=t[9],p=t[10],f=t[11],e[0]=n,e[1]=r,e[2]=o,e[3]=s,e[4]=a,e[5]=l,e[6]=u,e[7]=c,e[8]=h,e[9]=d,e[10]=p,e[11]=f,e[12]=n*A+a*g+h*m+t[12],e[13]=r*A+l*g+d*m+t[13],e[14]=o*A+u*g+p*m+t[14],e[15]=s*A+c*g+f*m+t[15])}(e,e,i),n=e,o=(r=e)[0],s=r[1],a=r[2],l=r[3],u=r[4],c=r[5],h=r[6],d=r[7],p=r[8],f=r[9],A=r[10],g=r[11],m=r[12],v=r[13],y=r[14],b=r[15],(L=(x=o*c-s*u)*(D=A*b-g*y)-(w=o*h-a*u)*(R=f*b-g*v)+(E=o*d-l*u)*(T=f*y-A*v)+(M=s*h-a*c)*(P=p*b-g*m)-(S=s*d-l*c)*(B=p*y-A*m)+(I=a*d-l*h)*(C=p*v-f*m))&&(L=1/L,n[0]=(c*D-h*R+d*T)*L,n[1]=(a*R-s*D-l*T)*L,n[2]=(v*I-y*S+b*M)*L,n[3]=(A*S-f*I-g*M)*L,n[4]=(h*P-u*D-d*B)*L,n[5]=(o*D-a*P+l*B)*L,n[6]=(y*E-m*I-b*w)*L,n[7]=(p*I-A*E+g*w)*L,n[8]=(u*R-c*P+d*C)*L,n[9]=(s*P-o*R-l*C)*L,n[10]=(m*S-v*E+b*x)*L,n[11]=(f*E-p*S-g*x)*L,n[12]=(c*B-u*T-h*C)*L,n[13]=(o*T-s*B+a*C)*L,n[14]=(v*w-m*M-y*x)*L,n[15]=(p*M-f*w+A*x)*L)},Ea=function(){function e(e,t){void 0===e&&(e=new o.Vector3),void 0===t&&(t=0),this.sample=e,this.timestampS=t}return e.prototype.set=function(e,t){this.sample=e,this.timestampS=t},e.prototype.copy=function(e){this.set(e.sample,e.timestampS)},e}(),Ma=function(){function e(e,t){this.kFilter=e,this.isDebug=t,this.currentAccelMeasurement=new Ea,this.currentGyroMeasurement=new Ea,this.previousGyroMeasurement=new Ea,ca()?this.filterQ=new o.Quaternion(-1,0,0,1):this.filterQ=new o.Quaternion(1,0,0,1),this.previousFilterQ=new o.Quaternion,this.previousFilterQ.copy(this.filterQ),this.accelQ=new o.Quaternion,this.isOrientationInitialized=!1,this.estimatedGravity=new o.Vector3,this.measuredGravity=new o.Vector3,this.gyroIntegralQ=new o.Quaternion}return e.prototype.addAccelMeasurement=function(e,t){this.currentAccelMeasurement.set(e,t)},e.prototype.addGyroMeasurement=function(e,t){this.currentGyroMeasurement.set(e,t);var i,n=t-this.previousGyroMeasurement.timestampS;i=n,isNaN(i)||i<=.001||i>1||this.run_(),this.previousGyroMeasurement.copy(this.currentGyroMeasurement)},e.prototype.getOrientation=function(){return this.filterQ},e.prototype.run_=function(){if(!this.isOrientationInitialized)return this.accelQ=this.accelToQuaternion_(this.currentAccelMeasurement.sample),this.previousFilterQ.copy(this.accelQ),void(this.isOrientationInitialized=!0);var e=this.currentGyroMeasurement.timestampS-this.previousGyroMeasurement.timestampS,t=this.gyroToQuaternionDelta_(this.currentGyroMeasurement.sample,e);this.gyroIntegralQ.multiply(t),this.filterQ.copy(this.previousFilterQ),this.filterQ.multiply(t);var i=new o.Quaternion;i.copy(this.filterQ),i.inverse(),this.estimatedGravity.set(0,0,-1),this.estimatedGravity.applyQuaternion(i),this.estimatedGravity.normalize(),this.measuredGravity.copy(this.currentAccelMeasurement.sample),this.measuredGravity.normalize();var n,r=new o.Quaternion;r.setFromUnitVectors(this.estimatedGravity,this.measuredGravity),r.inverse(),this.isDebug&&console.log("Delta: %d deg, G_est: (%s, %s, %s), G_meas: (%s, %s, %s)",ua*((n=r).w>1?0:2*Math.acos(n.w)),this.estimatedGravity.x.toFixed(1),this.estimatedGravity.y.toFixed(1),this.estimatedGravity.z.toFixed(1),this.measuredGravity.x.toFixed(1),this.measuredGravity.y.toFixed(1),this.measuredGravity.z.toFixed(1));var s=new o.Quaternion;s.copy(this.filterQ),s.multiply(r),this.filterQ.slerp(s,1-this.kFilter),this.previousFilterQ.copy(this.filterQ)},e.prototype.accelToQuaternion_=function(e){var t=new o.Vector3;t.copy(e),t.normalize();var i=new o.Quaternion;return i.setFromUnitVectors(new o.Vector3(0,0,-1),t),i.inverse(),i},e.prototype.gyroToQuaternionDelta_=function(e,t){var i=new o.Quaternion,n=new o.Vector3;return n.copy(e),n.normalize(),i.setFromAxisAngle(n,e.length()*t),i},e}(),Sa=function(){function e(e,t){this.predictionTimeS=e,this.isDebug=t,this.previousQ=new o.Quaternion,this.previousTimestampS=null,this.deltaQ=new o.Quaternion,this.outQ=new o.Quaternion}return e.prototype.getPrediction=function(e,t,i){if(!this.previousTimestampS)return this.previousQ.copy(e),this.previousTimestampS=i,e;var n=new o.Vector3;n.copy(t),n.normalize();var r=t.length();if(r<20*la)return this.isDebug&&console.log("Moving slowly, at %s deg/s: no prediction",(ua*r).toFixed(1)),this.outQ.copy(e),this.previousQ.copy(e),this.outQ;var s=r*this.predictionTimeS;return this.deltaQ.setFromAxisAngle(n,s),this.outQ.copy(this.previousQ),this.outQ.multiply(this.deltaQ),this.previousQ.copy(e),this.previousTimestampS=i,this.outQ},e}(),Ia=function(){function e(e){this.coefficients=e}return e.prototype.distortInverse=function(e){for(var t=0,i=1,n=e-this.distort(t);Math.abs(i-t)>1e-4;){var r=e-this.distort(i),o=i-r*((i-t)/(r-n));t=i,i=o,n=r}return i},e.prototype.distort=function(e){for(var t=e*e,i=0,n=0;n<this.coefficients.length;n++)i=t*(i+this.coefficients[n]);return(i+1)*e},e}(),Ca=function(){this.angularAcceleration=null,this.angularVelocity=null,this.linearAcceleration=null,this.linearVelocity=null,this.orientation=null,this.position=null},Ba=function(){this.leftDegrees=0,this.rightDegrees=0,this.upDegrees=0,this.downDegrees=0},Pa=function(){function e(e,t,i,n){this.viewer={id:"CardboardV1",label:"Cardboard I/O 2014",fov:40,interLensDistance:.06,baselineLensDistance:.035,screenLensDistance:.042,distortionCoefficients:[.441,.156],inverseCoefficients:[-.4410035,.42756155,-.4804439,.5460139,-.58821183,.5733938,-.48303202,.33299083,-.17573841,.0651772,-.01488963,.001559834]},this.device={widthMeters:.11,heightMeters:.062,bevelMeters:.004},this.depthNear=.01,this.depthFar=1e4,this.yawOnly=i,this.accelerometer=new o.Vector3,this.gyroscope=new o.Vector3,this.filter=new Ma(e,n),this.posePredictor=new Sa(t,n),this.isFirefoxAndroid=da(),this.isIOS=ca();var r=pa();this.isDeviceMotionInRadians=!this.isIOS&&null!==r&&r<66,this.isWithoutDeviceMotion=fa()||Aa(),this.filterToWorldQ=new o.Quaternion,ca()?this.filterToWorldQ.setFromAxisAngle(new o.Vector3(1,0,0),Math.PI/2):this.filterToWorldQ.setFromAxisAngle(new o.Vector3(1,0,0),-Math.PI/2),this.inverseWorldToScreenQ=new o.Quaternion,this.worldToScreenQ=new o.Quaternion,this.originalPoseAdjustQ=new o.Quaternion;var s="undefined"!=typeof window?-window.orientation*Math.PI/180:0;this.originalPoseAdjustQ.setFromAxisAngle(new o.Vector3(0,0,1),s),this.setScreenTransform_(),ma()&&this.filterToWorldQ.multiply(this.inverseWorldToScreenQ),this.resetQ=new o.Quaternion,this.orientationOut_=new Float32Array(4),this.previousTimestampS=Date.now()}return e.prototype.getPosition=function(){return null},e.prototype.getOrientation=function(){var e;if(this.isWithoutDeviceMotion&&this._deviceOrientationQ){this.deviceOrientationFixQ=this.deviceOrientationFixQ||function(){var e=(new o.Quaternion).setFromAxisAngle(new o.Vector3(0,0,-1),0),t=new o.Quaternion;return"undefined"!=typeof window&&-90===window.orientation?t.setFromAxisAngle(new o.Vector3(0,1,0),Math.PI/-2):t.setFromAxisAngle(new o.Vector3(0,1,0),Math.PI/2),e.multiply(t)}(),this.deviceOrientationFilterToWorldQ=this.deviceOrientationFilterToWorldQ||((i=new o.Quaternion).setFromAxisAngle(new o.Vector3(1,0,0),-Math.PI/2),i),e=this._deviceOrientationQ;var t=new o.Quaternion;return t.copy(e),t.multiply(this.deviceOrientationFilterToWorldQ),t.multiply(this.resetQ),t.multiply(this.worldToScreenQ),t.multiplyQuaternions(this.deviceOrientationFixQ,t),this.yawOnly&&(t.x=0,t.z=0,t.normalize()),this.orientationOut_[0]=t.x,this.orientationOut_[1]=t.y,this.orientationOut_[2]=t.z,this.orientationOut_[3]=t.w,this.orientationOut_}var i,n=this.filter.getOrientation();e=this.posePredictor.getPrediction(n,this.gyroscope,this.previousTimestampS);var r=new o.Quaternion;return r.copy(this.filterToWorldQ),r.multiply(this.resetQ),r.multiply(e),r.multiply(this.worldToScreenQ),this.yawOnly&&(r.x=0,r.z=0,r.normalize()),this.orientationOut_[0]=r.x,this.orientationOut_[1]=r.y,this.orientationOut_[2]=r.z,this.orientationOut_[3]=r.w,this.orientationOut_},e.prototype.getPose=function(){var e=new Ca;return e.orientation=this.getOrientation(),e},e.prototype.resetPose=function(){this.resetQ.copy(this.filter.getOrientation()),this.resetQ.x=0,this.resetQ.y=0,this.resetQ.z*=-1,this.resetQ.normalize(),ma()&&this.resetQ.multiply(this.inverseWorldToScreenQ),this.resetQ.multiply(this.originalPoseAdjustQ)},e.prototype.getFrameData=function(e){var t=this.getOrientation(),i=this.getEyeOffset(),n=this.getEyeProjectionMatrix();return e.pose.angularAcceleration=null,e.pose.angularVelocity=null,e.pose.linearAcceleration=null,e.pose.linearVelocity=null,e.pose.orientation=t,e.pose.position=null,e.timestamp=this.previousTimestampS,e.leftProjectionMatrix.set(n.left),e.rightProjectionMatrix.set(n.right),wa(e.leftViewMatrix,t,i.left),wa(e.rightViewMatrix,t,i.right),e},e.prototype.start=function(){if("undefined"==typeof window)return function(){};var e=this.onDeviceMotion_.bind(this),t=this.onOrientationChange_.bind(this),i=this.onMessage_.bind(this),n=this.onDeviceOrientation_.bind(this);return ca()&&function(){if("undefined"==typeof window)return!1;if("undefined"==typeof document)return!1;var e=window.self!==window.top,t=ba(document.referrer),i=ba(window.location.href);return e&&t!==i}()&&window.addEventListener("message",i),window.addEventListener("orientationchange",t),this.isWithoutDeviceMotion?window.addEventListener("deviceorientation",n):window.addEventListener("devicemotion",e),function(){window.removeEventListener("devicemotion",e),window.removeEventListener("deviceorientation",t),window.removeEventListener("orientationchange",t),window.removeEventListener("message",i)}},e.prototype.getEyeOffset=function(){return{left:[.5*-this.viewer.interLensDistance,0,0],right:[.5*this.viewer.interLensDistance,0,0]}},e.prototype.getEyeProjectionMatrix=function(){var e=this.getEyeFieldOfView(),t=this.depthNear,i=this.depthFar,n={left:[],right:[]},r=e.left.upDegrees*la,o=e.left.downDegrees*la,s=2/((l=e.left.leftDegrees*la)+(u=e.left.rightDegrees*la)),a=2/(r+o);n.left[0]=s,n.left[1]=0,n.left[2]=0,n.left[3]=0,n.left[4]=0,n.left[5]=a,n.left[6]=0,n.left[7]=0,n.left[8]=-(l-u)*s*.5,n.left[9]=(r-o)*a*.5,n.left[10]=i/(t-i),n.left[11]=-1,n.left[12]=0,n.left[13]=0,n.left[14]=i*t/(t-i),n.left[15]=0;var l,u;r=e.right.upDegrees*la,o=e.right.downDegrees*la,s=2/((l=e.right.leftDegrees*la)+(u=e.right.rightDegrees*la)),a=2/(r+o);return n.right[0]=s,n.right[1]=0,n.right[2]=0,n.right[3]=0,n.right[4]=0,n.right[5]=a,n.right[6]=0,n.right[7]=0,n.right[8]=-(l-u)*s*.5,n.right[9]=(r-o)*a*.5,n.right[10]=i/(t-i),n.right[11]=-1,n.right[12]=0,n.right[13]=0,n.right[14]=i*t/(t-i),n.right[15]=0,n},e.prototype.getEyeFieldOfView=function(){var e=this.viewer,t=this.device,i=new Ia(e.distortionCoefficients),n=e.screenLensDistance,r=(t.widthMeters-e.interLensDistance)/2,o=e.interLensDistance/2,s=e.baselineLensDistance-t.bevelMeters,a=t.heightMeters-s,l=ua*Math.atan(i.distort(r/n)),u=ua*Math.atan(i.distort(o/n)),c=ua*Math.atan(i.distort(s/n)),h=ua*Math.atan(i.distort(a/n)),d=new Ba,p=new Ba;return d.leftDegrees=Math.min(l,e.fov),d.rightDegrees=Math.min(u,e.fov),d.downDegrees=Math.min(c,e.fov),d.upDegrees=Math.min(h,e.fov),p.leftDegrees=d.rightDegrees,p.rightDegrees=d.leftDegrees,p.upDegrees=d.upDegrees,p.downDegrees=d.downDegrees,{left:d,right:p}},e.prototype.onDeviceOrientation_=function(e){this._deviceOrientationQ=this._deviceOrientationQ||new o.Quaternion;var t=e.alpha,i=e.beta,n=e.gamma;t=(t||0)*Math.PI/180,i=(i||0)*Math.PI/180,n=(n||0)*Math.PI/180,this._deviceOrientationQ.setFromEuler(new o.Euler(t,i,-n,"YXZ"))},e.prototype.onDeviceMotion_=function(e){this.updateDeviceMotion_(e)},e.prototype.updateDeviceMotion_=function(e){var t=e.accelerationIncludingGravity,i=e.rotationRate,n=e.timeStamp/1e3,r=n-this.previousTimestampS;return r<0?(ya("fusion-pose-sensor:invalid:non-monotonic","Invalid timestamps detected: non-monotonic timestamp from devicemotion"),void(this.previousTimestampS=n)):r<=.001||r>1?(ya("fusion-pose-sensor:invalid:outside-threshold","Invalid timestamps detected: Timestamp from devicemotion outside expected range."),void(this.previousTimestampS=n)):(t&&(this.accelerometer.set(-t.x,-t.y,-t.z),i&&(ga()?this.gyroscope.set(-i.beta,i.alpha,i.gamma):this.gyroscope.set(i.alpha,i.beta,i.gamma),this.isDeviceMotionInRadians||this.gyroscope.multiplyScalar(Math.PI/180),this.filter.addGyroMeasurement(this.gyroscope,n)),this.filter.addAccelMeasurement(this.accelerometer,n)),void(this.previousTimestampS=n))},e.prototype.onOrientationChange_=function(){this.setScreenTransform_()},e.prototype.onMessage_=function(e){var t=e.data;t&&t.type&&("devicemotion"===t.type.toLowerCase()&&this.updateDeviceMotion_(t.deviceMotionEvent))},e.prototype.setScreenTransform_=function(){switch(this.worldToScreenQ.set(0,0,0,1),"undefined"!=typeof window?window.orientation:0){case 0:break;case 90:this.worldToScreenQ.setFromAxisAngle(new o.Vector3(0,0,1),-Math.PI/2);break;case-90:this.worldToScreenQ.setFromAxisAngle(new o.Vector3(0,0,1),Math.PI/2)}this.inverseWorldToScreenQ.copy(this.worldToScreenQ),this.inverseWorldToScreenQ.inverse()},e}(),Ta=[0,0,.5,1],Ra=[.5,0,.5,1],Da=function(){function e(e){var t=this;this.renderer=e,this.sensor=new Pa(.98,.04,!1,!1),this.scale=1,this.cameraL=new o.PerspectiveCamera,this.cameraR=new o.PerspectiveCamera;var i=this.sensor.start();this.dispose=function(){var e=t.renderer.getSize(new o.Vector2);t.renderer.setScissor(0,0,e.width,e.height),t.renderer.setViewport(0,0,e.width,e.height),t.renderer.setScissorTest(!1),i()}}return e.prototype.render=function(e,t){var i=this.renderer.getSize(new o.Vector2);if(i.width>i.height){var n=e.autoUpdate;n&&(e.updateMatrixWorld(),e.autoUpdate=!1);var r={x:Math.round(i.width*Ta[0]),y:Math.round(i.height*Ta[1]),width:Math.round(i.width*Ta[2]),height:Math.round(i.height*Ta[3])},s={x:Math.round(i.width*Ra[0]),y:Math.round(i.height*Ra[1]),width:Math.round(i.width*Ra[2]),height:Math.round(i.height*Ra[3])};this.renderer.setScissorTest(!0),this.renderer.autoClear&&this.renderer.clear(),null===t.parent&&t.updateMatrixWorld(),t.matrixWorld.decompose(this.cameraL.position,this.cameraL.quaternion,this.cameraL.scale),t.matrixWorld.decompose(this.cameraR.position,this.cameraR.quaternion,this.cameraR.scale);var a=this.sensor.getEyeOffset();this.cameraL.translateOnAxis((new o.Vector3).fromArray(a.left),this.scale),this.cameraR.translateOnAxis((new o.Vector3).fromArray(a.right),this.scale);var l=this.sensor.getEyeProjectionMatrix();this.cameraL.projectionMatrix.elements=l.left.slice(),this.cameraR.projectionMatrix.elements=l.right.slice(),this.renderer.setViewport(r.x,r.y,r.width,r.height),this.renderer.setScissor(r.x,r.y,r.width,r.height),this.renderer.render(e,this.cameraL),this.renderer.setViewport(s.x,s.y,s.width,s.height),this.renderer.setScissor(s.x,s.y,s.width,s.height),this.renderer.render(e,this.cameraR),this.renderer.setViewport(0,0,i.width,i.height),this.renderer.setScissor(0,0,i.width,i.height),this.renderer.setScissorTest(!1),n&&(e.autoUpdate=!0)}else this.renderer.render(e,t)},e.prototype.dispose=function(){},e}(),La={zh:{TITLE:"眼镜模式",HIT:"请将手机横屏放入 VR 眼镜中"},en:{TITLE:"GLASSES MODE",HIT:"Please put the mobile phone horizontally into the VR glasses."},ja:{TITLE:"メガネモード",HIT:"携帯電話をVRメガネに水平に入れてください。"}},ka="undefined"!=typeof navigator&&null!==(xa=La[navigator.language.split("-")[0]])&&void 0!==xa?xa:La.zh,Fa="\n<style>\n.$id {\n all: initial;\n position: absolute;\n overflow: hidden;\n display: none;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n.$id-modal {\n width: 100%;\n height: 332px;\n position: absolute;\n bottom: -2px;\n left: 0;\n right: 0;\n overflow: hidden;\n pointer-events: none;\n will-change: transform;\n animation: $id-modal-fade-in 0.3s ease 1;\n}\n.$id-modal-bg {\n background: rgba(0, 0, 0, 0.75);\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n top: 0;\n}\n.$id-modal-bg-line {\n height: 1px;\n background-image: linear-gradient(\n 85deg,\n rgba(162, 177, 255, 0.3) 1%,\n rgba(120, 126, 255, 0.8) 30%,\n rgba(147, 218, 255, 0.8) 66%,\n rgba(250, 255, 184, 0.3) 92%\n );\n}\n.$id-modal-bg-wave svg {\n width: 375px;\n height: 61px;\n display: block;\n}\n.$id-modal-content {\n color: #ffffff;\n padding: 0 14px;\n position: absolute;\n bottom: 0;\n left: 0;\n right: 0;\n top: 0;\n overflow: hidden;\n}\n.$id-modal-content-title {\n font-size: 17px;\n font-family: sans-serif;\n line-height: 18px;\n padding: 20px 0;\n font-weight: bold;\n}\n.$id-modal-content-hit {\n font-size: 14px;\n font-family: sans-serif;\n line-height: 24px;\n opacity: 0.85;\n}\n.$id-modal-content-guide {\n position: relative;\n width: 168px;\n height: 139px;\n margin: 36px auto 0;\n}\n.$id-modal-content-guide-cardboard {\n position: absolute;\n width: 100px;\n height: 82px;\n left: 68px;\n top: 57px;\n}\n.$id-modal-content-guide-cardboard-image {\n width: 100px;\n height: 82px;\n background-image: url(".concat("data:image/png;base64,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",");\n background-size: 100%;\n background-repeat: no-repeat;\n}\n.$id-modal-content-guide-phone {\n position: absolute;\n width: 58px;\n height: 56px;\n left: 0;\n top: 0;\n}\n.$id-modal-content-guide-phone-move-x {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n will-change: transform;\n animation: $id-guide-move-x 4s 0.5s infinite;\n}\n.$id-modal-content-guide-phone-move-y {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n will-change: transform;\n animation: $id-guide-move-y 4s cubic-bezier(0.42, 0, 0.23, 0.98) 0.5s infinite;\n}\n.$id-modal-content-guide-phone-blink {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n will-change: opacity;\n animation: $id-guide-blink 4s 0.5s infinite;\n}\n.$id-modal-content-guide-phone-image {\n width: 58px;\n height: 56px;\n background-image: url(").concat("data:image/png;base64,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",');\n background-size: 100%;\n background-repeat: no-repeat;\n}\n.$id-modal-close {\n position: absolute;\n top: 20px;\n right: 14px;\n width: 14px;\n height: 14px;\n}\n.$id-modal-close svg {\n width: 14px;\n height: 14px;\n display: block;\n}\n\n@keyframes $id-modal-fade-in {\n 0% { transform: translate3d(0, 100%, 0); opacity: 0.5; }\n 100% { transform: translate3d(0, 0, 0); opacity: 1; }\n}\n@keyframes $id-guide-blink {\n 0% { opacity: 0; }\n 7% { opacity: 0; }\n 12% { opacity: 1; }\n 29% { opacity: 1; }\n 34% { opacity: 0.3; }\n 39% { opacity: 1; }\n 44% { opacity: 0.3; }\n 49% { opacity: 1; }\n 80% { opacity: 1; }\n 100% { opacity: 0; }\n}\n@keyframes $id-guide-move-x {\n 0% { transform: translate3d(0, 0, 0); }\n 57% { transform: translate3d(0, 0, 0); }\n 80% { transform: translate3d(70px, 0, 0); }\n 100% { transform: translate3d(70px, 0, 0); }\n}\n@keyframes $id-guide-move-y {\n 0% { transform: translate3d(0, 0, 0); }\n 57% { transform: translate3d(0, 0, 0); }\n 80% { transform: translate3d(0, 58px, 0); }\n 100% { transform: translate3d(0, 58px, 0); }\n}\n@media screen and (orientation: portrait) {\n .$id {\n display: block;\n }\n}\n</style>\n<div class="$id-modal">\n <div class="$id-modal-bg">\n <div class="$id-modal-bg-line"></div>\n <div class="$id-modal-bg-wave">\n <svg width="375" height="61" viewBox="0 0 375 61" version="1.1" xmlns="http://www.w3.org/2000/svg">\n <defs>\n <linearGradient x1="0" y1="0%" x2="0" y2="100%" id="$id-2y6_dj_hgp">\n <stop stop-color="#8598FF" stop-opacity="0.15" offset="0%"></stop>\n <stop stop-color="#000" stop-opacity="0" offset="100%"></stop>\n </linearGradient>\n </defs>\n <path transform="translate(187.5, 30.5) scale(-1, 1) translate(-187.5, -30.5)" fill="url(#$id-2y6_dj_hgp)" d="\nM0,1\nC83.001,1.706 140.146,4.164 171.435,8.374\nC218.369,14.688 253.467,26.308 273.002,33\nC292.536,39.691323.501,51 343.709,56\nC357.182,59.333 367.612,61 375,61\nL375,0\nL0,0\nL0,1\nZ\n"></path>\n </svg>\n </div>\n </div>\n <div class="$id-modal-content">\n <div class="$id-modal-content-title">').concat(ka.TITLE,'</div>\n <div class="$id-modal-content-hit">').concat(ka.HIT,'</div>\n <div class="$id-modal-content-guide">\n <div class="$id-modal-content-guide-phone">\n <div class="$id-modal-content-guide-phone-move-x">\n <div class="$id-modal-content-guide-phone-move-y">\n <div class="$id-modal-content-guide-phone-blink">\n <div class="$id-modal-content-guide-phone-image"></div>\n </div>\n </div>\n </div>\n </div>\n <div class="$id-modal-content-guide-cardboard">\n <div class="$id-modal-content-guide-cardboard-image"></div>\n </div>\n </div>\n </div>\n <div class="$id-modal-close">\n <svg width="14" height="14" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg">\n <defs>\n <radialGradient cx="50%" cy="50%" fx="50%" fy="50%" r="70%" id="$id-ho0itsc4p9">\n <stop stop-color="#FFF" stop-opacity="0.75" offset="0%"></stop>\n <stop stop-color="#FFF" stop-opacity="0.22" offset="100%"></stop>\n </radialGradient>\n </defs>\n <path transform="translate(-3, -3)" fill="url(#$id-ho0itsc4p9)" fill-rule="nonzero" d="\nM16.791,3.198\nC17.044,3.438 17.067,3.814 16.860,4.080\nL16.791,4.156\nL12.144,9.331\nC11.803,9.711 11.803,10.288 12.144,10.668\nL16.791,15.843\nC17.044,16.084 17.067,16.460 16.860,16.725\nL16.791,16.801\nC16.538,17.042 16.142,17.063 15.864,16.867\nL15.784,16.801\nL10.000,11.250\nL4.215,16.801\nL4.135,16.867\nC3.857,17.063 3.461,17.042 3.208,16.801\nL3.208,16.801\nL3.139,16.725\nC2.932,16.460 2.955,16.084 3.208,15.843\nL3.208,15.843\nL7.855,10.668\nC8.196,10.288 8.196,9.711 7.855,9.331\nL7.855,9.331\nL3.208,4.156\nL3.139,4.080\nC2.932,3.814 2.955,3.438 3.208,3.198\nC3.486,2.933 3.937,2.933 4.215,3.198\nL4.215,3.198 L9.999,8.749\nL15.784,3.198\nC16.062,2.933 16.513,2.933 16.791,3.198\nZ\n"></path>\n </svg>\n </div>\n</div>\n');function Na(e){for(var t=1,i=document.getElementsByTagName("meta"),n=0;n<i.length;n++){var r=i[n];if("viewport"===r.getAttribute("name")){var o=(r.getAttribute("content")||"").match(/initial\-scale\=([\d|\.]+)/);o&&(t=Number(o[1])),isNaN(t)&&(t=1)}}return Fa.replace(/\n/g," ").replace(/\ +/g," ").replace(/\$id/g,e).replace(/(\d+)px/g,(function(e,i){return function(e){return Math.floor(e*t)+"px"}(Number(i))}))}var Oa=new o.CircleBufferGeometry(.12,16),Qa=function(){var e=Qr(),t=new o.Texture;return e.onload=function(){if("undefined"!=typeof document){var i=256,n=document.createElement("canvas");n.setAttribute("width",String(i)),n.setAttribute("height",String(i));var r=n.getContext("2d");if(r){r.drawImage(e,0,0,i,i),r.globalCompositeOperation="source-out";var o=128;r.beginPath(),r.lineWidth=6.4,r.arc(o,o,83.2,0,2*Math.PI),r.strokeStyle="rgba(255, 255, 255, 1.0)",r.closePath(),r.stroke(),t.image=n,t.needsUpdate=!0}}},e.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAR9JREFUOBF10kFOAzEMBdCZFhCbrrgAN+NqHIULsWKDKO3gF+VHoZpa+rXjfH87nq7btr0ty3KZ8FsxnHeQPL748lA/x0Jsq+AwYe0X8nDtGA33BEJUHIEKW/EorHOLI7BHNlkEbju38YkQAIRZxFkHz2HOirKDxNcIzG+fu/6oLiNmqc5ZrlwTeKyAgJF14tMZmSn87pBrxeX/CRABgk/dl1s+C18dio2Pp9nmCQru2UtdvN+7lI9AFsgb3zNMcSp8FF4LYs3UhLfOAvkDJffci8q1J/ByRLKnQ8gUJUFOd2SeZYliCxwiyJCxCbhUGFKF4zPm61hiq7sVyJnPmATyR5IzLSNyDNEFRCDnkAmA8U2RfCsIefYhDeKOQLv7A+l1ZTyjymNxAAAAAElFTkSuQmCC",t}(),Va=function(){if("undefined"!=typeof document){var e=document.createElement("canvas");e.setAttribute("width",String(512)),e.setAttribute("height",String(512));var t=e.getContext("2d");if(t){var i=256;return t.beginPath(),t.arc(i,i,192,0,2*Math.PI),t.fillStyle="rgba(255, 255, 255, 0.1)",t.closePath(),t.fill(),t.save(),t.beginPath(),t.arc(i,i,192,0,2*Math.PI),t.strokeStyle="rgba(255, 255, 255, 0.5)",t.lineWidth=10.24,t.closePath(),t.stroke(),new o.CanvasTexture(e)}}return null}(),_a=function(){if("undefined"!=typeof document){var e=512,t=document.createElement("canvas");t.setAttribute("width",String(e)),t.setAttribute("height",String(e));var i=t.getContext("2d");if(i){var n=256;i.arc(n,n,192,0,2*Math.PI),i.fillStyle="rgba(85, 90, 255, 0.6)",i.shadowBlur=25.6,i.shadowColor="rgba(255, 255, 255, 0.6)",i.fill(),i.arc(n,n,192,0,2*Math.PI);var r=i.createRadialGradient(n,n,0,n,n,n);r.addColorStop(0,"rgba(255, 255, 255, 0.0)"),r.addColorStop(.5,"rgba(255, 255, 255, 0.0)"),r.addColorStop(1,"rgba(255, 255, 255, 0.2)"),i.fillStyle=r,i.fill(),i.lineWidth=4.8,i.arc(n,n,187.2,0,2*Math.PI);var s=i.createLinearGradient(0,0,0,e);return s.addColorStop(.02,"rgba(255, 255, 255, 1.0)"),s.addColorStop(.2,"rgba(255, 255, 255, 0.0)"),s.addColorStop(.8,"rgba(255, 255, 255, 0.0)"),s.addColorStop(.98,"rgba(255, 255, 255, 1.0)"),i.strokeStyle=s,i.stroke(),new o.CanvasTexture(t)}}return null}(),Ha=function(){if("undefined"!=typeof document){var e=512,t=document.createElement("canvas");t.setAttribute("width",String(e)),t.setAttribute("height",String(e));var i=t.getContext("2d");if(i){var n=256,r=179.2;i.arc(n,n,r,0,2*Math.PI),i.fillStyle="rgba(255, 255, 255, 0.4)",i.shadowBlur=25.6,i.shadowColor="rgba(255, 255, 255, 0.6)",i.fill(),i.arc(n,n,r,0,2*Math.PI);var s=i.createRadialGradient(n,n,0,n,n,n);s.addColorStop(0,"rgba(255, 255, 255, 0.0)"),s.addColorStop(.5,"rgba(255, 255, 255, 0.0)"),s.addColorStop(1,"rgba(255, 255, 255, 0.5)"),i.fillStyle=s,i.fill(),i.lineWidth=4.8,i.arc(n,n,r-4.8,0,2*Math.PI);var a=i.createLinearGradient(0,0,0,e);return a.addColorStop(.02,"rgba(255, 255, 255, 1.0)"),a.addColorStop(.2,"rgba(255, 255, 255, 0.0)"),a.addColorStop(.8,"rgba(255, 255, 255, 0.0)"),a.addColorStop(.98,"rgba(255, 255, 255, 1.0)"),i.strokeStyle=a,i.stroke(),new o.CanvasTexture(t)}}return null}(),Ua=function(){if("undefined"!=typeof document){var e=512,t=document.createElement("canvas");t.setAttribute("width",String(e)),t.setAttribute("height",String(e));var i=t.getContext("2d");if(i){var n=256,r=217.6,s=64;i.lineWidth=s,i.arc(n,n,r,0,2*Math.PI),i.strokeStyle="rgba(147, 162, 255, 0.3)",i.shadowBlur=25.6,i.shadowColor="rgba(255, 255, 255, 0.6)",i.stroke(),i.lineWidth=s,i.arc(n,n,r,0,2*Math.PI);var a=i.createRadialGradient(n,n,185.6,n,n,249.6);a.addColorStop(0,"rgba(255, 255, 255, 0.5)"),a.addColorStop(.3,"rgba(255, 255, 255, 0.0)"),a.addColorStop(.7,"rgba(255, 255, 255, 0.0)"),a.addColorStop(1,"rgba(255, 255, 255, 0.5)"),i.strokeStyle=a,i.stroke(),i.beginPath(),i.lineWidth=4,i.arc(n,n,245.6,0,2*Math.PI);var l=i.createLinearGradient(0,0,e,0);return l.addColorStop(.02,"rgba(255, 255, 255, 1.0)"),l.addColorStop(.1,"rgba(255, 255, 255, 0.0)"),l.addColorStop(.9,"rgba(255, 255, 255, 0.0)"),l.addColorStop(.98,"rgba(255, 255, 255, 1.0)"),i.strokeStyle=l,i.stroke(),new o.CanvasTexture(t)}}return null}(),qa=function(e){function i(){var i=e.call(this)||this;i.progress=0,i.opacity=0,i.loading=!1,i.current=!1,i.disabled=!1,i.opacityMotion=new Ur({opacity:0}),i.loadingMotion=new Ur({opacity:0}),i.currentMotion=new Ur({ringScale:1.1,ringOpacity:0,circleFade:0,circleOpacity:.5,circleScale:1});var n={blending:o.CustomBlending,blendSrc:o.SrcAlphaFactor,blendDst:o.OneMinusSrcAlphaFactor,blendSrcAlpha:o.OneFactor,blendDstAlpha:o.OneMinusSrcAlphaFactor,depthWrite:!1,transparent:!0};return i.hitTestMesh=new o.Mesh(Oa,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{color:0,opacity:0}))),i.hitTestMesh.scale.set(1.5,1.5,1.5),i.centerMesh=new o.Mesh(Oa,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:_a,opacity:0}))),i.centerMesh2=new o.Mesh(Oa,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Ha,opacity:0}))),i.ringMesh=new o.Mesh(Oa,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Ua,opacity:0}))),i.loadingMesh=new o.Mesh(Oa,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Qa,opacity:.8}))),i.disableMesh=new o.Mesh(Oa,new o.MeshBasicMaterial(t.__assign(t.__assign({},n),{map:Va}))),i.loadingMesh.visible=!1,i.disableMesh.visible=!1,i.hitTestMesh.position.z=0,i.ringMesh.position.z=.003,i.disableMesh.position.z=.002,i.centerMesh.position.z=.002,i.centerMesh2.position.z=.002,i.loadingMesh.position.z=.005,i.hitTestMesh.frustumCulled=!1,i.centerMesh.frustumCulled=!1,i.centerMesh2.frustumCulled=!1,i.ringMesh.frustumCulled=!1,i.loadingMesh.frustumCulled=!1,i.disableMesh.frustumCulled=!1,i.add(i.hitTestMesh),i.add(i.centerMesh),i.add(i.centerMesh2),i.add(i.ringMesh),i.add(i.loadingMesh),i.add(i.disableMesh),i.renderOrder=1e4,i.needsRender=!0,i}return t.__extends(i,e),i.prototype.setProgress=function(e){this.progress=e,this.setLoading(e>0)},i.prototype.setOpacity=function(e){this.opacity!==e&&(this.opacity=e=xr(e,0,1),this.opacityMotion.set({opacity:e},30).catch(Ve))},i.prototype.setCurrent=function(e){if(this.current!==e){if(e){var i=[{progress:0,value:{ringScale:2,ringOpacity:0,circleFade:0,circleOpacity:.5,circleScale:1}},{progress:.05,value:{ringScale:1,ringOpacity:1,circleFade:0,circleOpacity:.5,circleScale:1}},{progress:.15,value:{ringScale:1.2,ringOpacity:1,circleFade:0,circleOpacity:.5,circleScale:1}},{progress:.25,value:{ringScale:1.1,ringOpacity:1,circleFade:0,circleOpacity:.5,circleScale:1}},{progress:.8,value:{ringScale:1.1,ringOpacity:1,circleFade:1,circleOpacity:1,circleScale:1}},{progress:.9,value:{ringScale:1.1,ringOpacity:1,circleFade:1,circleOpacity:1,circleScale:.8}},{progress:.92,value:{ringScale:1.1,ringOpacity:1,circleFade:1,circleOpacity:1,circleScale:.8}},{progress:1,value:{ringScale:1.1,ringOpacity:1,circleFade:1,circleOpacity:.3,circleScale:1.1}}];this.currentMotion.setKeyframes(i,1500).catch(Ve)}else{i=[{progress:0,value:t.__assign({},this.currentMotion.value)},{progress:1,value:{ringScale:1.1,ringOpacity:0,circleFade:0,circleOpacity:.5,circleScale:1}}];this.currentMotion.setKeyframes(i,200).catch(Ve)}this.current=e}},i.prototype.setLoading=function(e){this.loading!==e&&(e?this.loadingMotion.setKeyframes([{progress:0,value:{opacity:0}},{progress:.3,value:{opacity:0}},{progress:1,value:{opacity:.8}}],500):this.loadingMotion.set({opacity:0},0),this.loading=e,!0===this.disabled&&this.setDisabled(!1),this.needsRender=!0)},i.prototype.setDisabled=function(e){this.disabled!==e&&(this.disabled=e,!0===this.loading&&this.setLoading(!1),this.disableMesh.visible=e,this.centerMesh.visible=!e,this.needsRender=!0)},i.prototype.tap=function(){return Promise.resolve()},i.prototype.updateTime=function(e,t){this.opacityMotion.update(e),this.currentMotion.update(e),this.loadingMotion.update(e);var i=this.opacityMotion.value.opacity,n=this.currentMotion.value,r=n.ringScale,o=n.ringOpacity,s=n.circleFade,a=n.circleOpacity,l=n.circleScale;if(this.ringMesh.scale.set(r,r,r),this.centerMesh.scale.set(l,l,l),this.centerMesh2.scale.set(l,l,l),this.ringMesh.material.opacity=o*i,this.centerMesh.material.opacity=(1-s)*i,this.centerMesh2.material.opacity=s*a*i,this.loadingMotion.value.opacity>0){this.loadingMesh.visible=!0,this.loadingMesh.material.opacity=this.loadingMotion.value.opacity,this.loadingMesh.rotateZ(-t/200);var u=this.opacityMotion.value.opacity,c=1.1;this.centerMesh.scale.set(c,c,c),this.centerMesh2.scale.set(c,c,c),this.centerMesh.material.opacity=0*u,this.centerMesh2.material.opacity=.2*u}else this.loadingMesh.visible=!1;this.needsRender=!0},i.prototype.dispose=function(){this.currentMotion.dispose(),this.opacityMotion.dispose(),this.loadingMotion.dispose(),this.ringMesh.material.dispose(),this.disableMesh.material.dispose(),this.centerMesh.material.dispose(),this.loadingMesh.material.dispose()},i}(o.Object3D),za=function(e){function i(t){var n=this,r=i.parseArgs(t);(n=e.call(this,r)||this).cardboard=new Da(n.renderer);var o,s,a,l=(o="five_vr_helper_"+tr(),s=Na(o),(a=document.createElement("div")).className=o,a.innerHTML=s,a);n.helperElement=l;var u=new gs(l);return n.element.parentNode&&(n.element.parentNode.insertBefore(l,n.element),n.setHelperElementSize(),u.on("tap",(function(){return n.emit("vrWantsToExit")}))),n.destroyHelper=function(){u.destroy(),l.parentNode&&l.parentNode.removeChild(l),delete n.helperElement},n.boundingMesh.visible=!0,n}return t.__extends(i,e),i.parseArgs=function(i){var n=t.__assign(t.__assign({},i),{maxLatitude:Math.PI/2,minLatitude:-Math.PI/2});return e.parseArgs.call(this,n)},i.initAnimationEndPose=function(t){var i=this.parseArgs(t);return e.initAnimationEndPose.call(this,i)},i.prototype.destroy=function(){e.prototype.destroy.call(this),this.cardboard.dispose(),this.destroyHelper();for(var t=0,i=this.panoMeshes;t<i.length;t++){var n=i[t];this.helper.remove(n),n.dispose()}this.panoMeshes.length=0},i.prototype.isReady=function(){return!1},i.prototype.updateRenderSize=function(){this.needsRender=!0,this.setHelperElementSize()},i.prototype.updatePanoMeshes=function(){var e=this;this.panoMeshes.forEach((function(t){e.helper.remove(t),t.dispose()})),this.panoMeshes.length=0;for(var t=0;t<this.work.observers.length;t++){var i=this.work.observers[t],n=new qa;n.name="panoSphere_".concat(this.work.workCode,"_").concat(t),n.position.copy(i.position),n.needsRender=!0,this.helper.add(n),this.panoMeshes[t]=n}},i.prototype.updateTime=function(e,t){var i,n;if(!this.destroyed){this.needsRender=!0;var r={},s={};if(!1===this.locationMotion.ended){this.locationMotion.update(e);var a=this.locationMotion.getKeyFrameSegment(e),l=a[0],u=a[1],c=this.panoResourceFromLocationMotionKeyframe(l),h=this.panoResourceFromLocationMotionKeyframe(u),d=this.panoResourceFromLocationMotionKeyframe(this.locationMotion.keyframes[0]),p=this.panoResourceFromLocationMotionKeyframe(this.locationMotion.keyframes[this.locationMotion.keyframes.length-1]),f=c.position,A=h.position,g=this.locationMotion.value.count-u.value.count+1;r.modelAlpha=this.locationMotion.value.modelAlpha,r.perspToOrtho=xr(1-10*(1-this.locationMotion.value.perspToOrtho),0,1),r.useBlackTransition="instant"===h.effect,h.panoPicture&&(g<1?c.panoPicture&&(r.pano0=c.panoPicture):r.pano0=h.panoPicture,r.pano1=h.panoPicture),"fade"===h.effect&&(r.pano0&&c.panoPicture&&(r.pano0={map:r.pano0.map,luminanceMap:r.pano0.luminanceMap,matrix:c.panoPicture.matrix.clone().setPosition(h.position)}),f.copy(A)),r.progress=g,s.distance=this.locationMotion.value.distance,s.offset=new o.Vector3(f.x+(A.x-f.x)*g,f.y+(A.y-f.y)*g,f.z+(A.z-f.z)*g);for(var m=[],v=[],y=0,b=this.locationMotion.keyframes;y<b.length;y++){var x=b[y],w=x.key,E=x.progress;void 0!==w&&(m.push(w),E>=this.locationMotion.progress&&v.push(w))}for(var M=0,S=Object.keys(this.panoResources);M<S.length;M++){var I=S[M];if(!(v.indexOf(I)>=0)){var C=this.panoResources[I];if(C.panoPicture){var B=C.panoPicture.map;if(B){if(B===(null===(i=r.pano0)||void 0===i?void 0:i.map))continue;if(B===(null===(n=r.pano1)||void 0===n?void 0:n.map))continue;B.dispose(),C.panoPicture=null}}m.indexOf(I)>=0||delete this.panoResources[I]}}this.currentPanoIndex=g<.5?c.panoIndex:h.panoIndex,this.emit("movingToPano",p.panoIndex,d.panoIndex,this.locationMotion.progress)}!1===fs(r)&&(this.model.setMaterial(r),this.boundingMesh.setMaterial(r)),s.offset&&this.camera.position.copy(s.offset);var P=this.camera.pose.longitude,T=this.camera.pose.latitude;this.camera.quaternion.fromArray(this.cardboard.sensor.getOrientation()),this.camera.updateMatrixWorld(),this.camera.computePose();for(var R=this.work.observers[this.currentPanoIndex].visibleNodes.concat(this.currentPanoIndex),D=0;D<this.work.observers.length;D++){var L=this.work.observers[D];if((N=this.panoMeshes[D]).visible=!0,L.loadable||L.active){if(-1===R.indexOf(D))N.visible=!1;else{N.visible=!0;var k=N.position.clone().setY(this.camera.position.y).distanceTo(this.camera.position);k<.05?N.setOpacity(0):N.setOpacity(xr(1.5/k,0,1)),this.currentPanoIndex===D&&N.setOpacity(0)}N.lookAt(this.camera.position)}else N.visible=!0}var F=this.intersect(e);for(D=0;D<this.work.observers.length;D++){null==(N=this.panoMeshes[D])||N.setCurrent(N===F)}for(D=0;D<this.work.observers.length;D++){var N;(N=this.panoMeshes[D])&&N.updateTime&&N.updateTime(e,t)}P===this.camera.pose.longitude&&T===this.camera.pose.latitude||(this.cameraMotion.set(It(this.camera.pose,["longitude","latitude"]),0).catch(Ve),this.emit("cameraDirectionUpdate",It(this.camera.pose,["longitude","latitude"]),!0),this.emit("cameraUpdate",As(It(this.camera.pose,["longitude","latitude","fov","offset","distance"])),!0))}},i.prototype.render=function(){this.cardboard.render(this.scene,this.camera)},i.prototype.setCamera=function(e){},i.prototype.destroyHelper=function(){},i.prototype.setHelperElementSize=function(){if(this.helperElement){var e=new o.Vector2(this.element.offsetWidth,this.element.offsetHeight),t=e.x*this.scissor.left,i=e.y*(1-this.scissor.bottom-this.scissor.height),n=e.x*this.scissor.width,r=e.y*this.scissor.height;this.helperElement.style.marginLeft=t+"px",this.helperElement.style.marginTop=i+"px",this.helperElement.style.width=n+"px",this.helperElement.style.height=r+"px"}},i.prototype.intersect=function(e){var t;if(!1===this.locationMotion.ended)return this.intersectMesh.visible=!1,delete this.activePanoMesh,void delete this.activeTime;if(this.activePanoMesh&&this.activeTime&&e-this.activeTime>1500){var i=this.activePanoMesh;return(u=this.panoMeshes.indexOf(i))>=0&&this.moveToPano(u,{},!0),delete this.activePanoMesh,delete this.activeTime,i}for(var n=this.camera.getWorldDirection(new o.Vector3),r=new o.Raycaster(this.camera.position,n),s=void 0,a=[],l=this.work.observers[this.currentPanoIndex].visibleNodes,u=0;u<this.work.observers.length;u++){var c=this.panoMeshes[u];if(-1!==l.indexOf(u)){var h=r.intersectObject(null!==(t=c.hitTestMesh)&&void 0!==t?t:c,!0)[0];h&&a.push({panoMesh:c,intersection:h})}}var d=a.sort((function(e,t){return e.intersection.distance-t.intersection.distance}))[0];if(d?(s=d.intersection,this.activePanoMesh!==d.panoMesh&&(this.activePanoMesh=d.panoMesh,this.activeTime=e),this.intersectMesh.position.copy(d.panoMesh.position),this.intersectMesh.lookAt(this.camera.position),this.intersectMesh.visible=!1):(this.activePanoMesh=void 0,this.activeTime=void 0),!s)if((s=this.model.intersectRaycaster(r)[0])&&s.face){var p=s.face.normal,f=new o.Quaternion;f.setFromUnitVectors(new o.Vector3(0,0,1),p),this.intersectMesh.quaternion.copy(f);var A=p.clone().multiplyScalar(.05),g=s.point.clone().add(A);this.intersectMesh.position.copy(g),this.intersectMesh.visible=!0,this.emit("intersectionOnModelUpdate",s,this.intersectMesh)}else this.intersectMesh.visible=!1,this.emit("intersectionHidden");return null==d?void 0:d.panoMesh},i.prototype.onPanGesture=function(){},i.prototype.onTapGesture=function(){},i.prototype.onPinchGesture=function(){},i.prototype.onMouseMove=function(){},i.prototype.onMouseOut=function(){},i}(aa),ja=function(e){function i(t){var n,r,o,s,a=this,l=i.parseArgs(t);return(a=e.call(this,l)||this).currentPanoIndex=l.initial[0],a.locationMotion=new Ur({x:a.camera.pose.offset.x,y:a.camera.pose.offset.y,z:a.camera.pose.offset.z,distance:a.camera.pose.distance,modelAlpha:null!==(r=null===(n=a.model.getMaterial())||void 0===n?void 0:n.modelAlpha)&&void 0!==r?r:0,perspToOrtho:null!==(s=null===(o=a.model.getMaterial())||void 0===o?void 0:o.perspToOrtho)&&void 0!==s?s:0}),a}return t.__extends(i,e),i.parseArgs=function(t){return e.parseArgs.call(this,t)},i.initAnimationEndPose=function(t){var i=this.parseArgs(t);return e.initAnimationEndPose.call(this,i)},i.prototype.destroy=function(){e.prototype.destroy.call(this),this.locationMotion.dispose()},i.prototype.isReady=function(){return!1!==this.locationMotion.ended&&e.prototype.isReady.call(this)},i.prototype.updateWork=function(e,t,i,n,r){this.work=e,this.currentPanoIndex=t,this.hideIntersectMesh();var o={duration:0,longitude:i.longitude,latitude:i.latitude,fov:i.fov};return this.moveToPano(t,o,r),!0},i.prototype.updateTime=function(e,t){if(!this.destroyed){var i={},n={};if(!this.locationMotion.ended){this.locationMotion.update(e),i.modelAlpha=this.locationMotion.value.modelAlpha,i.perspToOrtho=xr(1-10*(1-this.locationMotion.value.perspToOrtho),0,1),n.distance=this.locationMotion.value.distance,n.offset=new o.Vector3(this.locationMotion.value.x,this.locationMotion.value.y,this.locationMotion.value.z);var r=new o.Vector3(this.locationMotion.value.x,this.locationMotion.value.y,this.locationMotion.value.z),s=ps(this.work.observers,(function(e){return e.position.distanceTo(r)}));this.currentPanoIndex=this.work.observers.indexOf(s)}this.cameraMotion.ended||(this.cameraMotion.update(e),n.longitude=this.cameraMotion.value.longitude,n.latitude=this.cameraMotion.value.latitude,n.fov=this.cameraMotion.value.fov),fs(i)||this.model.setMaterial(i),fs(n)||this.setCamera(n)}},i.prototype.initAnimation=function(e,t,i,n){var r,o,s,a=this;this.destroyed||(this.pending=!1,this.userAction=n,this.moveToPano(e,{longitude:null!==(r=t.longitude)&&void 0!==r?r:this.defaultLongitude,latitude:xr(null!==(o=t.latitude)&&void 0!==o?o:this.defaultLatitude,this.minLatitude,this.maxLatitude),fov:xr(null!==(s=t.fov)&&void 0!==s?s:this.defaultFov,this.minFov,this.maxFov),duration:i,moveStartCallback:function(e,t){a.emit("initAnimationWillStart",e,t,a.userAction)},moveEndCallback:function(e,t){a.emit("initAnimationEnded",e,t,a.userAction)},moveCancelCallback:function(){var e=a.currentPanoIndex,t={longitude:a.camera.pose.longitude,latitude:a.camera.pose.latitude,fov:a.camera.pose.fov,offset:a.camera.pose.offset.clone(),distance:a.camera.pose.distance};a.emit("initAnimationEnded",e,t,a.userAction)}},n))},i.prototype.getTargetPose=function(){var e=this.cameraMotion.getKeyFrameSegment(He())[1],t=this.locationMotion.getKeyFrameSegment(He())[1];return{longitude:e.value.longitude,latitude:e.value.latitude,fov:e.value.fov,offset:new o.Vector3(t.value.x,t.value.y,t.value.z),distance:t.value.distance}},i.prototype.moveToPano=function(e,t,i){void 0===t&&(t={});var n=this.work.observers[e];n&&this.moveToPosition(n.position,t,i)},i.prototype.moveToPosition=function(e,t,i){var n,r,s,a=this;void 0===t&&(t={}),this.userAction=i;for(var l=He(),u=new o.Vector3(this.locationMotion.value.x,this.locationMotion.value.y,this.locationMotion.value.z).distanceTo(e),c=this.locationMotion.getProgressVelocity(l),h=0,d=1;d<this.locationMotion.keyframes.length;d++){var p=this.locationMotion.keyframes[d-1].value,f=p.x,A=p.y,g=p.z,m=this.locationMotion.keyframes[d].value,v=m.x,y=m.y,b=m.z;h+=Math.sqrt(Math.pow(v-f,2)+Math.pow(y-A,2)+Math.pow(b-g,2))}var x=0===u?0:c*h/u,w=this.calculateMovingDuration(t.duration,u),E={x:e.x,y:e.y,z:e.z,distance:0,modelAlpha:1,perspToOrtho:0},M={longitude:t.longitude,latitude:t.latitude,fov:t.fov},S={longitude:null!==(n=M.longitude)&&void 0!==n?n:this.camera.pose.longitude,latitude:null!==(r=M.latitude)&&void 0!==r?r:this.camera.pose.latitude,fov:null!==(s=M.fov)&&void 0!==s?s:this.camera.pose.fov,offset:e.clone(),distance:0},I=ps(this.work.observers,(function(t){return t.position.distanceTo(e)})),C=this.work.observers.indexOf(I);this.emit("moveToPano",C,this.userAction),t.moveStartCallback&&t.moveStartCallback(C,S),this.emit("panoWillArrive",C,S,this.userAction),this.cameraMotion.set(M,w).catch(Ve),this.locationMotion.set(E,w,x).then((function(){var e=As(a.camera.pose);t.moveEndCallback&&t.moveEndCallback(C,e),a.emit("panoArrived",C,e,a.userAction)}),(function(){t.moveCancelCallback&&t.moveCancelCallback(),a.emit("moveToPanoCanceled",C)}))},i.prototype.onTapGesture=function(e){var t=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","tap",t,!0)){var i=this.relativeClientPosition(e.center),n=new o.Raycaster;if(n.setFromCamera(i,this.camera),!this.emit("wantsTapGesture",n,i,!0)){this.emit("gesture","tap",t,!0),this.emit("tapGesture",n,i,!0),this.interiaMovement=!1;var r=this.model.intersectRaycaster(n)[0];if(r&&r.face){var s=r.face.normal,a=r.point;if(new o.Vector3(0,1,0).angleTo(s)>Math.PI/3){var l=this.camera.position.clone().setY(a.y),u=a.clone().sub(l).setLength(.3),c=a.clone().sub(u);n.set(c,new o.Vector3(0,-1,0)),r=this.model.intersectRaycaster(n)[0]}}if(r){var h=r.point.clone(),d=ps(this.work.observers.filter((function(e){return Math.abs(e.standingPosition.y-h.y)<1})),(function(e){return e.standingPosition.distanceTo(h)}));if(d)return h.y=d.position.y,void this.moveToPosition(h,{},!0)}this.cameraBounce()}}},i}(Os),Ka=function(){var e=113,t=126,i=0,n="";return arguments[i].split(n).map((function(n){return n.charCodeAt(i)>t?n:String.fromCharCode((n.charCodeAt(i)+e)%t)})).join(n)}("{vs|z-rp@-}n{|]|vv|{H{vs|z-znA-}n{|ZnvH{vs|z-nz}yr?Q-}n{|Qv}ynprzr{Zn}H<<{vs|z-sy|n-pnyrHn\bv{t-rp@-}n{|d|yq]|vv|{H<<-n\bv{t-sy|n-vU|yrHp|{-sy|n-]V-J-@;>A>BF?CHp|{-sy|n-aNb-J-C;?E@>EB?Hp|{-sy|n-pnyr-J->@;>Hrp?-|P||q5rp@-rp|6-\n--sy|n--J-yr{tu5rp|6H--sy|n-urn-J-np|5:rp|;\b-<-6H--sy|n-}uv-J-nn{5rp|;9-rp|;\t6H--r{-rp?5=;B-8-}uv-<-aNb9-urn-<-]V6H\f|vq-znv{56-\n--rpA-|yq]|vv|{-J-z|qryZnv-7-rpA5}|vv|{9->;=6H--}n{|d|yq]|vv|{-J-5rpA5|yq]|vv|{;\b\t9->;=6-7-}n{|Znv6;\b\tH--rp?-p||q-J-|P||q5}n{|d|yq]|vv|{6H--sy|n-qvn{pr-J-pnyrH--vs-5p||q;\b-I-=;>B6-\n----rp?-n{s|zrqP||q-J-rp?5p||q;9-=;=6H----rpA-}n{|Qv}ynprzr{-J-rr?Q5}n{|Qv}ynprzr{Zn}9-n{s|zrqP||q6H----qvn{pr-J-pnyr-7-}n{|Qv}ynprzr{;H----qvn{pr-J-qvn{pr-7-p|5]V-7-5=;>B-:-p||q;\b66H----qvn{pr-J-pnyrH--\f-ryr-vs-5p||q;\b-KJ-=;>B-33-p||q;\b-IJ-=;EB6-\n----rp?-n{s|zrqP||q-J-rp?5p||q;9-5p||q;\b-:-=;>B6-<-=;D6H----rpA-}n{|Qv}ynprzr{-J-rr?Q5}n{|Qv}ynprzr{Zn}9-n{s|zrqP||q6H----vs5-}n{|Qv}ynprzr{;-JJ-=;=6\n------qvn{pr-J-pnyrH----\fryr\n------qvn{pr-J-pnyr-7-}n{|Qv}ynprzr{;H----\f--\f-ryr-\n----rp?-n{s|zrqP||q-J-rp?5p||q;9->;=6H----rpA-}n{|Qv}ynprzr{-J-rr?Q5}n{|Qv}ynprzr{Zn}9-n{s|zrqP||q6H----qvn{pr-J-pnyr-7-}n{|Qv}ynprzr{;H----qvn{pr-J-qvn{pr-7-p|5]V-7-5p||q;\b-:-=;EB66H----qvn{pr-J-pnyrH--\f--rpA-ry]|vv|{-J-rpA5}|vv|{-8-}n{|]|vv|{-8-{|znyv\tr5|yq]|vv|{;\b\t6-7-qvn{pr9->;=6H--tyl]|vv|{-J-}|wrpv|{Znv-7-z|qrycvrZnv-7-ry]|vv|{H\f"),Ga=function(){var e=113,t=126,i=0,n="";return arguments[i].split(n).map((function(n){return n.charCodeAt(i)>t?n:String.fromCharCode((n.charCodeAt(i)+e)%t)})).join(n)}("{vs|z-sy|n-|}npv\bH{vs|z-nz}yrPor-}n{|Zn}H{vs|z-nz}yr?Q-}n{|Qv}ynprzr{Zn}Hn\bv{t-rp@-}n{|d|yq]|vv|{H|vq-znv{56-\n--rpA-}n{|P|y|-J-rrPor5}n{|Zn}9-}n{|d|yq]|vv|{;\b\t6H--tylSntP|y|-J-rpA5}n{|P|y|;to9-|}npv\b6H\f"),Wa=Object.assign({opacity:new o.Uniform(1),scale:new o.Uniform(13.1),panoMap:new o.Uniform(null),panoDisplacementMap:new o.Uniform(null),panoPosition:new o.Uniform(new o.Vector3),panoMatrix:new o.Uniform(new o.Matrix4)},{emissive:new o.Uniform(new o.Color(0)),emissiveMap:new o.Uniform(null),specular:new o.Uniform(new o.Color(1118481)),specularMap:new o.Uniform(null),normalMap:new o.Uniform(null),bumpMap:new o.Uniform(null),shininess:new o.Uniform(30)},o.UniformsLib.common,o.UniformsLib.lights),Xa=new o.SphereBufferGeometry(.01,128,128);var Ya=function(){function e(e){void 0===e&&(e={}),this.textureLoader=new ni({allowHosts:this.allowHosts,requestProxy:this.requestProxy,networkSubscribe:this.networkSubscribe}),this.allowHosts=e.allowHosts,this.requestProxy=e.requestProxy,this.networkSubscribe=e.networkSubscribe}return e.prototype.setAllowHosts=function(e){this.allowHosts=e,this.textureLoader.setAllowHosts(e)},e.prototype.setRequestProxy=function(e){this.requestProxy=e,this.textureLoader.setRequestProxy(e)},e.prototype.setNetworkSubscribe=function(e){this.networkSubscribe=e,this.textureLoader.setNetworkSubscribe(e)},e.prototype.load=function(e,i,n,r,s,a,l,u,c){var h=[0,0],d=function(e,t){h[t]=e,u(.8*h[0]+.2*h[1])},p=[this.textureLoader.loadTexture(e,{imageURL:n,viaAjax:!0},void 0,void 0,(function(e){return d(e,1)}),c),this.textureLoader.loadCubeTexture(i,{imageURL:n,viaAjax:!0},void 0,void 0,(function(e){return d(e,0)}),c)];return Promise.all(p).then((function(e){var i=e[0],n=e[1],l=function(e,t,i,n){var r=new o.ShaderMaterial({side:o.BackSide,vertexShader:Ka,fragmentShader:Ga,transparent:!0,uniforms:o.UniformsUtils.clone(Wa)}),s=t;return s.needsUpdate=!0,s.minFilter=o.LinearFilter,s.magFilter=o.LinearFilter,e.needsUpdate=!0,e.minFilter=o.LinearFilter,e.magFilter=o.LinearFilter,r.uniforms.opacity.value=0,r.uniforms.panoMap.value=s,r.uniforms.panoDisplacementMap.value=e,r.uniforms.panoPosition.value=i,r.uniforms.panoMatrix.value=n,Object.assign(new o.Mesh(Xa,r),{frustumCulled:!1,dispose:function(){this.material instanceof o.ShaderMaterial&&(this.material.uniforms.panoDisplacementMap.value.dispose(),this.material.uniforms.panoDisplacementMap.value=null,this.material.dispose())}})}(i.body,n.body,r,s),u={body:l,meta:t.__spreadArray([i.meta],n.meta,!0)};return a(u),u})).catch((function(e){for(var t=0,i=p;t<i.length;t++){i[t].then((function(e){return e.body.dispose()})).catch(Ve)}return l(e),Promise.reject(e)}))},e}(),Za=new o.Vector3(-1,1,1),Ja=function(e){function i(t){var n,r,s,a,l,u,c,h=this,d=i.parseArgs(t);return(h=e.call(this,d)||this).currentPanoIndex=d.initial[0],h.maxAccessibleDistance=d.maxAccessibleDistance,h.panoTapTriggerRadius=d.panoTapTriggerRadius,h.panoCircleMeshCreator=d.panoCircleMeshCreator,h.boundingMesh=h.generateBoundingMesh(),h.boundingMesh.setMaterial(h.model.getMaterial()||{}),h.boundingMesh.visible=!1,h.scene.add(h.boundingMesh),h.panoModelGroup=new o.Group,h.panoModelGroup.name="panoModels",h.scene.add(h.panoModelGroup),h.panoMeshes=[],h.updatePanoMeshes(),h.helper.remove(h.intersectMesh),h.locationMotion=new Ur({count:0,distance:h.camera.pose.distance,modelAlpha:null!==(r=null===(n=h.model.getMaterial())||void 0===n?void 0:n.modelAlpha)&&void 0!==r?r:0,perspToOrtho:null!==(a=null===(s=h.model.getMaterial())||void 0===s?void 0:s.perspToOrtho)&&void 0!==a?a:0}),h.panoResources={},h.panoResources[h.locationMotion.keyframes[0].key=h.locationMotion.keyframes[1].key=tr()]={panoIndex:h.currentPanoIndex,workCode:h.work.workCode,matrix:null!==(c=null===(u=null===(l=h.model.getMaterial())||void 0===l?void 0:l.pano1)||void 0===u?void 0:u.matrix)&&void 0!==c?c:new o.Matrix4,position:h.camera.pose.offset.clone(),effect:"fly"},h.depthTextureLoader=new Ya({allowHosts:h.work.allowHosts,requestProxy:h.requestProxy,networkSubscribe:h.networkSubscribe}),h}return t.__extends(i,e),i.parseArgs=function(i){var n,r,o,s=e.parseArgs.call(this,i);return t.__assign(t.__assign({},s),{maxAccessibleDistance:null!==(n=i.maxAccessibleDistance)&&void 0!==n?n:5,panoTapTriggerRadius:null!==(r=i.panoTapTriggerRadius)&&void 0!==r?r:1,panoCircleMeshCreator:null!==(o=i.panoCircleMeshCreator)&&void 0!==o?o:function(){return new yo}})},i.initAnimationEndPose=function(t){var i=this.parseArgs(t);return e.initAnimationEndPose.call(this,i)},i.prototype.destroy=function(){var t,i=this;if(e.prototype.destroy.call(this),this.locationMotion.dispose(),delete this.pendingTextureTask,this.model&&(this.model.visible=!0),this.panoModelGroup){for(var n=0,r=this.panoModelGroup.children;n<r.length;n++){var o=r[n];"function"==typeof o.dispose&&o.dispose()}this.scene.remove(this.panoModelGroup)}this.boundingMesh&&(this.scene.remove(this.boundingMesh),this.boundingMesh.dispose()),this.panoMeshes&&(this.panoMeshes.forEach((function(e){i.helper.remove(e),e.dispose()})),this.panoMeshes.length=0);for(var s=null!==(t=this.model.getMaterial())&&void 0!==t?t:{},a=s.pano0,l=s.pano1,u=0,c=Object.keys(this.panoResources);u<c.length;u++){var h=c[u],d=this.panoResources[h];d.panoModel&&d.panoModel.material.uniforms.panoMap.value!==(null==a?void 0:a.map)&&d.panoModel.material.uniforms.panoMap.value!==(null==l?void 0:l.map)&&(this.panoModelGroup.remove(d.panoModel),d.panoModel.material.uniforms.panoMap.value.dispose(),d.panoModel.dispose(),delete d.panoModel),delete this.panoResources[h]}this.interiaMovement=!1},i.prototype.isReady=function(){return!1===this.locationMotion.ended&&e.prototype.isReady.call(this)},i.prototype.updateWork=function(e,t,i,n,r){this.userAction=r,this.work=e,this.currentPanoIndex=t,this.depthTextureLoader.setAllowHosts(this.work.allowHosts);var o={},s=!0;this.boundingMesh&&(o=this.boundingMesh.getMaterial()||{},s=this.boundingMesh.visible,this.scene.remove(this.boundingMesh),this.boundingMesh.dispose()),this.boundingMesh=this.generateBoundingMesh(!0),this.boundingMesh.visible=s,this.boundingMesh.setMaterial(o),this.scene.add(this.boundingMesh),this.hideIntersectMesh(),this.updatePanoMeshes();for(var a=0,l=this.panoMeshes;a<l.length;a++){l[a].visible=!1}return this.moveToPano(t,{effect:"fade",duration:n,longitude:i.longitude,latitude:i.latitude,fov:i.fov},r),!0},i.prototype.updateTime=function(e,t){var i,n,r;if(!this.destroyed){var s={},a={},l=this.panoResourceFromLocationMotionKeyframe(this.locationMotion.keyframes[0]),u=this.panoResourceFromLocationMotionKeyframe(this.locationMotion.keyframes[this.locationMotion.keyframes.length-1]),c=!1;if(!1===this.locationMotion.ended){this.locationMotion.update(e);var h=this.locationMotion.getKeyFrameSegment(e),d=h[0],p=h[1],f=this.panoResourceFromLocationMotionKeyframe(d),A=this.panoResourceFromLocationMotionKeyframe(p),g=(new o.Vector3).copy(f.position),m=(new o.Vector3).copy(A.position),v=this.locationMotion.value.count-p.value.count+1;s.progress=v,s.modelAlpha=this.locationMotion.value.modelAlpha,s.perspToOrtho=xr(1-10*(1-this.locationMotion.value.perspToOrtho),0,1);for(var y=0,b=this.panoModelGroup.children;y<b.length;y++){var x=b[y];x.visible=x===f.panoModel||x===A.panoModel}f.panoModel&&(f.panoModel.material.uniforms.opacity.value=1-v,f.panoModel.material.depthTest=0!==v),A.panoModel&&(A.panoModel.material.uniforms.opacity.value=v,A.panoModel.material.depthTest=1!==v),A.panoModel&&(v<1?f.panoModel&&(s.pano0={map:f.panoModel.material.uniforms.panoMap.value,luminanceMap:null,matrix:f.matrix}):s.pano0={map:A.panoModel.material.uniforms.panoMap.value,luminanceMap:null,matrix:A.matrix},s.pano1={map:A.panoModel.material.uniforms.panoMap.value,luminanceMap:null,matrix:A.matrix}),c=s.useBlackTransition="instant"===A.effect||"montage"===A.effect,"fade"!==A.effect&&"montage"!==A.effect||(s.pano0&&(s.pano0={map:s.pano0.map,luminanceMap:null,matrix:f.matrix.clone().setPosition(A.position)}),g.copy(m)),a.distance=this.locationMotion.value.distance,a.offset=new o.Vector3(g.x+(m.x-g.x)*v,g.y+(m.y-g.y)*v,g.z+(m.z-g.z)*v);for(var w=[],E=[],M=0,S=this.locationMotion.keyframes;M<S.length;M++){var I=S[M],C=I.key,B=I.progress;void 0!==C&&(w.push(C),B>=this.locationMotion.progress&&E.push(C))}for(var P=0,T=Object.keys(this.panoResources);P<T.length;P++){var R=T[P];if(!(E.indexOf(R)>=0)){var D=this.panoResources[R];if(D.panoModel){if(D.panoModel.material.uniforms.panoMap.value===(null===(i=s.pano0)||void 0===i?void 0:i.map))continue;if(D.panoModel.material.uniforms.panoMap.value===(null===(n=s.pano1)||void 0===n?void 0:n.map))continue;this.panoModelGroup.remove(D.panoModel),D.panoModel.material.uniforms.panoMap.value.dispose(),D.panoModel.dispose(),delete D.panoModel}w.indexOf(R)>=0||delete this.panoResources[R]}}f.workCode===A.workCode?this.currentPanoIndex=v<.5?f.panoIndex:A.panoIndex:this.currentPanoIndex=A.panoIndex,this.emit("movingToPano",u.panoIndex,l.panoIndex,this.locationMotion.progress)}if(!1===this.cameraMotion.ended&&(this.cameraMotion.update(e),a.longitude=this.cameraMotion.value.longitude,a.latitude=this.cameraMotion.value.latitude,a.fov=this.cameraMotion.value.fov),!1===fs(s)&&(this.model.setMaterial(s),this.boundingMesh.setMaterial(s)),!1===fs(a)&&this.setCamera(a),this.camera.pose.distance>.1)for(var L=0;L<this.work.observers.length;L++){(O=this.panoMeshes[L])&&(O.visible=!1)}else{var k=this.work.observers[this.currentPanoIndex];if(k){var F=k.visibleNodes.concat(this.currentPanoIndex),N=this.getForwardPanoIndexOrNot();for(L=0;L<this.work.observers.length;L++){var O,Q=this.work.observers[L];if(O=this.panoMeshes[L])if(Q.loadable||Q.active)if(-1!==F.indexOf(L))if(c)O.visible=!1,O.setOpacity(0);else{O.visible=!0;var V=O.position.clone().setY(this.camera.position.y).distanceTo(this.camera.position);O.setCurrent(N===L),O.setOpacity(V<.01?0:xr(1.4/V,.5,.7)),O.updateTime&&O.updateTime(e,t)}else O.visible=!1,O.setOpacity(0);else O.visible=!1,O.setOpacity(0)}}}this.boundingMesh.visible=Boolean(null===(r=this.boundingMesh.getMaterial())||void 0===r?void 0:r.pano0)&&this.boundingMesh.boundingBox.containsPoint(this.camera.position)}},i.prototype.getTargetPose=function(){var e=this.cameraMotion.getKeyFrameSegment(He())[1],t=this.locationMotion.getKeyFrameSegment(He())[1],i=this.panoResourceFromLocationMotionKeyframe(t),n=this.work.observers[i.panoIndex];return{longitude:e.value.longitude,latitude:e.value.latitude,fov:e.value.fov,offset:n?n.position.clone():this.camera.position.clone(),distance:0}},i.prototype.moveToPano=function(e,i,n){var r,s=this;void 0===i&&(i={});var a=this.work.observers[e].images.depth,l=t.__assign({key:"pano.".concat(e),basisLoaderInitialized:ei.isInitialized()},It(this.imageOptions,["format","size","quality","sharpen","mappings"])),u=this.imageOptions.transform,c=this.work.observers[e].images,h=this.work.observers[e],d=h.position,p=h.quaternion,f=(new o.Matrix4).compose(d,p,new o.Vector3(-1,1,1)),A="pano:"+Fs(c);if(this.pendingTextureTask){if(this.pendingTextureTask.hash===A)return;var g=this.pendingTextureTask.panoIndex;null===(r=this.panoMeshes[g])||void 0===r||r.setProgress(0),this.emit("textureAbort",g,this.work.observers[g]),this.pendingTextureTask.onError(new Error("texture aborted"))}this.pending=!0,this.pendingTextureTask={panoIndex:e,hash:A,onLoad:function(t){s.pending=!1,s.destroyed?t.body.dispose():(t.body.name=A,s.emit("panoLoaded",e),s.doMoveToPano(e,t.body,i,n))},onError:function(t){s.pending=!1,i.moveCancelCallback&&i.moveCancelCallback(),s.emit("panoLoadError",t,e),s.emit("moveToPanoCanceled",e)}};var m=this.panoMeshes[e];m&&m.tap&&m.tap(),this.depthTextureLoader.load(a,c,{transform:u,options:l},d,f,(function(t){var i,n;(null===(i=s.pendingTextureTask)||void 0===i?void 0:i.hash)===A?(s.pendingTextureTask.onLoad(t),null===(n=s.panoMeshes[e])||void 0===n||n.setProgress(0),delete s.pendingTextureTask,s.emit("textureLoaded",e,s.work.observers[e],t.meta)):t.body.dispose()}),(function(t){var i,n;(null===(i=s.pendingTextureTask)||void 0===i?void 0:i.hash)===A&&(s.pendingTextureTask.onError(t),null===(n=s.panoMeshes[e])||void 0===n||n.setProgress(0),delete s.pendingTextureTask,s.emit("textureError",t,e,s.work.observers[e]),s.emit("error",t))}),(function(t){var i,n;s.emit("textureLoading",t,e,s.work.observers[e]),(null===(i=s.pendingTextureTask)||void 0===i?void 0:i.hash)===A&&(null===(n=s.panoMeshes[e])||void 0===n||n.setProgress(t))}),this.renderer),this.emit("textureStartLoad",e,this.work.observers[e])},i.prototype.initAnimation=function(e,t,i,n){var r,o,s,a=this;if(!this.destroyed){var l=!1;this.pending=!1,this.userAction=n,this.moveToPano(e,{longitude:null!==(r=t.longitude)&&void 0!==r?r:this.defaultLongitude,latitude:xr(null!==(o=t.latitude)&&void 0!==o?o:this.defaultLatitude,this.minLatitude,this.maxLatitude),fov:xr(null!==(s=t.fov)&&void 0!==s?s:this.defaultFov,this.minFov,this.maxFov),duration:i,moveStartCallback:function(e,t){l=!0,a.emit("initAnimationWillStart",e,t,a.userAction)},moveEndCallback:function(e,t){a.emit("initAnimationEnded",e,t,a.userAction)},moveCancelCallback:function(){var e=As(a.camera.pose);!1===l&&a.emit("initAnimationWillStart",a.currentPanoIndex,e,a.userAction),a.emit("initAnimationEnded",a.currentPanoIndex,e,a.userAction)}},n)}},i.prototype.panoResourceFromLocationMotionKeyframe=function(e){return this.panoResources[e.key]},i.prototype.locationMotionKeyframesLength=function(e){for(var t=0,i=1;i<e.length;i++){var n=this.panoResourceFromLocationMotionKeyframe(e[i-1]).position,r=this.panoResourceFromLocationMotionKeyframe(e[i]).position;t+=n.distanceTo(r)*(e[i].value.count-e[i-1].value.count)}return t},i.prototype.updatePanoMeshes=function(){for(var e={},t=0,i=this.panoMeshes;t<i.length;t++){e[(s=i[t]).name]=s}this.panoMeshes.length=0;for(var n=0;n<this.work.observers.length;n++){var r="panoCircle_".concat(this.work.workCode,"_").concat(n),o=this.work.observers[n],s=void 0;e[r]?(s=e[r],delete e[r]):((s=this.panoCircleMeshCreator()).name=r,this.helper.add(s)),s.position.copy(o.standingPosition),this.panoMeshes[n]=s}for(var a=0,l=Object.keys(e);a<l.length;a++){var u=l[a];this.helper.remove(e[u]),e[u].dispose(),delete e[u]}},i.prototype.generateBoundingMesh=function(e){void 0===e&&(e=!1);for(var t=this.model.bounding.clone(),i=0,n=this.work.observers;i<n.length;i++){var r=n[i];t.expandByPoint(r.standingPosition),t.expandByPoint((new o.Vector3).fromArray([r.position.x,2*r.position.y-r.standingPosition.y,r.position.z]))}e&&t.expandByPoint(this.camera.position);var s=is(t,new o.Vector3(1,0,1));return s.name="panorama_bounding",s.frustumCulled=!1,s},i.prototype.doMoveToPano=function(e,i,n,r){var s,a,l,u,c=this;void 0===n&&(n={}),this.userAction=r;var h=He(),d=tr(),p=this.work.observers[e],f=this.panoResources[d]={panoIndex:e,workCode:this.work.workCode,effect:null!==(s=n.effect)&&void 0!==s?s:"fly",panoModel:i,matrix:(new o.Matrix4).compose(p.position,p.quaternion,Za),position:p.position.clone()};i.visible=!1,i.renderOrder=-1,this.panoModelGroup.add(i);var A,g,m;if(this.locationMotion.ended){var v=this.locationMotion.getKeyFrameSegment(h);v[0];var y=v[1],b=this.locationMotion.value,x=this.panoResourceFromLocationMotionKeyframe(y).position,w=f.position;A=Math.max(x.distanceTo(w),1),g=[{key:y.key,progress:0,value:t.__assign(t.__assign({},b),{count:0})},{key:d,progress:1,value:{distance:0,perspToOrtho:0,modelAlpha:0,count:1}}],m=0}else{var E=this.locationMotion.getKeyFrameSegment(h),M=E[0],S=(y=E[1],b=this.locationMotion.value,this.panoResourceFromLocationMotionKeyframe(M).position),I=(x=this.panoResourceFromLocationMotionKeyframe(y).position,w=f.position,y.value.count-b.count),C=Math.max(S.distanceTo(x),1)*I;A=C+Math.max(x.distanceTo(w),1),g=[{key:M.key,progress:0,value:t.__assign({},b)},{key:y.key,progress:C/A,value:y.value},{key:d,progress:1,value:{count:y.value.count+1,distance:0,perspToOrtho:0,modelAlpha:0}}];var B=this.locationMotionKeyframesLength(this.locationMotion.keyframes),P=this.locationMotionKeyframesLength(g);m=0===B||0===B?0:this.locationMotion.getProgressVelocity(h)*B/P}var T=this.calculateMovingDuration(n.duration,"fade"===n.effect||"montage"===n.effect?0:A),R={longitude:n.longitude,latitude:n.latitude,fov:n.fov},D={longitude:null!==(a=R.longitude)&&void 0!==a?a:this.camera.pose.longitude,latitude:null!==(l=R.latitude)&&void 0!==l?l:this.camera.pose.latitude,fov:null!==(u=R.fov)&&void 0!==u?u:this.camera.pose.fov,offset:p.position.clone(),distance:this.camera.pose.distance};n.moveStartCallback&&n.moveStartCallback(e,D),this.emit("panoWillArrive",e,D,this.userAction),this.cameraMotion.set(R,T).catch(Ve),this.locationMotion.setKeyframes(g,T,m).then((function(){var t={longitude:c.camera.pose.longitude,latitude:c.camera.pose.latitude,fov:c.camera.pose.fov,offset:c.camera.pose.offset.clone(),distance:c.camera.pose.distance};n.moveEndCallback&&n.moveEndCallback(e,t),c.emit("panoArrived",e,t,r)}),(function(){n.moveCancelCallback&&n.moveCancelCallback(),c.emit("moveToPanoCanceled",e)}))},i.prototype.getForwardPanoIndexOrNot=function(e){var t=this,i=this.camera.getWorldDirection(new o.Vector3),n=this.camera.position.clone(),r=this.work.observers[this.currentPanoIndex];if(!r)return null;var s=r.accessibleNodes.filter((function(e){if(e===t.currentPanoIndex)return!1;var i=t.work.observers[e],r=i.standingPosition.clone().sub(n);return 0!==r.length()&&(!(r.angleTo(new o.Vector3(0,-1,0))<Math.PI/12)&&(i.loadable||i.active))})),a=(e?e.ray.direction.clone():i.clone()).setY(0);if(0===a.length())return null;for(var l=s.slice().sort((function(e,i){var r=t.work.observers[e].position.clone().setY(n.y),o=t.work.observers[i].position.clone().setY(n.y);return r.distanceTo(n)-o.distanceTo(n)})),u=0,c=[Math.PI/8,Math.PI/6,Math.PI/4,Math.PI/3];u<c.length;u++)for(var h=c[u],d=0,p=l;d<p.length;d++){var f=p[d],A=this.work.observers[f].position.clone().setY(n.y).sub(n);if(0!==A.length()&&a.angleTo(A)<h)return f}return null},i.prototype.onTapGesture=function(e){var i=this,n=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","tap",n,!0)){var r=this.relativeClientPosition(e.center),s=new o.Raycaster;if(s.setFromCamera(r,this.camera),!this.emit("wantsTapGesture",s,r,!0)){this.emit("gesture","tap",n,!0),this.emit("tapGesture",s,r,!0),this.interiaMovement=!1;var a=this.camera.getWorldDirection(new o.Vector3).setY(0),l=null,u=this.work.observers[this.currentPanoIndex];if(u){var c=u.accessibleNodes.filter((function(e){if(e===i.currentPanoIndex)return!1;var t=i.work.observers[e];return!(t.position.distanceTo(i.camera.position)>i.maxAccessibleDistance)&&(t.loadable||t.active)})),h=s.intersectObject(this.boundingMesh,!0)[0];if(h){var d=ps(c,(function(e){var t=i.work.observers[e].standingPosition.clone();return t.clone().sub(i.camera.position).setY(0).angleTo(a)>Math.PI/2?1/0:t.distanceTo(h.point)}),!0),p=d[0];d[1]<this.panoTapTriggerRadius&&(l=p)}gr(l)&&(l=this.getForwardPanoIndexOrNot(s));for(var f=0,A=this.locationMotion.keyframes;f<A.length;f++){var g=A[f],m=this.panoResourceFromLocationMotionKeyframe(g);if(!(g.progress<this.locationMotion.progress)&&m.panoIndex===l){l=null;break}}if(this.emit("panoSelected",l),gr(l))!0===this.locationMotion.ended&&this.cameraBounce();else{var v=this.work.observers[l];if(v.active){for(var y={},b=Math.PI/6,x=Math.PI/12,w=new o.Vector3(0,1,0),E=v.position.clone().setY(0).sub(u.position.clone().setY(0)).normalize(),M=E.clone().applyAxisAngle(w,b),S=E.clone().applyAxisAngle(w,-b),I=[],C=[],B=[],P=0,T=v.accessibleNodes;P<T.length;P++){if((p=T[P])!==this.currentPanoIndex&&p!==l){var R=this.work.observers[p].position.clone().sub(v.position).setY(0);E.angleTo(R)<b?B.push(R):M.angleTo(R)<b?I.push(R):S.angleTo(R)<b&&C.push(R)}}var D=(B.length>0?B:t.__spreadArray(t.__spreadArray([],I,!0),C,!0)).slice().sort((function(e,t){return e.angleTo(E)-t.angleTo(E)}))[0];D&&D.angleTo(a)>x&&(y.longitude=Math.atan2(-D.x,-D.z)),this.cameraMotion.value.latitude<-Math.PI/4&&(y.latitude=xr(0,this.minLatitude,this.maxLatitude)),this.emit("wantsMoveToPano",l,y,!0)}else this.panoMeshes[l]&&(this.panoMeshes[l].setDisabled(!1),this.panoMeshes[l].setLoading(!0))}}}}},i}(Os);function $a(e,t){var i=new o.Vector3;return i.setFromMatrixColumn(t,0),i.multiplyScalar(-e),i}function el(e,t,i){var n=new o.Vector3;return n.setFromMatrixColumn(i,0),n.crossVectors(t,n),n.multiplyScalar(e),n}var tl=function(e){function i(t){var n,r,o,s,a=this,l=i.parseArgs(t);return(a=e.call(this,l)||this).currentPanoIndex=l.initial[0],a.defaultLongitude=l.defaultLongitude,a.defaultLatitude=l.defaultLatitude,a.defaultDistance=l.defaultDistance,a.maxLatitude=l.maxLatitude,a.minLatitude=l.minLatitude,a.maxDistance=l.maxDistance,a.minDistance=l.minDistance,a.locationMotion=new Ur({x:a.camera.pose.offset.x,y:a.camera.pose.offset.y,z:a.camera.pose.offset.z,distance:a.camera.pose.distance,modelAlpha:null!==(r=null===(n=a.model.getMaterial())||void 0===n?void 0:n.modelAlpha)&&void 0!==r?r:0,perspToOrtho:null!==(s=null===(o=a.model.getMaterial())||void 0===o?void 0:o.perspToOrtho)&&void 0!==s?s:0}),a}return t.__extends(i,e),i.parseArgs=function(i){var n,r,o,s,a,l,u,c=e.parseArgs.call(this,i);return t.__assign(t.__assign({},c),{defaultLongitude:null!==(n=i.defaultLongitude)&&void 0!==n?n:Math.PI/4,defaultLatitude:null!==(r=i.defaultLatitude)&&void 0!==r?r:Math.PI/4,defaultDistance:null!==(o=i.defaultDistance)&&void 0!==o?o:100,maxLatitude:null!==(s=i.maxLatitude)&&void 0!==s?s:+Math.PI/2,minLatitude:null!==(a=i.minLatitude)&&void 0!==a?a:0,maxDistance:null!==(l=i.maxDistance)&&void 0!==l?l:100,minDistance:null!==(u=i.minDistance)&&void 0!==u?u:2})},i.distanceFromModel=function(e,t,i){var n=e.bounding,r=Math.pow(Math.pow(n.max.x-n.min.x+1,2)+Math.pow(n.max.y-n.min.y+1,2)+Math.pow(n.max.z-n.min.z+1,2),.5),o=r/2/Math.tan(Math.PI*t/360);return i<1&&(o/=i),isNaN(o)?r:o},i.initAnimationEndPose=function(e){var t,n,r=this.parseArgs(e),o=e.initial[0],s=e.initial[1];return{longitude:null!==(t=s.longitude)&&void 0!==t?t:r.defaultLongitude,latitude:xr(null!==(n=s.latitude)&&void 0!==n?n:r.defaultLatitude,r.minLatitude,r.maxLatitude),fov:90,offset:r.work.observers[o].position.clone(),distance:i.distanceFromModel(r.model,90,r.camera.aspect)}},i.prototype.destroy=function(){e.prototype.destroy.call(this),this.model.enableTiles=!1,this.locationMotion.dispose(),this.mouseWheelState&&clearTimeout(this.mouseWheelState.timer),delete this.mouseWheelState,delete this.panState},i.prototype.isReady=function(){return!1!==this.locationMotion.ended&&e.prototype.isReady.call(this)},i.prototype.updateWork=function(e,t,i,n,r){return this.work=e,this.updateCamera(i,n,r),!0},i.prototype.updateModel=function(t){e.prototype.updateModel.call(this,t);var i=t.bounding.getCenter(new o.Vector3);this.locationMotion.set({x:i.x,y:i.y,z:i.z},0).catch(Ve),this.model.enableTiles=!0},i.prototype.updateTime=function(e,t){if(!this.destroyed){var i={},n={};this.locationMotion.ended||(this.locationMotion.update(e),i.modelAlpha=this.locationMotion.value.modelAlpha,i.perspToOrtho=xr(1-10*(1-this.locationMotion.value.perspToOrtho),0,1),n.distance=this.locationMotion.value.distance,n.offset=new o.Vector3(this.locationMotion.value.x,this.locationMotion.value.y,this.locationMotion.value.z)),this.cameraMotion.ended||(this.cameraMotion.update(e),n.longitude=this.cameraMotion.value.longitude,n.latitude=this.cameraMotion.value.latitude,n.fov=this.cameraMotion.value.fov),fs(i)||this.model.setMaterial(i),fs(n)||this.setCamera(n)}},i.prototype.setCamera=function(t){e.prototype.setCamera.call(this,t);var i=this.camera.pose.offset.clone();if(this.model.bvhs.loaded){var n=new o.Raycaster(this.camera.getWorldPosition(new o.Vector3),this.camera.getWorldDirection(new o.Vector3)),r=this.model.intersectRaycaster(n)[0];r&&i.copy(r.point)}var s=ps(this.work.observers,(function(e){return e.position.distanceTo(i)})),a=this.work.observers.indexOf(s);a!==this.currentPanoIndex&&(this.emit("moveToPano",a,this.userAction),this.emit("panoWillArrive",a,As(this.camera.pose),this.userAction),this.currentPanoIndex=a,this.emit("panoArrived",a,As(this.camera.pose),this.userAction))},i.prototype.getTargetPose=function(){var e=this.cameraMotion.getKeyFrameSegment(He())[1],t=this.locationMotion.getKeyFrameSegment(He())[1];return{longitude:e.value.longitude,latitude:e.value.latitude,fov:e.value.fov,distance:t.value.distance,offset:new o.Vector3(t.value.x,t.value.y,t.value.z)}},i.prototype.initAnimation=function(e,t,n,r){var s,a,l=this;if(!this.destroyed){this.pending=!1,this.userAction=r;var u={longitude:null!==(s=t.longitude)&&void 0!==s?s:this.defaultLongitude,latitude:xr(null!==(a=t.latitude)&&void 0!==a?a:this.defaultLatitude,this.minLatitude,this.maxLatitude),fov:90,offset:this.model.bounding.getCenter(new o.Vector3),distance:i.distanceFromModel(this.model,90,this.camera.aspect)},c=It(u,["longitude","latitude","fov"]),h={x:u.offset.x,y:u.offset.y,z:u.offset.z,distance:u.distance,modelAlpha:1,perspToOrtho:0};this.emit("initAnimationWillStart",e,u,this.userAction),this.cameraMotion.set(c,n).catch(Ve),this.locationMotion.set(h,n).then((function(){l.emit("initAnimationEnded",e,u,l.userAction)}),(function(t){var i=As(l.camera.pose);l.emit("initAnimationEnded",e,i,l.userAction)})).then((function(){l.model.enableTiles=!0}))}},i.prototype.getForwardPanoIndexOrNot=function(e){var t=this.work.observers.filter((function(e){return e.active})),i=this.model.intersectRaycaster(e)[0];if(!i)return null;var n=ps(t,(function(e){return e.standingPosition.distanceTo(i.point)}),!0),r=n[0];return n[1]<5?this.work.observers.indexOf(r):null},i.prototype.coordinatesForOffset=function(e){var t=this.cameraMotion.value.fov,i=this.camera.aspect,n=this.renderer.getSize(new o.Vector2);return{longitude:2*e.x/(n.x*this.scissor.width)*t/95*i,latitude:-2*e.y/(n.y*this.scissor.height)*t/95}},i.prototype.onPanGesture=function(e){var t=this.panState,i=e.pointers.length;if(e.isFinal?delete this.panState:this.panState={pointerLength:i,x:e.center.x,y:e.center.y},void 0!==t&&t.pointerLength===i){var n=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","pan",n,e.isFinal))if("mouse"===e.pointerType&&2===e.srcEvent.buttons){var r={x:e.center.x-t.x,y:e.center.y-t.y},s=new o.Vector3(this.locationMotion.value.x,this.locationMotion.value.y,this.locationMotion.value.z),a=this.model.bounding,l=a.getCenter(new o.Vector3),u={x:(a.max.x-a.min.x)/90*this.cameraMotion.value.fov,y:(a.max.y-a.min.y)/90*this.cameraMotion.value.fov,z:(a.max.z-a.min.z)/90*this.cameraMotion.value.fov},c=(this.camera.position.y-a.min.y)*Math.tan(this.camera.fov/2*Math.PI/180),h=this.renderer.getSize(new o.Vector2);s.add($a(2*r.x*c/h.y,this.camera.matrix)),s.add(el(2*r.y*c/h.y,this.camera.up,this.camera.matrix)),s.x=xr(s.x,l.x-u.x,l.x+u.x),s.z=xr(s.z,l.z-u.z,l.z+u.z);var d={longitude:0,latitude:Math.PI/2,fov:this.cameraMotion.value.fov,offset:s,distance:this.locationMotion.value.distance};if(this.emit("wantsPanGesture",d,e.isFinal))return;this.emit("gesture","pan",n,e.isFinal),this.emit("panGesture",d,e.isFinal),this.userAction=!0,this.locationMotion.set({x:s.x,y:s.y,z:s.z},0).catch(Ve)}else{s={x:e.center.x-t.x,y:e.center.y-t.y};var p=this.coordinatesForOffset(s),f=os(this.cameraMotion.value.longitude+-1*p.longitude),A=xr(this.cameraMotion.value.latitude+-1*p.latitude,this.minLatitude,this.maxLatitude);this.camera.aspect<1&&Math.abs(e.overallVelocityX)>.2&&Math.atan2(Math.abs(e.overallVelocityY),Math.abs(e.overallVelocityX))<Math.PI/6.923&&(A=this.cameraMotion.value.latitude);d={longitude:f,latitude:A,fov:this.cameraMotion.value.fov,offset:this.camera.pose.offset.clone(),distance:this.camera.pose.distance};if(this.emit("wantsPanGesture",d,e.isFinal))return;this.emit("gesture","pan",n,e.isFinal),this.emit("panGesture",d,e.isFinal),this.userAction=!0,this.interiaMovement=!1;var g={longitude:d.longitude,latitude:d.latitude,fov:d.fov};if(this.cameraMotion.set(g,0).catch(Ve),e.isFinal)this.emit("wantsInteriaPan",d)||(this.interiaMovement=!0,e.velocityX,e.velocityY)}}},i.prototype.onPinchGesture=function(e){var t=this.pinchState||{},i=t.distance;t.offsetY;var n=!1;if("pinchstart"!==e.type){if("pinchend"===e.type&&(n=!0,delete this.pinchState),void 0!==i){this.pinchState={distance:i};var r=e.pointers.map((function(e){return It(e,["x","y"])}));if(this.emit("wantsGesture","pinch",r,n))return;var s=xr(i/e.scale,this.minDistance,this.maxDistance);if(this.emit("wantsPinchGesture",e.scale,this.camera.pose.fov,n))return;this.emit("gesture","pinch",r,n),this.emit("pinchGesture",e.scale,this.camera.pose.fov,n),this.userAction=!0,this.locationMotion.set({distance:s},0).catch(Ve)}var a=this.panState,l=e.pointers.length;if(e.isFinal?delete this.panState:this.panState={pointerLength:l,x:e.center.x,y:e.center.y},void 0!==a&&a.pointerLength===l){var u=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","pinch",u,n)){var c=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","pinch",c,n)){var h={x:e.center.x-a.x,y:e.center.y-a.y},d=new o.Vector3(this.locationMotion.value.x,this.locationMotion.value.y,this.locationMotion.value.z),p=this.model.bounding,f=p.getCenter(new o.Vector3),A={x:(p.max.x-p.min.x)/90*this.cameraMotion.value.fov,y:(p.max.y-p.min.y)/90*this.cameraMotion.value.fov,z:(p.max.z-p.min.z)/90*this.cameraMotion.value.fov},g=(this.camera.position.y-p.min.y)*Math.tan(this.camera.fov/2*Math.PI/180),m=this.renderer.getSize(new o.Vector2);d.add($a(2*h.x*g/m.y,this.camera.matrix)),d.add(el(2*h.y*g/m.y,this.camera.up,this.camera.matrix)),d.x=xr(d.x,f.x-A.x,f.x+A.x),d.z=xr(d.z,f.z-A.z,f.z+A.z);var v={longitude:0,latitude:Math.PI/2,fov:this.cameraMotion.value.fov,offset:d,distance:this.locationMotion.value.distance};this.emit("wantsPanGesture",v,e.isFinal)||(this.emit("gesture","pan",c,e.isFinal),this.emit("panGesture",v,e.isFinal),this.userAction=!0,this.locationMotion.set({x:d.x,y:d.y,z:d.z},0).catch(Ve))}}}}else this.pinchState={distance:this.locationMotion.value.distance}},i.prototype.onMouseWheel=function(e){var t=this,i=(Math.abs(e.deltaY)>Math.abs(e.deltaX)?e.deltaY:e.deltaX)/-60,n=[{x:e.clientX,y:e.clientY,delta:i}];if(!this.emit("wantsGesture","mouseWheel",n,!1)){var r=xr(this.locationMotion.value.distance-i/2,this.minDistance,this.maxDistance);this.emit("wantsMouseWheel",i,this.camera.pose.fov,!1)||(this.emit("gesture","mouseWheel",n,!1),this.emit("mouseWheel",i,this.camera.pose.fov,!1),this.userAction=!0,this.locationMotion.set({distance:r},0).catch(Ve),this.mouseWheelState&&clearTimeout(this.mouseWheelState.timer),this.mouseWheelState={timer:window.setTimeout((function(){delete t.mouseWheelState;t.emit("wantsGesture","mouseWheel",n,!0)||t.emit("wantsMouseWheel",i,t.camera.pose.fov,!0)||(t.emit("gesture","mouseWheel",n,!0),t.emit("mouseWheel",0,t.camera.pose.fov,!0))}),200)})}},i.prototype.onTapGesture=function(e){var t=e.pointers.map((function(e){return It(e,["x","y"])}));if(!this.emit("wantsGesture","tap",t,!0)){var i=this.relativeClientPosition(e.center),n=new o.Raycaster;if(n.setFromCamera(i,this.camera),!this.emit("wantsTapGesture",n,i,!0)){this.emit("gesture","tap",t,!0),this.emit("tapGesture",n,i,!0),this.interiaMovement=!1;var r=this.getForwardPanoIndexOrNot(n);if(!gr(r)){this.emit("panoSelected",r);var s={longitude:this.camera.pose.longitude,latitude:0};this.emit("wantsMoveToPano",r,s,!0)}}}},i.prototype.onPressGesture=function(e,t){var i,n,r=[e];if(this.emit("wantsGesture","press",r,t))return null===(i=this.pressState)||void 0===i||i.stop(),void delete this.pressState;var s=this.relativeClientPosition(e),a=new o.Raycaster;if(a.setFromCamera(s,this.camera),this.emit("wantsPressGesture",a,s,e.delta,t))return null===(n=this.pressState)||void 0===n||n.stop(),void delete this.pressState;this.emit("gesture","press",r,t),this.emit("pressGesture",a,s,e.delta,t)},i}(Is),il={type:"move"},nl=function(){function e(){this._targetRay=null,this._grip=null,this._hand=null,this._axes=[0,0]}return e.prototype.getHandSpace=function(){return null===this._hand&&(this._hand=new o.Group,this._hand.matrixAutoUpdate=!1,this._hand.visible=!1,this._hand.joints={},this._hand.inputState={pinching:!1}),this._hand},e.prototype.getTargetRaySpace=function(){return null===this._targetRay&&(this._targetRay=new o.Group,this._targetRay.matrixAutoUpdate=!1,this._targetRay.visible=!1,this._targetRay.hasLinearVelocity=!1,this._targetRay.linearVelocity=new o.Vector3,this._targetRay.hasAngularVelocity=!1,this._targetRay.angularVelocity=new o.Vector3),this._targetRay},e.prototype.getGripSpace=function(){return null===this._grip&&(this._grip=new o.Group,this._grip.matrixAutoUpdate=!1,this._grip.visible=!1,this._grip.hasLinearVelocity=!1,this._grip.linearVelocity=new o.Vector3,this._grip.hasAngularVelocity=!1,this._grip.angularVelocity=new o.Vector3),this._grip},e.prototype.dispatchEvent=function(e){return null!==this._targetRay&&this._targetRay.dispatchEvent(e),null!==this._grip&&this._grip.dispatchEvent(e),null!==this._hand&&this._hand.dispatchEvent(e),this},e.prototype.disconnect=function(e){return this.dispatchEvent({type:"disconnected",data:e}),null!==this._targetRay&&(this._targetRay.visible=!1),null!==this._grip&&(this._grip.visible=!1),null!==this._hand&&(this._hand.visible=!1),this},e.prototype.getAxes=function(){return this._axes},e.prototype.update=function(e,t,i){var n=null,r=null,s=null,a=this._targetRay,l=this._grip,u=this._hand;if(e&&e.gamepad&&e.gamepad.axes&&(this._axes=[e.gamepad.axes[2],e.gamepad.axes[3]]),e&&"visible-blurred"!==t.session.visibilityState)if(null!==a&&null!==(n=t.getPose(e.targetRaySpace,i))&&(a.matrix.fromArray(n.transform.matrix),a.matrix.decompose(a.position,a.rotation,a.scale),n.linearVelocity?(a.hasLinearVelocity=!0,a.linearVelocity.copy(n.linearVelocity)):a.hasLinearVelocity=!1,n.angularVelocity?(a.hasAngularVelocity=!0,a.angularVelocity.copy(n.angularVelocity)):a.hasAngularVelocity=!1,this.dispatchEvent(il)),u&&e.hand){s=!0;for(var c=0,h=e.hand.values();c<h.length;c++){var d=h[c],p=t.getJointPose(d,i);if(void 0===u.joints[d.jointName]){var f=new o.Group;f.matrixAutoUpdate=!1,f.visible=!1,u.joints[d.jointName]=f,u.add(f)}var A=u.joints[d.jointName];null!==p&&(A.matrix.fromArray(p.transform.matrix),A.matrix.decompose(A.position,A.rotation,A.scale),A.jointRadius=p.radius),A.visible=null!==p}var g=u.joints["index-finger-tip"],m=u.joints["thumb-tip"],v=g.position.distanceTo(m.position);u.inputState.pinching&&v>.025?(u.inputState.pinching=!1,this.dispatchEvent({type:"pinchend",handedness:e.handedness,target:this})):!u.inputState.pinching&&v<=.015&&(u.inputState.pinching=!0,this.dispatchEvent({type:"pinchstart",handedness:e.handedness,target:this}))}else null!==l&&e.gripSpace&&null!==(r=t.getPose(e.gripSpace,i))&&(l.matrix.fromArray(r.transform.matrix),l.matrix.decompose(l.position,l.rotation,l.scale),r.linearVelocity?(l.hasLinearVelocity=!0,l.linearVelocity.copy(r.linearVelocity)):l.hasLinearVelocity=!1,r.angularVelocity?(l.hasAngularVelocity=!0,l.angularVelocity.copy(r.angularVelocity)):l.hasAngularVelocity=!1);return null!==a&&(a.visible=null!==n),null!==l&&(l.visible=null!==r),null!==u&&(u.visible=null!==s),this},e}(),rl=function(e){function i(t,i,n){var r,s,a,l=this;return(l=e.call(this)||this).isPanorama=null===(r=null==n?void 0:n.isPanorama)||void 0===r||r,l.machineType=null!==(s=null==n?void 0:n.machineType)&&void 0!==s?s:"Pico",l.renderer=t,l.gl=i,l.enabled=!1,l.session=null,l.referenceSpaceType=null!==(a=null==n?void 0:n.referenceSpaceType)&&void 0!==a?a:"local-floor",l.referenceSpace=null,l.controllers=[new nl,new nl],l.inputSourcesMap=new Map,l.cameraVR=new o.ArrayCamera,l.cameraL=new o.PerspectiveCamera,l.cameraR=new o.PerspectiveCamera,l.cameraL.viewport=new o.Vector4,l.cameraR.viewport=new o.Vector4,l.cameraL.layers.enable(1),l.cameraR.layers.enable(2),l.cameraVR.layers.enable(1),l.cameraVR.layers.enable(2),l.isPresenting=!1,l.currentDepthNear=null,l.currentDepthFar=null,l.cameraLPos=new o.Vector3,l.cameraRPos=new o.Vector3,l}return t.__extends(i,e),i.prototype.getController=function(e){var t=this.controllers[e];return t||console.warn("no controller find"),t.getTargetRaySpace()},i.prototype.getCameras=function(){return{cameraL:this.cameraL,cameraR:this.cameraR,cameraVR:this.cameraVR}},i.prototype.updateCamera=function(e,t){null===t?e.matrixWorld.copy(e.matrix):e.matrixWorld.multiplyMatrices(t.matrixWorld,e.matrix),e.matrixWorldInverse.getInverse(e.matrixWorld)},i.prototype.setProjectionFromUnion=function(e,t,i){this.cameraLPos.setFromMatrixPosition(t.matrixWorld),this.cameraRPos.setFromMatrixPosition(i.matrixWorld);var n=this.cameraLPos.distanceTo(this.cameraRPos),r=t.projectionMatrix.elements,o=i.projectionMatrix.elements,s=r[14]/(r[10]-1),a=r[14]/(r[10]+1),l=(r[9]+1)/r[5],u=(r[9]-1)/r[5],c=(r[8]-1)/r[0],h=(o[8]+1)/o[0],d=s*c,p=s*h,f=n/(-c+h),A=f*-c;t.matrixWorld.decompose(e.position,e.quaternion,e.scale),e.translateX(A),e.translateZ(f),e.matrixWorld.compose(e.position,e.quaternion,e.scale),e.matrixWorldInverse.getInverse(e.matrixWorld);var g=s+f,m=a+f,v=d-A,y=p+(n-A),b=l*a/m*g,x=u*a/m*g;e.projectionMatrix.makePerspective(v,y,b,x,g,m)},i.prototype.getCamera=function(e){this.cameraVR.near=this.cameraR.near=this.cameraL.near=e.near,this.cameraVR.far=this.cameraR.far=this.cameraL.far=e.far,!this.session||this.currentDepthNear===this.cameraVR.near&&this.currentDepthFar===this.cameraVR.far||(this.session.updateRenderState({depthNear:this.cameraVR.near,depthFar:this.cameraVR.far}),this.currentDepthNear=this.cameraVR.near,this.currentDepthFar=this.cameraVR.far);var t=e.parent,i=this.cameraVR.cameras;this.updateCamera(this.cameraVR,t);for(var n=0;n<i.length;n++)this.updateCamera(i[n],t);e.matrixWorld.copy(this.cameraVR.matrixWorld);for(var r=e.children,o=(n=0,r.length);n<o;n++)r[n].updateMatrixWorld(!0);return 2===i.length?this.setProjectionFromUnion(this.cameraVR,this.cameraL,this.cameraR):this.cameraVR.projectionMatrix.copy(this.cameraL.projectionMatrix),this.cameraVR},i.prototype.updateInputSources=function(e){if(this.session){for(var t=this.session.inputSources,i=0;i<this.controllers.length;i++)this.inputSourcesMap.set(t[i],this.controllers[i]);for(i=0;i<e.removed.length;i++){var n=e.removed[i];(r=this.inputSourcesMap.get(n))&&(r.dispatchEvent({type:"disconnected",data:n}),this.inputSourcesMap.delete(n))}for(i=0;i<e.added.length;i++){var r;n=e.added[i];(r=this.inputSourcesMap.get(n))&&r.dispatchEvent({type:"connected",data:n})}}else console.warn("session is lose!")},i.prototype.onSessionEvent=function(e){var t=this.inputSourcesMap.get(e.inputSource);t&&t.dispatchEvent({type:e.type})},i.prototype.onSessionEnd=function(){this.inputSourcesMap.forEach((function(e,t){e.disconnect(t)})),this.inputSourcesMap.clear(),this.renderer.setFramebuffer(null),this.renderer.setRenderTarget(this.renderer.getRenderTarget()),this.isPresenting=!1,this.session=null,ut.shared.setContext(null),this.emit("webXRSessionEnd")},i.prototype.onRequestReferenceSpace=function(e){this.referenceSpace=e,this.isPresenting=!0,this.emit("webXRSessionStart")},i.prototype.setSession=function(e){var t=this;if(this.session=e,this.session){this.session.addEventListener("select",(function(e){t.onSessionEvent(e)})),this.session.addEventListener("selectstart",(function(e){t.onSessionEvent(e)})),this.session.addEventListener("selectend",(function(e){t.onSessionEvent(e)})),this.session.addEventListener("squeeze",(function(e){t.onSessionEvent(e)})),this.session.addEventListener("squeezestart",(function(e){t.onSessionEvent(e)})),this.session.addEventListener("squeezeend",(function(e){t.onSessionEvent(e)})),this.session.addEventListener("end",(function(e){t.onSessionEnd()}));var i=this.gl.getContextAttributes();this.gl.makeXRCompatible().then((function(){var e={antialias:null==i?void 0:i.antialias,alpha:null==i?void 0:i.alpha,depth:null==i?void 0:i.depth,stencil:null==i?void 0:i.stencil,framebufferScaleFactor:1};if(t.session){switch(t.machineType){case"Pico":t.session.updateRenderState({baseLayer:new XRWebGLLayer(t.session,t.gl,e)});break;case"Oculus":t.session.updateRenderState({layers:[new XRWebGLLayer(t.session,t.gl,e)]});break;default:t.machineType}t.session.requestReferenceSpace(t.referenceSpaceType).then((function(e){t.onRequestReferenceSpace(e)})),t.session.addEventListener("inputsourceschange",(function(e){t.updateInputSources(e)}))}else console.error("session is lose while set session!")}))}},i}(Qe),ol=["webXRSessionStart","webXRSessionEnd"],sl=function(e){function i(){var t=e.call(this)||this;t.type="LineSegmentsGeometry";return t.setIndex([0,2,1,2,3,1,2,4,3,4,5,3,4,6,5,6,7,5]),t.setAttribute("position",new o.Float32BufferAttribute([-1,2,0,1,2,0,-1,1,0,1,1,0,-1,0,0,1,0,0,-1,-1,0,1,-1,0],3)),t.setAttribute("uv",new o.Float32BufferAttribute([-1,2,1,2,-1,1,1,1,-1,-1,1,-1,-1,-2,1,-2],2)),t}return t.__extends(i,e),i.prototype.applyMatrix4=function(e){var t=this.attributes.instanceStart,i=this.attributes.instanceEnd;return void 0!==t&&(t.applyMatrix4(e),i.applyMatrix4(e),t.needsUpdate=!0),null!==this.boundingBox&&this.computeBoundingBox(),null!==this.boundingSphere&&this.computeBoundingSphere(),this},i.prototype.setPositions=function(e){var t;t=e instanceof Float32Array?e:Array.isArray(e)?new Float32Array(e):new Float32Array;var i=new o.InstancedInterleavedBuffer(t,6,1);return this.setAttribute("instanceStart",new o.InterleavedBufferAttribute(i,3,0)),this.setAttribute("instanceEnd",new o.InterleavedBufferAttribute(i,3,3)),this.computeBoundingBox(),this.computeBoundingSphere(),this},i.prototype.setColors=function(e){var t;t=e instanceof Float32Array?e:Array.isArray(e)?new Float32Array(e):new Float32Array;var i=new o.InstancedInterleavedBuffer(t,6,1);return this.setAttribute("instanceColorStart",new o.InterleavedBufferAttribute(i,3,0)),this.setAttribute("instanceColorEnd",new o.InterleavedBufferAttribute(i,3,3)),this},i.prototype.fromWireframeGeometry=function(e){return this.setPositions(e.attributes.position.array),this},i.prototype.fromEdgesGeometry=function(e){return this.setPositions(e.attributes.position.array),this},i.prototype.fromMesh=function(e){return this.fromWireframeGeometry(new o.WireframeGeometry(e.geometry)),this},i.prototype.fromLineSegments=function(e){var t=e.geometry;if(t instanceof o.Geometry){var i=(new o.BufferGeometry).fromGeometry(t);this.setPositions(i.attributes.position.array)}else t instanceof o.BufferGeometry&&this.setPositions(t.attributes.position.array);return this},i.prototype.computeBoundingBox=function(){null===this.boundingBox&&(this.boundingBox=new o.Box3);var e=this.attributes.instanceStart,t=this.attributes.instanceEnd;if(void 0!==e&&void 0!==t){var i=new o.Box3;this.boundingBox.setFromBufferAttribute(e),i.setFromBufferAttribute(t),this.boundingBox.union(i)}},i.prototype.computeBoundingSphere=function(){null===this.boundingSphere&&(this.boundingSphere=new o.Sphere),null===this.boundingBox&&this.computeBoundingBox();var e=this.attributes.instanceStart,t=this.attributes.instanceEnd;if(void 0!==e&&void 0!==t){var i=this.boundingSphere.center;this.boundingBox.getCenter(i);for(var n=0,r=new o.Vector3,s=0,a=e.count;s<a;s++)r.fromBufferAttribute(e,s),n=Math.max(n,i.distanceToSquared(r)),r.fromBufferAttribute(t,s),n=Math.max(n,i.distanceToSquared(r));this.boundingSphere.radius=Math.sqrt(n),isNaN(this.boundingSphere.radius)&&console.error("THREE.LineSegmentsGeometry.computeBoundingSphere(): Computed radius is NaN. The instanced position data is likely to have NaN values.",this)}},i.prototype.toJSON=function(){},i}(o.InstancedBufferGeometry);Object.assign(sl.prototype,{isLineSegmentsGeometry:!0});var al={uniforms:o.UniformsUtils.merge([o.UniformsLib.common,o.UniformsLib.fog,{linewidth:{value:1},resolution:{value:new o.Vector2(1,1)},dashScale:{value:1},dashSize:{value:1},gapSize:{value:1},opacity:{value:1}}]),vertexShader:"\n\t\t#include <common>\n\t\t#include <color_pars_vertex>\n\t\t#include <fog_pars_vertex>\n\t\t#include <logdepthbuf_pars_vertex>\n\t\t#include <clipping_planes_pars_vertex>\n\n\t\tuniform float linewidth;\n\t\tuniform vec2 resolution;\n\n\t\tattribute vec3 instanceStart;\n\t\tattribute vec3 instanceEnd;\n\n\t\tattribute vec3 instanceColorStart;\n\t\tattribute vec3 instanceColorEnd;\n\n\t\tvarying vec2 vUv;\n\n\t\t#ifdef USE_DASH\n\n\t\t\tuniform float dashScale;\n\t\t\tattribute float instanceDistanceStart;\n\t\t\tattribute float instanceDistanceEnd;\n\t\t\tvarying float vLineDistance;\n\n\t\t#endif\n\n\t\tvoid trimSegment( const in vec4 start, inout vec4 end ) {\n\n\t\t\t// trim end segment so it terminates between the camera plane and the near plane\n\n\t\t\t// conservative estimate of the near plane\n\t\t\tfloat a = projectionMatrix[ 2 ][ 2 ]; // 3nd entry in 3th column\n\t\t\tfloat b = projectionMatrix[ 3 ][ 2 ]; // 3nd entry in 4th column\n\t\t\tfloat nearEstimate = - 0.5 * b / a;\n\n\t\t\tfloat alpha = ( nearEstimate - start.z ) / ( end.z - start.z );\n\n\t\t\tend.xyz = mix( start.xyz, end.xyz, alpha );\n\n\t\t}\n\n\t\tvoid main() {\n\n\t\t\t#ifdef USE_COLOR\n\n\t\t\t\tvColor.xyz = ( position.y < 0.5 ) ? instanceColorStart : instanceColorEnd;\n\n\t\t\t#endif\n\n\t\t\t#ifdef USE_DASH\n\n\t\t\t\tvLineDistance = ( position.y < 0.5 ) ? dashScale * instanceDistanceStart : dashScale * instanceDistanceEnd;\n\n\t\t\t#endif\n\n\t\t\tfloat aspect = resolution.x / resolution.y;\n\n\t\t\tvUv = uv;\n\n\t\t\t// camera space\n\t\t\tvec4 start = modelViewMatrix * vec4( instanceStart, 1.0 );\n\t\t\tvec4 end = modelViewMatrix * vec4( instanceEnd, 1.0 );\n\n\t\t\t// special case for perspective projection, and segments that terminate either in, or behind, the camera plane\n\t\t\t// clearly the gpu firmware has a way of addressing this issue when projecting into ndc space\n\t\t\t// but we need to perform ndc-space calculations in the shader, so we must address this issue directly\n\t\t\t// perhaps there is a more elegant solution -- WestLangley\n\n\t\t\tbool perspective = ( projectionMatrix[ 2 ][ 3 ] == - 1.0 ); // 4th entry in the 3rd column\n\n\t\t\tif ( perspective ) {\n\n\t\t\t\tif ( start.z < 0.0 && end.z >= 0.0 ) {\n\n\t\t\t\t\ttrimSegment( start, end );\n\n\t\t\t\t} else if ( end.z < 0.0 && start.z >= 0.0 ) {\n\n\t\t\t\t\ttrimSegment( end, start );\n\n\t\t\t\t}\n\n\t\t\t}\n\n\t\t\t// clip space\n\t\t\tvec4 clipStart = projectionMatrix * start;\n\t\t\tvec4 clipEnd = projectionMatrix * end;\n\n\t\t\t// ndc space\n\t\t\tvec2 ndcStart = clipStart.xy / clipStart.w;\n\t\t\tvec2 ndcEnd = clipEnd.xy / clipEnd.w;\n\n\t\t\t// direction\n\t\t\tvec2 dir = ndcEnd - ndcStart;\n\n\t\t\t// account for clip-space aspect ratio\n\t\t\tdir.x *= aspect;\n\t\t\tdir = normalize( dir );\n\n\t\t\t// perpendicular to dir\n\t\t\tvec2 offset = vec2( dir.y, - dir.x );\n\n\t\t\t// undo aspect ratio adjustment\n\t\t\tdir.x /= aspect;\n\t\t\toffset.x /= aspect;\n\n\t\t\t// sign flip\n\t\t\tif ( position.x < 0.0 ) offset *= - 1.0;\n\n\t\t\t// endcaps\n\t\t\tif ( position.y < 0.0 ) {\n\n\t\t\t\toffset += - dir;\n\n\t\t\t} else if ( position.y > 1.0 ) {\n\n\t\t\t\toffset += dir;\n\n\t\t\t}\n\n\t\t\t// adjust for linewidth\n\t\t\toffset *= linewidth;\n\n\t\t\t// adjust for clip-space to screen-space conversion // maybe resolution should be based on viewport ...\n\t\t\toffset /= resolution.y;\n\n\t\t\t// select end\n\t\t\tvec4 clip = ( position.y < 0.5 ) ? clipStart : clipEnd;\n\n\t\t\t// back to clip space\n\t\t\toffset *= clip.w;\n\n\t\t\tclip.xy += offset;\n\n\t\t\tgl_Position = clip;\n\n\t\t\tvec4 mvPosition = ( position.y < 0.5 ) ? start : end; // this is an approximation\n\n\t\t\t#include <logdepthbuf_vertex>\n\t\t\t#include <clipping_planes_vertex>\n\t\t\t#include <fog_vertex>\n\n\t\t}\n\t\t",fragmentShader:"\n\t\tuniform vec3 diffuse;\n\t\tuniform float opacity;\n\n\t\t#ifdef USE_DASH\n\n\t\t\tuniform float dashSize;\n\t\t\tuniform float gapSize;\n\n\t\t#endif\n\n\t\tvarying float vLineDistance;\n\n\t\t#include <common>\n\t\t#include <color_pars_fragment>\n\t\t#include <fog_pars_fragment>\n\t\t#include <logdepthbuf_pars_fragment>\n\t\t#include <clipping_planes_pars_fragment>\n\n\t\tvarying vec2 vUv;\n\n\t\tvoid main() {\n\n\t\t\t#include <clipping_planes_fragment>\n\n\t\t\t#ifdef USE_DASH\n\n\t\t\t\tif ( vUv.y < - 1.0 || vUv.y > 1.0 ) discard; // discard endcaps\n\n\t\t\t\tif ( mod( vLineDistance, dashSize + gapSize ) > dashSize ) discard; // todo - FIX\n\n\t\t\t#endif\n\n\t\t\tif ( abs( vUv.y ) > 1.0 ) {\n\n\t\t\t\tfloat a = vUv.x;\n\t\t\t\tfloat b = ( vUv.y > 0.0 ) ? vUv.y - 1.0 : vUv.y + 1.0;\n\t\t\t\tfloat len2 = a * a + b * b;\n\n\t\t\t\tif ( len2 > 1.0 ) discard;\n\n\t\t\t}\n\n\t\t\tvec4 diffuseColor = vec4( diffuse, opacity );\n\n\t\t\t#include <logdepthbuf_fragment>\n\t\t\t#include <color_fragment>\n\n\t\t\tgl_FragColor = vec4( diffuseColor.rgb, diffuseColor.a );\n\n\t\t\t#include <tonemapping_fragment>\n\t\t\t#include <fog_fragment>\n\t\t\t#include <premultiplied_alpha_fragment>\n\n\t\t}\n\t\t"},ll=function(e){function i(t){var i=e.call(this,{uniforms:o.UniformsUtils.clone(al.uniforms),vertexShader:al.vertexShader,fragmentShader:al.fragmentShader,clipping:!0})||this;return i.type="LineMaterial",i.dashed=!1,Object.defineProperties(i,{color:{enumerable:!0,get:function(){return this.uniforms.diffuse.value},set:function(e){this.uniforms.diffuse.value=e}},linewidth:{enumerable:!0,get:function(){return this.uniforms.linewidth.value},set:function(e){this.uniforms.linewidth.value=e}},dashScale:{enumerable:!0,get:function(){return this.uniforms.dashScale.value},set:function(e){this.uniforms.dashScale.value=e}},dashSize:{enumerable:!0,get:function(){return this.uniforms.dashSize.value},set:function(e){this.uniforms.dashSize.value=e}},gapSize:{enumerable:!0,get:function(){return this.uniforms.gapSize.value},set:function(e){this.uniforms.gapSize.value=e}},opacity:{enumerable:!0,get:function(){return this.uniforms.opacity.value},set:function(e){this.uniforms.opacity.value=e}},resolution:{enumerable:!0,get:function(){return this.uniforms.resolution.value},set:function(e){this.uniforms.resolution.value.copy(e)}}}),i.setValues(t),i}return t.__extends(i,e),i}(o.ShaderMaterial);Object.assign(ll.prototype,{isLineMaterial:!0});var ul=function(e){function i(t,i){var n=e.call(this)||this;return n.type="LineSegments2",n.geometry=void 0!==t?t:new sl,n.material=void 0!==i?i:new ll({color:16777215*Math.random()}),n}return t.__extends(i,e),i.prototype.computeLineDistances=function(){for(var e=this.geometry,t=e.attributes.instanceStart,i=e.attributes.instanceEnd,n=new Float32Array(2*t.count),r=new o.Vector3,s=new o.Vector3,a=0,l=0,u=t.count;a<u;a++,l+=2)r.fromBufferAttribute(t,a),s.fromBufferAttribute(i,a),n[l]=0===l?0:n[l-1],n[l+1]=n[l]+r.distanceTo(s);var c=new o.InstancedInterleavedBuffer(n,2,1);return e.setAttribute("instanceDistanceStart",new o.InterleavedBufferAttribute(c,1,0)),e.setAttribute("instanceDistanceEnd",new o.InterleavedBufferAttribute(c,1,1)),this},i.prototype.raycast=function(e,t){null===e.camera&&console.error('LineSegments2: "Raycaster.camera" needs to be set in order to raycast against LineSegments2.');var i=e.ray,n=e.camera,r=n.projectionMatrix,s=this.geometry,a=this.material,l=a.resolution,u=a.linewidth,c=s.attributes.instanceStart,h=s.attributes.instanceEnd,d=new o.Vector4,p=new o.Vector4,f=new o.Vector4,A=new o.Vector3,g=new o.Matrix4,m=new o.Line3,v=new o.Vector3;i.at(1,f),f.w=1,f.applyMatrix4(n.matrixWorldInverse),f.applyMatrix4(r),f.multiplyScalar(1/f.w),f.x*=l.x/2,f.y*=l.y/2,f.z=0,A.copy(f);var y=this.matrixWorld;g.multiplyMatrices(n.matrixWorldInverse,y);for(var b=0,x=c.count;b<x;b++){d.fromBufferAttribute(c,b),p.fromBufferAttribute(h,b),d.w=1,p.w=1,d.applyMatrix4(g),p.applyMatrix4(g),d.applyMatrix4(r),p.applyMatrix4(r),d.multiplyScalar(1/d.w),p.multiplyScalar(1/p.w);var w=d.z<-1&&p.z<-1,E=d.z>1&&p.z>1;if(!w&&!E){d.x*=l.x/2,d.y*=l.y/2,p.x*=l.x/2,p.y*=l.y/2,m.start.copy(d),m.start.z=0,m.end.copy(p),m.end.z=0;var M=m.closestPointToPointParameter(A,!0);m.at(M,v);var S=o.MathUtils.lerp(d.z,p.z,M),I=S>=-1&&S<=1,C=A.distanceTo(v)<.5*u;if(I&&C){m.start.fromBufferAttribute(c,b),m.end.fromBufferAttribute(h,b),m.start.applyMatrix4(y),m.end.applyMatrix4(y);var B=new o.Vector3,P=new o.Vector3;i.distanceSqToSegment(m.start,m.end,P,B),t.push({point:P,pointOnLine:B,distance:i.origin.distanceTo(P),object:this,faceIndex:b})}}}},i}(o.Mesh);Object.assign(ul.prototype,{isLineSegments2:!0});var cl=function(e){function i(t,i){var n=e.call(this,t,i)||this;return n.type="Line2",n}return t.__extends(i,e),i}(ul);Object.assign(cl.prototype,{isLine2:!0});var hl=function(e){function i(){var t=e.call(this)||this;return t.type="LineGeometry",t}return t.__extends(i,e),i.prototype.setPositions=function(t){for(var i=t.length-3,n=new Float32Array(2*i),r=0;r<i;r+=3)n[2*r]=t[r],n[2*r+1]=t[r+1],n[2*r+2]=t[r+2],n[2*r+3]=t[r+3],n[2*r+4]=t[r+4],n[2*r+5]=t[r+5];return e.prototype.setPositions.call(this,n),this},i.prototype.setColors=function(t){for(var i=t.length-3,n=new Float32Array(2*i),r=0;r<i;r+=3)n[2*r]=t[r],n[2*r+1]=t[r+1],n[2*r+2]=t[r+2],n[2*r+3]=t[r+3],n[2*r+4]=t[r+4],n[2*r+5]=t[r+5];return e.prototype.setColors.call(this,n),this},i.prototype.fromLine=function(e){var t=e.geometry;if(t instanceof o.Geometry){var i=(new o.BufferGeometry).fromGeometry(t);this.setPositions(i.attributes.position.array)}else t instanceof o.BufferGeometry&&this.setPositions(t.attributes.position.array);return this},i.prototype.copy=function(){return this},i}(sl);Object.assign(hl.prototype,{isLineGeometry:!0});var dl=null,pl=function(e){function i(t,i){void 0===t&&(t=new o.Vector3),void 0===i&&(i=new o.Vector3);var n=e.call(this)||this;n.type="FiveLine",n.needsRender=!0;var r=new hl,s=new ll({color:14467195,linewidth:2,dashScale:20,dashed:!1});n.line=new cl(r,s);var a=new o.BufferGeometry,l=new o.PointsMaterial({color:14467195,size:8,map:dl||(dl=(new o.TextureLoader).load("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sHDgwCEMBJZu0AAAAdaVRYdENvbW1lbnQAAAAAAENyZWF0ZWQgd2l0aCBHSU1QZC5lBwAABM5JREFUWMO1V0tPG2cUPZ4Hxh6DazIOrjFNqJs0FIMqWFgWQkatsmvVbtggKlSVRVf5AWz4AWz4AUSKEChll19QJYSXkECuhFxsHjEhxCYm+DWGMZ5HF72DJq4bAzFXurI0M/I5997v3u9cC65vTJVn2lX/xHINQOYSBLTLEuIuCWw4Z3IGAEvf6ASmVHjNzHCXBG4A0AjACsAOwEbO0nsFQBnAGYASAIl+ZRMR7SolMEdsByD09fV5R0ZGgg8ePPjW5/N1iqLYpuu6RZblciKR2I9Go69evnwZnZ+fjwI4IS8AKBIRzeQfJWCANwKwh0KhtrGxsYehUOin1tbW+zzP23ietzY2NnIAoGmaLsuyUiqVyvl8XtrY2NiamZn589mzZxsAUgCOAeQAnFI2tI+VxIjaAeDzoaGh7xYWFuZOTk6OZVk+12uYqqq6JEnn0Wg0OT4+/geAXwGEAdwDIFJQXC1wO4DWR48e/RCPxxclSSroVzRFUbSDg4P848ePFwH8DuAhkWih83TRQWxFOXgAwvDwcOfo6OhvXV1d39tsNtuVBwTDWBwOh1UUxVsMw1hXVlbSdCgNV43uYSvrHg6H24aHh38eHBz85TrgF9FYLHA4HLzH43FvbW2d7u/vG+dANp8FpqIlbd3d3V8Fg8EfBUFw4BONZVmL3+9vHhkZCQL4AoAHgJPK8G+yzC0XDofdoVAo5PP5vkadTBAEtr+/39ff3x8gAp/RPOEqx2qjx+NpvXv3bk9DQ0NDvQgwDIOWlhZrMBj8kgi0UJdxRgYMArzL5XJ7vd57qLPZ7Xamp6fnNgBXtQxcjFuHw+Hyer3t9SYgCAITCAScAJoBNNEY/08GOFVVrfVMv7kMNDntFD1vjIAPrlRN0xjckOm6biFQ3jwNPwDMZrOnqVTqfb3Bi8Wivru7W/VCYkwPlKOjo0IikXh7EwQikYgE4Nw0CfXKDCipVCoTj8df3QABbW1tLUc6oUgkFPMkVACUNjc337148eKvw8PDbJ2jP1taWkoCyNDVXDSECmNSK4qiKNLq6urW8+fPI/UicHx8rD59+jSVy+WOAKSJhKENwFItLtoxk8mwsixzHR0dHe3t7c5PAU+n09rs7OzJkydPYqVSaQfANoDXALIk31S2smU1TWMPDg7K5XKZ7+3t9TudTut1U7+wsFCcmJiIpdPpbQBxADsAknQWymYCOukBHYCuKApisdhpMpnURFEU79y503TVyKenpzOTk5M7e3t7MQKPV0Zv1gNm+awB0MvlshqLxfLb29uyJElWURSbXC4XXyvqxcXFs6mpqeTc3Nzu3t7e3wQcA7BPZ8Cov1pNlJplmQtAG8MwHV6v95tAINA5MDBwPxAIuLu6upr8fr/VAN3c3JQjkcjZ+vp6fnl5+d2bN29SuVzuNYAEpf01CdRChUL+X1VskHACuA3Ay3Fcu9vt7nA6nZ7m5uYWQRCaNE3jVVW15PP580KhIGUymWw2m00DOAJwSP4WwPtq4LX2Ao6USxNlQyS/RcQcdLGwlNIz6vEMAaZpNzCk2Pll94LK/cDYimxERiBwG10sxjgvEZBE0UpE6vxj+0Ct5bTaXthgEhRmja8QWNkkPGsuIpfdjpkK+cZUWTC0KredVmtD/gdlSl6EG4AMvQAAAABJRU5ErkJggg==")),sizeAttenuation:!1,transparent:!0});return n.points=new o.Points(a,l),n.points.renderOrder=11,n.points.frustumCulled=!1,n.setPoints(t,i),n.add(n.line,n.points),n}return t.__extends(i,e),Object.defineProperty(i,"version",{get:function(){return"5.0.0-alpha.151"},enumerable:!1,configurable:!0}),i.prototype.setPoints=function(e,t){var i=[].concat(e.toArray(),t.toArray());this.points.geometry.setAttribute("position",new o.BufferAttribute(new Float32Array(i),3)),this.line.geometry.setPositions(i),this.line.computeLineDistances(),this.needsRender=!0},i.prototype.getPoints=function(){var e=this.points.geometry.attributes.position.array;return[new o.Vector3(e[0],e[1],e[2]),new o.Vector3(e[3],e[4],e[5])]},i.prototype.setMaterial=function(e){var t=this.line.material;for(var i in e)if(e.hasOwnProperty(i)){var n=e[i];"dashed"===i?(t.dashed=n,n?t.defines.USE_DASH="":delete t.defines.USE_DASH,t.needsUpdate=!0):t[i]=e[i]}this.needsRender=!0},i.prototype.setResolution=function(e,t){var i=this.line.material.resolution;i.x===e&&i.y===t||(i.set(e,t),this.needsRender=!0)},i}(o.Object3D);Object.assign(pl.prototype,{isFiveLine:!0});var fl=(new o.Matrix4).makeRotationAxis(new o.Vector3(0,1,0),Math.PI),Al=new o.Vector3(-1,1,1),gl=function(e){function i(i){var n=e.call(this,i)||this;n.xrManager=new rl(n.renderer,n.renderer.getContext()),n.xrControllerRay=new o.Raycaster,n.xrRayLine=new pl,n.boundingMesh.visible=!0,n.panoResources={},n.panoResources[n.locationMotion.keyframes[0].key=n.locationMotion.keyframes[1].key=tr()]={panoIndex:n.currentPanoIndex,workCode:n.work.workCode,panoPicture:null,position:n.camera.pose.offset.clone(),effect:"fade"},n.parallaxCameraMatrixs=[];var r=ut.shared.getContext();if(!r)return console.error("获取session失败,请退出重试"),n;r.addEventListener("select",(function(e){n.emit("webXRSelected","Select"),n.checkSelectedPano()})),r.addEventListener("squeeze",(function(e){n.emit("webXRSelected","Squeeze")})),n.xrManager.setSession(r);for(var s=function(e){a.xrManager.on(e,(function(){for(var i=[],r=0;r<arguments.length;r++)i[r]=arguments[r];n.emit.apply(n,t.__spreadArray([e],i,!1))}))},a=this,l=0,u=ol;l<u.length;l++){s(u[l])}return n}return t.__extends(i,e),i.parseArgs=function(i){var n=t.__assign(t.__assign({},i),{maxLatitude:Math.PI/2,minLatitude:-Math.PI/2});return e.parseArgs.call(this,n)},i.initAnimationEndPose=function(t){var i=this.parseArgs(t);return e.initAnimationEndPose.call(this,i)},i.prototype.moveToPano=function(e,i,n){var r,s,a,l,u=this,c=this.work.observers[e],h=this.imageOptions.size;if(void 0===h&&c){var d=c.images.up.match(/\/cube_(\d+)\//);d&&(h=Number(d[1]))}void 0===h&&(h=2048);var p=this.imageOptions.transform,f=function(e,t){return function(e,t){if(!t)return e;var i=e.match(/\d+_[a-z].png/);return e.substring(0,i.index)+t+"/"+e.substring(i.index)}(ft(e,p,t))},A=t.__assign({key:"pano.".concat(e),basisLoaderInitialized:ei.isInitialized()},It(this.imageOptions,["format","size","quality"])),g=c.images,m=null!==(s=null===(r=c.images.tiles)||void 0===r?void 0:r.filter((function(e){return e.size>h})))&&void 0!==s?s:null,v="pano:"+Fs([g,A,p]);if(this.pendingTextureTask){if(this.pendingTextureTask.hash===v)return;var y=this.pendingTextureTask.panoIndex;null===(a=this.panoMeshes[y])||void 0===a||a.setProgress(0),this.emit("textureAbort",y,c),this.pendingTextureTask.onError(new Error("texture aborted"))}var b,x=this.model.getMaterial()||{},w=x.pano0,E=x.pano1;if((null==w?void 0:w.map.name)===v?b=w:(null==E?void 0:E.map.name)===v&&(b=E),b){var M={panoIndex:e,workCode:this.work.workCode,effect:null!==(l=i.effect)&&void 0!==l?l:"fade",panoPicture:{map:b.map,luminanceMap:b.luminanceMap,matrix:(new o.Matrix4).compose(c.position,c.quaternion,Al)},position:c.position.clone()};this.doMoveToPano(e,M,i,n)}else this.pending=!0,this.pendingTextureTask={panoIndex:e,hash:v,onLoad:function(t){var r;if(u.pending=!1,u.destroyed)t.body.dispose();else{t.body.name=v;var s={panoIndex:e,workCode:u.work.workCode,effect:null!==(r=i.effect)&&void 0!==r?r:"fade",panoPicture:{map:t.body,luminanceMap:null,matrix:(new o.Matrix4).compose(c.position,c.quaternion,Al)},position:c.position.clone()};u.doMoveToPano(e,s,i,n)}},onError:function(t){u.pending=!1,i.moveCancelCallback&&i.moveCancelCallback(),u.emit("panoLoadError",t,e),u.emit("moveToPanoCanceled",e)}},Promise.all([this.tileLevelForFov&&m&&m.length?this.textureLoader.loadTiledCubeTexture(g,m,{tileMaxLevel:this.TILED_CUBE_TEXTURE_LEVEL,imageURL:{transform:f,options:A},format:o.RGBAFormat,viaAjax:!0},void 0,void 0,(function(t){var i,n;u.emit("textureLoading",t,e,c),(null===(i=u.pendingTextureTask)||void 0===i?void 0:i.hash)===v&&(null===(n=u.panoMeshes[e])||void 0===n||n.setProgress(t))}),this.renderer):this.textureLoader.loadCubeTexture(g,{imageURL:{transform:f,options:A},format:o.RGBAFormat},void 0,void 0,(function(t){var i,n;(null===(i=u.pendingTextureTask)||void 0===i?void 0:i.hash)===v&&(null===(n=u.panoMeshes[e])||void 0===n||n.setProgress(t)),u.emit("textureLoading",t,e,c)}),this.renderer)]).then((function(t){var i,n,r=t[0];(null===(i=u.pendingTextureTask)||void 0===i?void 0:i.hash)===v?(u.pendingTextureTask.onLoad(r),null===(n=u.panoMeshes[e])||void 0===n||n.setProgress(0),delete u.pendingTextureTask,u.emit("textureLoaded",e,c,r.meta)):r.body.dispose()})).catch((function(t){var i,n;(null===(i=u.pendingTextureTask)||void 0===i?void 0:i.hash)===v&&(u.pendingTextureTask.onError(t),null===(n=u.panoMeshes[e])||void 0===n||n.setProgress(0),delete u.pendingTextureTask,u.emit("textureError",t,e,c),u.emit("error",t))})),this.emit("textureStartLoad",e,c)},i.prototype.doMoveToPano=function(e,i,n,r){var s,a,l,u=this;void 0===n&&(n={}),this.userAction=r;var c=He(),h=tr();this.panoResources[h]=i;var d,p,f;if(this.locationMotion.ended){var A=this.locationMotion.getKeyFrameSegment(c);A[0];var g=A[1],m=this.locationMotion.value,v=this.panoResourceFromLocationMotionKeyframe(g).position,y=i.position;d=Math.max(v.distanceTo(y),1),p=[{key:g.key,progress:0,value:t.__assign(t.__assign({},m),{count:0})},{key:h,progress:1,value:{distance:0,perspToOrtho:0,modelAlpha:0,count:1}}],f=0}else{var b=this.locationMotion.getKeyFrameSegment(c),x=b[0],w=(g=b[1],m=this.locationMotion.value,this.panoResourceFromLocationMotionKeyframe(x).position),E=(v=this.panoResourceFromLocationMotionKeyframe(g).position,y=i.position,g.value.count-m.count),M=Math.max(w.distanceTo(v),1)*E;d=M+Math.max(v.distanceTo(y),1),p=[{key:x.key,progress:0,value:t.__assign({},m)},{key:g.key,progress:M/d,value:g.value},{key:h,progress:1,value:{count:g.value.count+1,distance:0,perspToOrtho:0,modelAlpha:0}}];var S=this.locationMotionKeyframesLength(this.locationMotion.keyframes),I=this.locationMotionKeyframesLength(p);f=this.locationMotion.getProgressVelocity(c)*S/I}var C=this.calculateMovingDuration(n.duration,d),B={longitude:n.longitude,latitude:n.latitude,fov:n.fov},P={longitude:null!==(s=B.longitude)&&void 0!==s?s:this.camera.pose.longitude,latitude:null!==(a=B.latitude)&&void 0!==a?a:this.camera.pose.latitude,fov:null!==(l=B.fov)&&void 0!==l?l:this.camera.pose.fov,offset:i.position.clone(),distance:0};n.moveStartCallback&&n.moveStartCallback(e,P),this.emit("panoWillArrive",e,P,this.userAction),this.videoTexture&&this.videoTexture.image instanceof HTMLVideoElement&&this.videoTexture.image.getAttribute("src")&&(this.videoTexture.image.pause(),this.videoTexture.image.removeAttribute("uuid"),this.videoTexture.image.removeAttribute("src"),this.videoTexture.image.oncanplay=Ve,this.videoTexture.needsUpdate=!0),this.panoVideo.setMaterial(null),this.cameraMotion.set(B,C).catch(Ve),this.locationMotion.setKeyframes(p,C,f).then((function(){var t,i,s,a={longitude:u.camera.pose.longitude,latitude:u.camera.pose.latitude,fov:u.camera.pose.fov,offset:u.camera.pose.offset.clone(),distance:0};n.moveEndCallback&&n.moveEndCallback(e,a),u.emit("panoArrived",e,a,r);var l=u.work.observers[u.currentPanoIndex];if(l&&l.video&&u.videoTexture&&u.videoTexture.image instanceof HTMLVideoElement){var c=fl.clone().multiply(null!==(s=null===(i=null===(t=u.model.getMaterial())||void 0===t?void 0:t.pano1)||void 0===i?void 0:i.matrix)&&void 0!==s?s:new o.Matrix4).multiply(l.video.matrix),h={map:u.videoTexture,size:l.video.size,matrix:c,alpha:1},d=tr(),p=u.videoTexture.image;p.setAttribute("uuid",d),Qs().then((function(e){e&&l.video&&p.getAttribute("uuid")===d&&(p.oncanplay=function(){p.oncanplay=Ve,p.play()},p.ontimeupdate=function(){p.currentTime>.5&&(p.ontimeupdate=Ve,u.panoVideo.setMaterial(h))},p.src=l.video.source)})).catch((function(){p.removeAttribute("uuid")}))}}),(function(){n.moveCancelCallback&&n.moveCancelCallback(),u.emit("moveToPanoCanceled",e)}))},i.prototype.checkSelectedPano=function(){var e=this,i=this.xrControllerRay;this.interiaMovement=!1;var n=this.camera.getWorldDirection(new o.Vector3).setY(0),r=null,s=this.work.observers[this.currentPanoIndex];if(!s)return r;var a=s.accessibleNodes.filter((function(t){if(t===e.currentPanoIndex)return!1;var i=e.work.observers[t];return!(i.position.distanceTo(e.camera.position)>e.maxAccessibleDistance)&&(i.loadable||i.active)})),l=this.model.intersectRaycaster(i)[0];if(l){var u=ps(a,(function(t){var i=e.work.observers[t].standingPosition.clone();return i.clone().sub(e.camera.position).setY(0).angleTo(n)>Math.PI/2?1/0:i.distanceTo(l.point)}),!0),c=u[0];u[1]<this.panoTapTriggerRadius&&(r=c)}gr(r)&&(r=this.getForwardPanoIndexOrNot(i));for(var h=0,d=this.locationMotion.keyframes;h<d.length;h++){var p=d[h],f=this.panoResourceFromLocationMotionKeyframe(p);if(!(p.progress<this.locationMotion.progress)&&f.panoIndex===r){r=null;break}}if(this.emit("panoSelected",r),gr(r))return!0===this.locationMotion.ended&&this.cameraBounce(),r;var A=this.work.observers[r];if(!A.active)return this.panoMeshes[r]&&(this.panoMeshes[r].setDisabled(!1),this.panoMeshes[r].setLoading(!0)),r;for(var g={effect:"fade"},m=Math.PI/6,v=Math.PI/12,y=new o.Vector3(0,1,0),b=A.position.clone().setY(0).sub(s.position.clone().setY(0)).normalize(),x=b.clone().applyAxisAngle(y,m),w=b.clone().applyAxisAngle(y,-m),E=[],M=[],S=[],I=0,C=A.accessibleNodes;I<C.length;I++){if((c=C[I])!==this.currentPanoIndex&&c!==r){var B=this.work.observers[c].position.clone().sub(A.position).setY(0);b.angleTo(B)<m?S.push(B):x.angleTo(B)<m?E.push(B):w.angleTo(B)<m&&M.push(B)}}var P=(S.length>0?S:t.__spreadArray(t.__spreadArray([],E,!0),M,!0)).slice().sort((function(e,t){return e.angleTo(b)-t.angleTo(b)}))[0];return P&&P.angleTo(n)>v&&(g.longitude=Math.atan2(-P.x,-P.z)),this.cameraMotion.value.latitude<-Math.PI/4&&(g.latitude=xr(0,this.minLatitude,this.maxLatitude)),this.cameraMotion.value.fov<60&&(g.fov=this.defaultFov),this.emit("wantsMoveToPano",r,g,!0),r},i.prototype.destroy=function(){e.prototype.destroy.call(this)},i.prototype.isReady=function(){return!1},i.prototype.updateTime=function(e,t){for(var i,n,r,s,a,l,u,c,h=this,d=[],p=2;p<arguments.length;p++)d[p-2]=arguments[p];var f={},A={},g=this.panoResourceFromLocationMotionKeyframe(this.locationMotion.keyframes[0]),m=this.panoResourceFromLocationMotionKeyframe(this.locationMotion.keyframes[this.locationMotion.keyframes.length-1]),v=!1;if(!1===this.locationMotion.ended){this.locationMotion.update(e);var y=this.locationMotion.getKeyFrameSegment(e),b=y[0],x=y[1],w=this.panoResourceFromLocationMotionKeyframe(b),E=this.panoResourceFromLocationMotionKeyframe(x),M=(new o.Vector3).copy(w.position),S=(new o.Vector3).copy(E.position),I=this.locationMotion.value.count-x.value.count+1;f.progress=I,f.modelAlpha=this.locationMotion.value.modelAlpha,f.perspToOrtho=xr(1-10*(1-this.locationMotion.value.perspToOrtho),0,1),E.panoPicture&&(I<1?w.panoPicture&&(f.pano0=w.panoPicture):f.pano0=E.panoPicture,f.pano1=E.panoPicture),v=f.useBlackTransition="instant"===E.effect||"montage"===E.effect,"fade"!==E.effect&&"montage"!==E.effect||(f.pano0&&w.panoPicture&&(f.pano0={map:f.pano0.map,luminanceMap:f.pano0.luminanceMap,matrix:w.panoPicture.matrix.clone().setPosition(E.position)}),M.copy(S)),A.distance=this.locationMotion.value.distance,A.offset=new o.Vector3(M.x+(S.x-M.x)*I,M.y+(S.y-M.y)*I,M.z+(S.z-M.z)*I);for(var C=[],B=[],P=0,T=this.locationMotion.keyframes;P<T.length;P++){var R=T[P],D=R.key,L=R.progress;void 0!==D&&(C.push(D),L>=this.locationMotion.progress&&B.push(D))}for(var k=0,F=Object.keys(this.panoResources);k<F.length;k++){var N=F[k];if(!(B.indexOf(N)>=0)){var O=this.panoResources[N];if(O.panoPicture){var Q=O.panoPicture.map;if(Q){if(Q===(null===(i=f.pano0)||void 0===i?void 0:i.map))continue;if(Q===(null===(n=f.pano1)||void 0===n?void 0:n.map))continue;Q instanceof ii&&Q.cubeRenderTarget&&this.colorCubeRenderTargetPool.push(Q.cubeRenderTarget),Q.dispose(),O.panoPicture=null}}C.indexOf(N)>=0||delete this.panoResources[N]}}w.workCode===E.workCode?this.currentPanoIndex=I<.5?w.panoIndex:E.panoIndex:this.currentPanoIndex=E.panoIndex,this.emit("movingToPano",m.panoIndex,g.panoIndex,this.locationMotion.progress)}!1===this.cameraMotion.ended&&(this.cameraMotion.update(e),A.longitude=this.cameraMotion.value.longitude,A.latitude=this.cameraMotion.value.latitude,A.fov=this.cameraMotion.value.fov),!1===fs(f)&&((null===(r=f.pano0)||void 0===r?void 0:r.map)&&f.pano0.map instanceof ii&&!f.pano0.map.cubeRenderTarget&&(f.pano0.map.cubeRenderTarget=this.colorCubeRenderTargetPool.pop()),(null===(s=f.pano1)||void 0===s?void 0:s.map)&&f.pano1.map instanceof ii&&!f.pano1.map.cubeRenderTarget&&(f.pano1.map.cubeRenderTarget=this.colorCubeRenderTargetPool.pop()),this.model.setMaterial(f),this.boundingMesh.setMaterial(f)),!1===fs(A)&&this.setCamera(A);var V=d[1];if(V)if(this.xrManager.session){var _=this.xrManager.referenceSpace;if(_){var H=this.xrManager.cameraVR,U=this.xrManager.cameraL,q=this.xrManager.cameraR,z=[U,q],j=V.getViewerPose(_),K=new o.Vector3(0,0,0);if(j){var G=void 0;switch(this.xrManager.machineType){case"Pico":G=this.xrManager.session.renderState.baseLayer;break;case"Oculus":var W=this.xrManager.session.renderState.layers;W&&(G=W[0]);break;default:this.xrManager.machineType}var X=j.views;if(!G)return void console.error("no layer found");this.renderer.setFramebuffer(G.framebuffer);var Y=!1;X.length!==H.cameras.length&&(H.cameras.length=0,Y=!0),this.parallaxCameraMatrixs=[];for(var Z=0;Z<X.length;Z++){var J=X[Z],$=G.getViewport(J),ee=z[Z];ee.matrix.fromArray(J.transform.matrix);var te=new o.Vector3,ie=new o.Quaternion,ne=new o.Vector3;ee.matrix.decompose(te,ie,ne);var re=new o.Vector3,oe=new o.Quaternion,se=new o.Vector3;this.camera.matrix.decompose(re,oe,se),K.copy(re),ee.matrix.compose(te.add(re),ie,ne),this.parallaxCameraMatrixs.push(ee.matrix.clone()),ee.matrix.compose(re,ie,ne),ee.projectionMatrix.fromArray(J.projectionMatrix),ee.viewport.set($.x,$.y,$.width,$.height),!0===Y&&H.cameras.push(ee)}}var ae=this.xrManager.session.inputSources;for(Z=0;Z<this.xrManager.controllers.length;Z++){var le=this.xrManager.controllers[Z],ue=ae[Z];le.update(ue,V,_)}var ce=this.xrManager.getController(0),he=ce.position.add(K);this.xrControllerRay.set(he,new o.Vector3(0,0,-1).applyEuler(ce.rotation));var de=this.model.intersectRaycaster(this.xrControllerRay);if(de.length>=1&&de[0].face){this.xrRayLine.setPoints(he,de[0].point);var pe=de[0].face.normal,fe=pe.clone().multiplyScalar(.05),Ae=de[0].point.clone().add(fe);this.intersectMesh.position.copy(Ae);var ge=Ae.clone().add(fe);if(this.intersectMesh.lookAt(ge),Math.abs(pe.y)>.99){var me=this.camera.position.clone().sub(Ae);this.intersectMesh.rotation.z=-Math.atan2(me.z,me.x)}this.intersectMesh.visible=!0,this.needsRender=!0,this.emit("intersectionOnModelUpdate",de[0],this.intersectMesh)}if(this.camera.pose.distance>.1)for(var ve=0;ve<this.work.observers.length;ve++){(we=this.panoMeshes[ve])&&(we.visible=!1)}else{var ye=this.work.observers[this.currentPanoIndex];if(ye){var be=ye.visibleNodes.concat(this.currentPanoIndex),xe=this.getForwardPanoIndexOrNot();for(ve=0;ve<this.work.observers.length;ve++){var we,Ee=this.work.observers[ve];if(we=this.panoMeshes[ve])if(Ee.loadable||Ee.active)if(-1!==be.indexOf(ve))if(v)we.visible=!1,we.setOpacity(0);else{we.visible=!0;var Me=we.position.clone().setY(this.camera.position.y).distanceTo(this.camera.position);we.setCurrent(xe===ve),we.setOpacity(Me<.01?0:xr(1.4/Me,.5,.7)),we.updateTime&&we.updateTime(e,t)}else we.visible=!1,we.setOpacity(0);else we.visible=!1,we.setOpacity(0)}}}this.boundingMesh.visible=Boolean(null===(a=this.boundingMesh.getMaterial())||void 0===a?void 0:a.pano0)&&this.boundingMesh.boundingBox.containsPoint(this.camera.position);var Se,Ie=function(){if(!1===h.tileLevelForFov)return 0;var e=new o.Vector2(4e3,4e3),t=m.panoIndex,i=h.work.observers[t],n=h.imageOptions.size;if(void 0===n&&i){var r=i.images.up.match(/\/cube_(\d+)\//);r&&(n=Number(r[1]))}void 0===n&&(n=2048);var s=0;n>=1024&&(s=1),n>=2048&&(s=2),n>=4096&&(s=3),n>=8192&&(s=4);var a=h.tileLevelForFov(U.fov,e);return a>s?a:0}(),Ce=((Se=new o.PerspectiveCamera).applyMatrix4(H.matrix),Se.position.set(0,0,0),Se.quaternion.premultiply(h.work.observers[m.panoIndex].quaternion.clone().inverse()),Se.updateProjectionMatrix(),Se.updateMatrixWorld(!0),(new o.Frustum).setFromProjectionMatrix((new o.Matrix4).multiplyMatrices(Se.projectionMatrix,Se.matrixWorldInverse)));m.panoIndex===this.currentPanoIndex&&(null===(l=m.panoPicture)||void 0===l?void 0:l.map)instanceof ii&&(m.panoPicture.map.update(Ce,Ie),!0===m.panoPicture.map.needsRender&&(this.needsRender=!0));var Be=this.tiling.object.visible;if(Ie>this.TILED_CUBE_TEXTURE_LEVEL&&this.initAnimationed){var Pe=m.panoIndex,Te=this.work.observers[Pe];Te&&Jo(this.camera.position,Te.position)&&this.locationMotion.ended?(this.tiling.object.visible=!0,this.tiling.panoIndex!==Pe&&this.tiling.cleanup(),this.tiling.panoIndex=Pe,this.tiling.setResource(null!==(c=null===(u=Te.images)||void 0===u?void 0:u.tiles)&&void 0!==c?c:[],this.enableIOSEDR&&Te.images.luminance?Te.images.luminance:null),this.tiling.setRotation(Te.quaternion),this.tiling.setPosition(Te.position),this.tiling.update(Ce,Ie,e)):this.tiling.object.visible=!1}else this.tiling.object.visible=!1;Be!==this.tiling.object.visible&&(this.tiling.object.needsRender=!0),this.panoVideo.object.position.copy(this.camera.position),this.panoVideo.updateTime(e)}}else console.error("session丢失,请重试");else console.error("xrFrame丢失,请重试")},i.prototype.render=function(){this.renderer.autoClear=!1;var e=this.xrManager.getCamera(this.camera);this.renderer.render(this.scene,e),this.xrManager.cameraL.matrix.copy(this.parallaxCameraMatrixs[0]),this.xrManager.cameraR.matrix.copy(this.parallaxCameraMatrixs[1]);var t=this.xrManager.getCamera(this.camera);this.renderer.render(this.parallaxScene,t),this.renderer.autoClear=!0},i.prototype.onPanGesture=function(){},i.prototype.onTapGesture=function(){},i.prototype.onPinchGesture=function(){},i.prototype.onMouseMove=function(){},i.prototype.onMouseOut=function(){},i.prototype.panoResourceFromLocationMotionKeyframe=function(e){return this.panoResources[e.key]},i}(aa),ml=["Panorama","DepthPanorama","Model"],vl={Floorplan:Cs,Topview:Ls,Panorama:aa,VRPanorama:za,Model:ja,DepthPanorama:Ja,Mapview:tl,XRPanorama:gl};function yl(e){for(var t=0,i=ml;t<i.length;t++){var n=i[t];if("string"==typeof e){if(n===e)return!0}else if(e instanceof Is&&e instanceof vl[n])return!0}return!1}var bl=["cameraDirectionUpdate","cameraUpdate","cameraPositionUpdate","panoSelected","moveToPano","moveToPanoCanceled","panoWillArrive","movingToPano","panoArrived","panoWillLoad","panoLoaded","panoLoadError","initAnimationEnded","initAnimationWillStart","wantsGesture","gesture","wantsTapGesture","tapGesture","wantsPressGesture","pressGesture","wantsPanGesture","wantsInteriaPan","panGesture","interiaPan","wantsPinchGesture","pinchGesture","wantsMouseWheel","mouseWheel","wantsShowIntersectionOnModel","intersectionOnModelUpdate","intersectionHidden","textureStartLoad","textureLoading","textureAbort","textureLoaded","textureError","webXRSessionStart","webXRSessionEnd","webXRSelected"];function xl(e){for(var t,i,n={},r=0,o=e.split(/(\;|\,)/);r<o.length;r++){var s=o[r].split("="),a=null===(t=s[0])||void 0===t?void 0:t.trim(),l=null===(i=s[1])||void 0===i?void 0:i.trim();a&&l&&(n[a]=l)}return n}function wl(){for(var e,t=document.getElementsByTagName("meta"),i=0;i<t.length;i++){var n=t[i];if("viewport"===n.getAttribute("name")){var r=xl(null!==(e=n.getAttribute("content"))&&void 0!==e?e:""),o=Number(r["initial-scale"]);if(!isNaN(o))return o}}return 1}var El=[351,63],Ml=[20,20],Sl=new Float32Array([-.5,-.5,0,.5,-.5,0,-.5,.5,0,.5,.5,0]),Il=new Float32Array([0,0,1,0,0,1,1,1]),Cl=new Uint8Array([0,1,2,1,3,2]),Bl=new o.BufferGeometry;Bl.setAttribute("position",new o.BufferAttribute(Sl,3)),Bl.setAttribute("uv",new o.BufferAttribute(Il,2)),Bl.setIndex(new o.BufferAttribute(Cl,1));var Pl=new o.MeshBasicMaterial({transparent:!0,depthTest:!1}),Tl=new o.Mesh(Bl,Pl),Rl=new o.Scene;Rl.add(Tl);var Dl=new o.OrthographicCamera(-.5,.5,.5,-.5,.1,1);Dl.position.set(0,0,.5),Dl.lookAt(0,0,0);var Ll=new o.Vector4,kl=new o.Vector4;function Fl(e){if(Pl.map){var t=e.getViewport(Ll),i=e.getScissor(kl),n=e.getScissorTest(),r=e.autoClear;e.setViewport(i.x+Ml[0]/3,i.y+Ml[1]/3,El[0]/3,El[1]/3),e.setScissor(i.x+Ml[0]/3,i.y+Ml[1]/3,El[0]/3,El[1]/3),e.setScissorTest(!0),e.autoClear=!1,e.render(Rl,Dl),e.setViewport(t),e.setScissor(i),e.setScissorTest(n),e.autoClear=r}else{var s=new o.Texture,a=new Image;a.onload=function(){s.image=a,s.wrapS=o.ClampToEdgeWrapping,s.wrapT=o.ClampToEdgeWrapping,s.minFilter=o.LinearFilter,s.needsUpdate=!0,Pl.needsUpdate=!0,a.onload=function(){}},a.src="data:image/png;base64,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",Pl.map=s}}var Nl=new o.Box3(new o.Vector3(-50,-50,-50),new o.Vector3(50,50,50)),Ol=function(e){return e.replace("//vrlab-public.ljcdn.com/","//vr-public.realsee-cdn.cn/").replace("//vrlab-image4.ljcdn.com/","//vr-image-4.realsee-cdn.cn/").replace("//vrlab-image3.ljcdn.com/","//vr-image-3.realsee-cdn.cn/").replace("//vrlab-image2.ljcdn.com/","//vr-image-2.realsee-cdn.cn/").replace("//vrlab-image1.ljcdn.com/","//vr-image-1.realsee-cdn.cn/")},Ql=new o.Vector2,Vl=new o.Frustum,_l=new o.Matrix4,Hl=new WeakMap,Ul=new WeakMap,ql=function(e){function i(i){void 0===i&&(i={});var n,r,s,a,l,u,c,h,d,p,f,A=this;if((A=e.call(this)||this).ident=tr(),zl.instances[A.ident]=A,A.renderSwitch01=0,A.panoIndex=0,A.needsRender=!1,A.onlyRenderIfNeeds=null===(n=i.onlyRenderIfNeeds)||void 0===n||n,A.imageOptions=t.__assign({},null!==(r=i.imageOptions)&&void 0!==r?r:{}),A.textureOptions=t.__assign({},null!==(s=i.textureOptions)&&void 0!==s?s:{}),A.poweredByRealsee=null===(a=i.poweredByRealsee)||void 0===a||a,A.extraElements=[],A.controllerInits={Panorama:Object.assign({},i.panorama),Model:Object.assign({},i.model),Floorplan:Object.assign({},i.floorplan),Topview:Object.assign({},i.topview),Mapview:Object.assign({},i.mapview),DepthPanorama:Object.assign({},i.depthPanorama),VRPanorama:Object.assign({},i.vrPanorama),XRPanorama:Object.assign({},i.xrPanorama)},A.fps={testCount:0,testTime:He()},A.modeChangeDuration=null!==(l=i.modeChangeDuration)&&void 0!==l?l:800,A.panoramaLikeSavedPose={},"undefined"!=typeof window)if(i.renderer)i.renderer instanceof ui&&A.throwError(new Error("cannot render a internal renderer")),A.renderer=i.renderer;else try{A.renderer=new ui({preserveDrawingBuffer:i.preserveDrawingBuffer,backgroundColor:i.backgroundColor,backgroundAlpha:i.backgroundAlpha,antialias:i.antialias,webgl2:null==i?void 0:i.webgl2});var g=wl();A.renderer.setPixelRatio(1===g?window.devicePixelRatio:1),A.renderer.setSize(512,512)}catch(e){e instanceof Error&&A.throwError(e)}A.getPixelsRenderTarget=new o.WebGLRenderTarget(1,1,{encoding:null!==(c=null===(u=A.renderer)||void 0===u?void 0:u.outputEncoding)&&void 0!==c?c:o.sRGBEncoding}),A.scissor=Object.assign({left:0,bottom:0,width:1,height:1},i.scissor),A.camera=new vi(80),A.scene=new ci,A.parallaxScene=new ci,A.lastLoadWorkTask=Promise.resolve(),A.requestProxy=null!==(h=i.requestProxy)&&void 0!==h?h:Ol,A.networkSubscribe=new nt,A.networkSubscribe.on("network",(function(e,t,i,n){var r;A.emit("network",e,t,i,n),null===(r=A.analysis)||void 0===r||r.network(A.work,e,t,i,n)})),A.model=new br({allowHosts:[],requestProxy:A.requestProxy,networkSubscribe:A.networkSubscribe});var m=is(Nl);m.name="model_empty",A.model.add(m),A.model.visible=!1,A.readyCallbacks=[],A.modelPending=!1,A.syncingState=!1,A.scene.add(A.model),A.helperGroup=new o.Group,A.helperGroup.name="helper",A.scene.add(A.helperGroup),A.videoTexture=new o.VideoTexture(i.videoInstance||function(){var e=document.createElement("video");e.loop=!0,e.autoplay=!0,e.playsInline=!0,e.muted=!0,e.crossOrigin="";var t=function(){document.removeEventListener("touchstart",t,!1),document.removeEventListener("mousedown",t,!1),e.muted=!1};return document.addEventListener("touchstart",t,!1),document.addEventListener("mousedown",t,!1),e}()),function(e){(t=new o.DirectionalLight(16777215,.5)).position.copy(new o.Vector3(1,1,1)),e.add(t);var t=new o.DirectionalLight(16777215,.3);e.add(t),t=new o.AmbientLight(16777215,.3),e.add(t)}(A.scene),A.state={mode:null!==(d=A.currentMode)&&void 0!==d?d:"Panorama",panoIndex:null!==(p=A.panoIndex)&&void 0!==p?p:0,longitude:A.camera.pose.longitude,latitude:A.camera.pose.latitude,fov:A.camera.pose.fov,offset:A.camera.pose.offset.clone(),distance:A.camera.pose.distance},A.stateSynced=!1,A._enableIOSEDR=!1,A.destroyed=!1,A.paused=!0,"undefined"!=typeof window&&(!1!==i.play&&A.play(),!1!==(null!==(f=i.initialBasisLoader)&&void 0!==f&&f)&&("string"==typeof i.initialBasisLoader?A.initBasisLoader(i.initialBasisLoader):A.initBasisLoader()),A.stopAnimationLoop=ut.shared.add((function(e,i){for(var n=[],r=2;r<arguments.length;r++)n[r-2]=arguments[r];A.updateTime.apply(A,t.__spreadArray([e,i],n,!1))}),!1,0,10));var v=function(){"undefined"!=typeof document&&null===document.fullscreenElement&&"VRPanorama"===A.currentMode&&A.controller.emit("vrWantsToExit")};if("undefined"!=typeof document&&document.addEventListener("fullscreenchange",v,!1),A.removeEventListeners=function(){"undefined"!=typeof document&&document.removeEventListener("fullscreenchange",v,!1)},A.plugins={},i.plugins&&i.plugins.length)for(var y=0,b=i.plugins;y<b.length;y++){var x=b[y];if("function"==typeof x)x(A);else if(Array.isArray(x)){var w=x[0],E=x[1],M=x[2];if("function"==typeof w){var S=w(A,M);"string"==typeof E&&(A.plugins[E]?A.throwError(new Error("plugin name ".concat(E," is exists."))):A.plugins[E]=S)}}}return A.gpuPickingRenderTarget=new o.WebGLRenderTarget(1,1),A.meshReplaceMaterialMap=new Map,A.meshOriginMaterialMap=new Map,A}return t.__extends(i,e),Object.defineProperty(i,"version",{get:function(){return"5.0.0-alpha.151"},enumerable:!1,configurable:!0}),i.prototype.getGPUPicking=function(e,t,i,n,r){var s=this;if(void 0===n&&(n=1),void 0===r&&(r=new o.Vector3(0,0,0)),!this.renderer)throw new Error("renderer is not initialized.");this.model.setMaterial({modelColorInfo:r}),this.scene.traverse((function(e){if(e instanceof o.Mesh&&!(e instanceof vt)){var t=Object.keys(i).filter((function(t){return t===e.uuid}))[0];if(t)if(s.meshOriginMaterialMap.set(t,e.material),s.meshReplaceMaterialMap.get(t))e.material=s.meshReplaceMaterialMap.get(t);else{var n=new o.ShaderMaterial({uniforms:{color:{value:i[t]}},vertexShader:"\n void main() {\n vec4 mvPosition = modelViewMatrix * vec4( position, 1.0 );\n gl_Position = projectionMatrix * mvPosition;\n }\n ",fragmentShader:"\n uniform vec3 color;\n void main() {\n gl_FragColor = vec4( color, 1.0 );\n }\n "});n.depthTest=e.material.depthTest,n.side=e.material.side,s.meshReplaceMaterialMap.set(t,n),e.material=n}}}));var a=this.renderer.getSize(new o.Vector2);this.camera.setViewOffset(a.width,a.height,e*n,t*n,1,1),this.renderer.setRenderTarget(this.gpuPickingRenderTarget),this.render();var l=new Uint8Array(4);this.renderer.readRenderTargetPixels(this.gpuPickingRenderTarget,0,0,1,1,l),this.renderer.setRenderTarget(null),this.camera.clearViewOffset(),this.scene.traverse((function(e){e instanceof o.Mesh&&!(e instanceof vt)&&s.meshOriginMaterialMap.get(e.uuid)&&(e.material=s.meshOriginMaterialMap.get(e.uuid))})),this.model.setMaterial({modelColorInfo:null});var u=Object.keys(i).filter((function(e){return i[e].equals((new o.Color).setRGB(l[0]/255,l[1]/255,l[2]/255))}))[0];return u||!1},i.prototype.dispose=function(){var e,t;if(!0!==this.destroyed){delete zl.instances[this.ident],this.emit("dispose"),this.destroyed=!0,this.pause(),this.stopAnimationLoop&&(this.stopAnimationLoop(),delete this.stopAnimationLoop),null===(e=this.renderer)||void 0===e||e.setAnimationLoop(null),this.off(),this.networkSubscribe.off(),this.controller&&(this.controller.destroy(),this.controller=void 0);var i=this.getElement();i&&i.parentNode&&i.parentNode.removeChild(i),this.scene.remove(this.model);var n=this.model.getMaterial();n&&(n.pano0&&n.pano0.map.dispose(),n.pano1&&n.pano1.map!==(null===(t=n.pano0)||void 0===t?void 0:t.map)&&n.pano1.map.dispose()),this.model.dispose(),this.diposeGPUPickingMaterial(),this.renderer instanceof ui&&this.renderer.forceContextLoss&&this.renderer.forceContextLoss()}},i.prototype.setScissor=function(e){Object.assign(this.scissor,e),this.controller&&this.controller.updateRenderSize&&this.controller.updateRenderSize()},Object.defineProperty(i.prototype,"helperVisible",{get:function(){return this.helperGroup.visible},set:function(e){this.helperGroup.visible!==e&&(this.helperGroup.visible=e,this.emit("helpersVisibleChange",e),this.needsRender=!0)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"enableIOSEDR",{get:function(){return this._enableIOSEDR},set:function(e){this._enableIOSEDR!==e&&(this._enableIOSEDR=e,this.currentMode&&"Panorama"===this.currentMode&&this.changeMode(this.currentMode,{},0,!1,!0))},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"enablePostProcessing",{get:function(){return void 0!==this.screenBuffer},set:function(e){var t,i;if(e){if(!this.screenBuffer){var n=this.getDrawingBufferSize(Ql);this.screenBuffer=new o.WebGLRenderTarget(n.x,n.y,{encoding:null!==(i=null===(t=this.renderer)||void 0===t?void 0:t.outputEncoding)&&void 0!==i?i:o.sRGBEncoding})}}else this.screenBuffer&&(this.screenBuffer.dispose(),delete this.screenBuffer);this.needsRender=!0},enumerable:!1,configurable:!0}),i.prototype.updateConfiguration=function(e){var t=!1;e.panorama&&(Object.assign(this.controllerInits.Panorama,e.panorama),"Panorama"===this.currentMode&&(t=!0)),e.model&&(Object.assign(this.controllerInits.Model,e.model),"Model"===this.currentMode&&(t=!0)),e.floorplan&&(Object.assign(this.controllerInits.Floorplan,e.floorplan),"Floorplan"===this.currentMode&&(t=!0)),e.topview&&(Object.assign(this.controllerInits.Topview,e.topview),"Topview"===this.currentMode&&(t=!0)),e.mapview&&(Object.assign(this.controllerInits.Mapview,e.topview),"Mapview"===this.currentMode&&(t=!0)),e.depthPanorama&&(Object.assign(this.controllerInits.DepthPanorama,e.depthPanorama),"DepthPanorama"===this.currentMode&&(t=!0)),e.vrPanorama&&(Object.assign(this.controllerInits.VRPanorama,e.vrPanorama),"VRPanorama"===this.currentMode&&(t=!0)),e.imageOptions&&(Object.assign(this.imageOptions,e.imageOptions),"Panorama"!==this.currentMode&&"DepthPanorama"!==this.currentMode&&"VRPanorama"!==this.currentMode||(t=!0)),t&&this.controller&&this.currentMode&&this.changeMode(this.currentMode,this.getCurrentState(),0,!1,!0)},i.prototype.appendTo=function(e,t){if(void 0===t&&(t={}),this.renderer)if(this.renderer instanceof ui){var i=this.getElement();if(i){e.appendChild(i),this.refresh(t);var n=window.getComputedStyle(e).position;"relative"!==n&&"absolute"!==n&&"fixed"!==n&&"sticky"!==n&&(e.style.position="relative")}}else this.throwError(new Error("cannot call appendTo method when render a external renderer"))},i.prototype.refresh=function(e,t){if(void 0===e&&(e={}),this.renderer){var i=this.getElement();if(i){var n=i.parentNode;if(n&&n.nodeName){var r=e.width,s=void 0===r?n.offsetWidth:r,a=e.height,l=void 0===a?n.offsetHeight:a;if(this.renderer instanceof ui){if(t)this.renderer.setPixelRatio(t);else{if((t=1===wl()?Math.floor(window.devicePixelRatio):1)>1)for(;t>1&&s*l*t*t>7372800;)t--;this.renderer.setPixelRatio(t)}this.renderer.setSize(s,l)}}var u=this.renderer.getSize(new o.Vector2);this.camera.aspect=u.x*this.scissor.width/(u.y*this.scissor.height),this.camera.updateProjectionMatrix(),this.controller&&this.controller.updateRenderSize&&this.controller.updateRenderSize(),this.needsRender=!0}}},i.prototype.addExtraElement=function(e){var t=this;return-1===this.extraElements.indexOf(e)&&(this.extraElements.push(e),this.controller&&this.controller.bindExtraElement(e)),function(){return t.removeExtraElement(e)}},i.prototype.removeExtraElement=function(e){var t=this.extraElements.indexOf(e);-1!==t&&(this.extraElements.splice(t,1),this.controller&&this.controller.unbindExtraElement(e))},i.prototype.getPose=function(){var e=this.camera.copyPose(),t=e.longitude,i=e.latitude,n=e.fov,r=e.offset,o=e.distance;return{longitude:t,latitude:i,fov:n,offset:r.clone(),distance:o}},i.prototype.getSize=function(e){if(!this.renderer)throw new Error("renderer is not initialized");return this.renderer.getSize(e),e.x*=this.scissor.width,e.y*=this.scissor.height,e},i.prototype.getDrawingBufferSize=function(e){if(!this.renderer)throw new Error("renderer is not initialized");return this.renderer.getDrawingBufferSize(e),e.x*=this.scissor.width,e.y*=this.scissor.height,e},i.prototype.updateCamera=function(e,t,i){return void 0===i&&(i=!0),this.controller?this.controller.updateCamera(e,t,i):Promise.reject(new Error("controller is not initialized."))},i.prototype.getLongitudeAndLatitude=function(){var e=this.getPose();return{longitude:e.longitude,latitude:e.latitude}},i.prototype.getOffset=function(){return this.getPose().offset},i.prototype.getCameraLocal=function(){if("number"==typeof this.panoIndex&&this.controller&&this.work){var e=this.work.observers[this.panoIndex],t=new o.Object3D;return t.position.copy(e.position),t.quaternion.copy(e.quaternion),t.scale.set(1,1,1),t.updateMatrixWorld(!0),function(e,t){var i=new o.Vector3(0,0,-1);i.applyQuaternion(e.quaternion);var n=t.quaternion.clone().inverse();return i.applyQuaternion(n),{theta:Math.atan2(i.x,-i.z),phi:-Math.asin(i.y),lookAtVector:i}}(this.camera,t)}},i.prototype.initBasisLoader=function(e){try{if(!this.renderer)throw new Error("renderer is not initialized.");if("undefined"==typeof Promise||"undefined"==typeof WeakMap||"undefined"==typeof WebAssembly)throw new Error("Basis loader not support.");"string"==typeof e&&ei.setTranscoderPath(e),ei.workerConfig.format||ei.detectSupport(this.renderer),ei._allocateWorker(0)}catch(e){e instanceof Error&&this.throwError(e)}},Object.defineProperty(i.prototype,"work",{get:function(){var e=Ul.get(this);if(e&&Dr.get(e))return e},enumerable:!1,configurable:!0}),i.prototype.load=function(e,t,i,n){var r=this;if(void 0===n&&(n=!0),!this.renderer)throw new Error("renderer is not initialized");var o=this.lastLoadWorkTask.then((function(){return!(o=e)||"object"!=typeof o&&"function"!=typeof o||"function"!=typeof o.then?r.load_(e,t,i,n):e.then((function(e){return r.load_(e,t,i,n)}));var o}));return this.lastLoadWorkTask=o.catch((function(e){r.throwError(e)})),o},i.prototype.load_=function(e,n,r,o){var s,a,l,u,c,h,d,p,f,A=this;void 0===o&&(o=!0);var g,m,v,y=Or(e),b=this.work;void 0===n&&(n=b?"inherit":"initial"),"inherit"===n?(g="number"==typeof this.panoIndex&&y.observers[this.panoIndex]?this.panoIndex:y.initial.panoIndex,m=null!==(s=this.currentMode)&&void 0!==s?s:y.initial.mode,v={longitude:this.camera.pose.longitude,latitude:this.camera.pose.latitude,fov:this.camera.pose.fov}):"initial"===n?(m=null!==(a=this.currentMode)&&void 0!==a?a:y.initial.mode,g=y.initial.panoIndex,v=m===i.Mode.Panorama||m===i.Mode.DepthPanorama||m===i.Mode.Model||m===i.Mode.VRPanorama||m===i.Mode.XRPanorama?{longitude:y.initial.longitude,latitude:y.initial.latitude,fov:y.initial.fov}:{longitude:this.camera.pose.longitude,latitude:this.camera.pose.latitude,fov:this.camera.pose.fov}):(g=null!==(l=n.panoIndex)&&void 0!==l?l:y.initial.panoIndex,m=null!==(c=null!==(u=n.mode)&&void 0!==u?u:this.currentMode)&&void 0!==c?c:"Panorama",v={longitude:null!==(h=n.longitude)&&void 0!==h?h:y.initial.longitude,latitude:null!==(d=n.latitude)&&void 0!==d?d:y.initial.latitude,fov:null!==(p=n.fov)&&void 0!==p?p:y.initial.fov}),this.emit("willLoad",e,y,{panoIndex:g,mode:m,longitude:v.longitude,latitude:v.latitude,fov:v.fov});var x=function(){var i;A.panoIndex=g,A.panoramaLikeSavedPose.longitude=y.initial.longitude,A.panoramaLikeSavedPose.latitude=y.initial.latitude,A.panoramaLikeSavedPose.fov=y.initial.fov;var n=A.controller?null!=r?r:A.modeChangeDuration:0,s=t.__assign(t.__assign({initial:[g,v,n,o]},A.commonParams()),A.controllerInits[m]);A.controller?!1===A.controller.updateWork(y,g,v,n,o)&&(A.controller.destroy(),A.controller=A.applyController(m,s)):A.controller=A.applyController(m,s),A.emit("load",e,y,{panoIndex:g,mode:m,longitude:v.longitude,latitude:v.latitude,fov:v.fov}),null===(i=A.analysis)||void 0===i||i.work(y)},w=function(e){var t;void 0===e&&(e=Ve),y.model&&(A.model.name!==(null===(t=y.model)||void 0===t?void 0:t.file)?(A.emit("modelWillLoad",y.model),A.loadModel(y.model,y.allowHosts,e,!0)):e&&e())};return Ul.set(this,y),m===i.Mode.Floorplan||m===i.Mode.Topview||m===i.Mode.Mapview||m===i.Mode.Model?w((function(){x(),A.needsRender=!0})):(this.controller||(this.camera.setFromPose({distance:0,fov:y.initial.fov,longitude:y.initial.longitude,latitude:y.initial.latitude,offset:y.observers[y.initial.panoIndex].position}),this.needsRender=!0),x(),null===(f=this.controller)||void 0===f||f.once("panoLoaded",(function(){A.needsRender=!0,A.emit("cameraUpdate",A.camera.copyPose(),o),w()}))),this.ready().then((function(){A.emit("loaded",e,A.work)}))},i.prototype.changeMode=function(e,n,r,o,s){var a=this;if(void 0===n&&(n={}),void 0===r&&(r=this.modeChangeDuration),void 0===o&&(o=!0),void 0===s&&(s=!1),!this.renderer)throw new Error("renderer is not initialized.");return new Promise((function(l,u){if(!i.Mode.hasOwnProperty(e)){var c=new Error('mode "'.concat(e,'" is not existed'));return a.throwError(c),void u(c)}if((e===i.Mode.Floorplan||e===i.Mode.Topview||e===i.Mode.Mapview||e===i.Mode.Model)&&(gr(a.model)||!0!==a.model.loaded)){c=new Error("model is not ready.");return a.throwError(c),void u(c)}if(gr(a.controller)){c=new Error("controller is not ready.");return a.throwError(c),void u(c)}var h=a.controller,d=a.currentMode,p=function(){var c,p,f,A;if(a.emit("wantsChangeMode",e,d))u(new Error("change mode canceled."));else{if(a.controller&&!1===s&&d===e)e===i.Mode.Panorama||e===i.Mode.DepthPanorama||e===i.Mode.Model||e===i.Mode.VRPanorama||e===i.Mode.XRPanorama?"number"==typeof n.panoIndex&&n.panoIndex!==a.panoIndex?a.controller.moveToPano(null!==(p=null!==(c=n.panoIndex)&&void 0!==c?c:a.panoIndex)&&void 0!==p?p:0,t.__assign({duration:r},n),o):a.controller.updateCamera(n,r,o).catch(Ve):("number"==typeof n.panoIndex&&n.panoIndex!==a.panoIndex&&(a.panoIndex=n.panoIndex),a.controller.updateCamera(n,r,o).catch(Ve));else{h.destroy();var g=null!==(A=null!==(f=n.panoIndex)&&void 0!==f?f:a.panoIndex)&&void 0!==A?A:0,m=yl(e)?a.panoramaLikeSavedPose:{};e===i.Mode.Mapview&&(m.longitude=a.panoramaLikeSavedPose.longitude),"number"!=typeof n.longitude&&"number"!=typeof n.latitude||(m.longitude=n.longitude,m.latitude=n.latitude),"number"==typeof n.fov&&(m.fov=n.fov);var v=t.__assign(t.__assign({initial:[g,m,r,o]},a.commonParams()),a.controllerInits[e]);a.saveControllerPose(h),a.controller=a.applyController(e,v);var y=vl[e].initAnimationEndPose(v);a.emit("modeChange",e,d,g,y,o)}l()}};if(e===i.Mode.VRPanorama)a.requestFullscreen(),("undefined"==typeof location||"https:"!==location.protocol?Promise.reject(new Error("Request DeviceOrientation Permission denied.")):"undefined"!=typeof DeviceOrientationEvent&&"function"==typeof DeviceOrientationEvent.requestPermission?DeviceOrientationEvent.requestPermission().then((function(e){if("granted"==e)return Promise.resolve();var t=new Error("Request DeviceOrientation Permission denied.");return Promise.reject(t)})):Promise.resolve()).then((function(){return p()})).catch((function(e){e instanceof Error&&(a.exitFullscreen(),a.throwError(e),u(e))}));else if(e===i.Mode.XRPanorama){var f=ut.shared.getContext();f?f.end():function(){if("xr"in navigator)return navigator.xr.isSessionSupported("immersive-vr").then((function(e){return e?Promise.resolve():Promise.reject()})).then((function(){return navigator.xr.requestSession("immersive-vr",{optionalFeatures:["local-floor","bounded-floor","hand-tracking","layers"]}).then((function(e){return Promise.resolve(e)}))}));var e=new Error("Request XR Permission denied.");return Promise.reject(e)}().then((function(e){ut.shared.setContext(e),p()})).catch((function(e){e instanceof Error&&(a.throwError(e),u(e))}))}else p()}))},i.prototype.getPixels=function(e,t,i,n,r){if(void 0===r&&(r=1),!this.renderer)throw new Error("renderer is not initialized.");var s=this.getPixelsRenderTarget,a=this.renderer.getSize(new o.Vector2);e=xr(e,Math.floor(i/2),Math.floor(a.x-i)),t=xr(t,Math.floor(n/2),Math.floor(a.y-n)),s.setSize(i*r,n*r),this.renderer.setRenderTarget(s),this.camera.setViewOffset(a.width,a.height,e,a.height-t-n,i,n),this.controller?this.controller.render():this.renderer.render(this.scene,this.camera);var l=new Uint8Array(i*r*n*r*4);return this.renderer.readRenderTargetPixels(s,0,0,i*r,n*r,l),this.renderer.setRenderTarget(null),this.camera.clearViewOffset(),l},i.prototype.getElement=function(){var e;return null===(e=this.renderer)||void 0===e?void 0:e.domElement},i.prototype.render=function(e,t){var i,n=this;if(void 0===t&&(t=!1),!this.renderer)return null;var r=mt.shared,s=null===(i=this.model.getMaterial())||void 0===i?void 0:i.clippers;if(s&&r.update(s,this.camera),this.model.setMaterial({clipperPlanesArray:s?r.clipperPlanes:null,clipperFloors:s?r.clipperFloors:null}),this.scene.traverse((function(e){e.needsPerToOrt&&e instanceof o.Mesh&&(e.material.needsUpdate=!0,e.material.onBeforeCompile=function(t,i){var r,s=i.properties.get(e.material);s.uniforms||Object.assign(s,{uniforms:{}});var a=null===(r=n.model.getMaterial())||void 0===r?void 0:r.perspToOrtho;Object.assign(s.uniforms,{modelCenter:{value:n.model.bounding.getCenter(new o.Vector3)},perspToOrtho:{value:a||0}}),Object.assign(t.uniforms,{modelCenter:{value:n.model.bounding.getCenter(new o.Vector3)},perspToOrtho:{value:a||0}});t.vertexShader="\n\t\t\t\t\t\tuniform vec3 modelCenter;\n\t\t\t\t\t\tuniform float perspToOrtho;\n\t\t\t\t\t"+t.vertexShader.replace(/([\s\S]*)}/g,"\n\t\t\t\t\t\t\t$1float orthoDistance = (projectionMatrix * viewMatrix * vec4(modelCenter, 1.0)).z;\n\t\t\t\t\t\t\tgl_Position.x = mix( gl_Position.x, gl_Position.x * ( gl_Position.z / orthoDistance ), perspToOrtho );\n\t\t\t\t\t\t\tgl_Position.y = mix( gl_Position.y, gl_Position.y * ( gl_Position.z / orthoDistance ), perspToOrtho );\n\t\t\t\t\t\t}\n\t\t\t\t\t")})})),t){var a=this.renderer.getSize(Ql);this.scene.traverseVisible((function(e){e.setResolution&&e.setResolution(a.x,a.y)}))}if(this.controller&&this.screenBuffer&&null===this.renderer.getRenderTarget()){var l=this.getDrawingBufferSize(Ql);return this.screenBuffer.setSize(l.x,l.y),this.renderer.setRenderTarget(this.screenBuffer),this.controller.render(),this.renderer.setRenderTarget(null),"VRPanorama"!==this.currentMode&&"XRPanorama"!==this.currentMode&&this.poweredByRealsee&&Fl(this.renderer),this.renderer.setRenderTarget(null),e&&ut.shared.add(e,!0),this.screenBuffer}return this.aroundScissor((function(){n.renderer&&(n.controller?n.controller.render():n.renderer.render(n.scene,n.camera),n.poweredByRealsee&&"VRPanorama"!==n.currentMode&&"XRPanorama"!==n.currentMode&&Fl(n.renderer)),e&&ut.shared.add(e,!0)})),null},i.prototype.updateTime=function(e,i){for(var n,r=this,s=[],a=2;a<arguments.length;a++)s[a-2]=arguments[a];if(!this.destroyed){this.syncingState=this.syncState(e,i),this.controller&&(n=this.controller).updateTime.apply(n,t.__spreadArray([e,i],s,!1)),this.syncingState=!1;var l=new o.Vector2(512,512),u=new o.Vector2(512,512);this.renderer&&(this.renderer.getSize(l),l.x*=this.scissor.width,l.y*=this.scissor.height,this.renderer.getDrawingBufferSize(u),u.x*=this.scissor.width,u.y*=this.scissor.height);var c=[];if(_l.multiplyMatrices(this.camera.projectionMatrix,this.camera.matrixWorldInverse),this.renderer&&this.model.update(this.renderer,this.camera),Vl.setFromProjectionMatrix(_l),this.scene.traverse((function(e){if(e.setResolution&&e.setResolution(l.x,l.y),e.mixer instanceof o.AnimationMixer){var t=Hl.get(e.mixer);t||(t=new o.Clock,Hl.set(e.mixer,t)),e.mixer.update(t.getDelta())}(e instanceof o.Mesh||e instanceof o.Line||e instanceof o.Points)&&(e instanceof o.ImmediateRenderObject||!e.frustumCulled||Vl.intersectsObject(e))&&c.push(e)})),u.width*u.height>8388608?this.renderSwitch01=1^this.renderSwitch01:this.renderSwitch01=0,this.renderer&&!1===this.paused&&0===this.renderSwitch01){var h=void 0;if(!0!==this.onlyRenderIfNeeds)h=this.render();else{for(var d=0,p=c;d<p.length;d++){var f=p[d],A=function(e){!0===e.needsRender?(e.needsRender=!1,r.needsRender=!0):e.mixer&&e.mixer.stats.actions.inUse>0&&(r.needsRender=!0)};A(f),f.traverseAncestors(A)}this.controller&&!0===this.controller.needsRender&&(this.controller.needsRender=!1,this.needsRender=!0),!1!==this.needsRender&&(h=this.render())}this.needsRender=!1,this.controller&&this.screenBuffer&&this.aroundScissor((function(){return r.controller.postProcessing(r.screenBuffer,void 0)})),this.hasListener("renderFrame")&&this.emit("renderFrame",void 0!==h)}if(this.fps.testTime&&e-this.fps.testTime<1e3)this.fps.testCount++;else if(this.emit("fps",this.fps.testCount),this.fps.testTime=e,this.fps.testCount=0,this.renderer){var g=this.renderer.getContext(),m=ns(g);m&&this.throwError(m)}}},i.prototype.pause=function(){this.paused=!0,this.renderer&&this.renderer instanceof ui&&this.renderer.clear(!0,!0,!0)},i.prototype.play=function(){this.needsRender=!0,this.paused=!1},i.prototype.moveToPano=function(e,t,n){void 0===t&&(t={}),void 0===n&&(n=!0);var r=this,o=r.controller,s=r.currentMode,a=r.renderer;return o?a?(s===i.Mode.Floorplan||s===i.Mode.Topview||s===i.Mode.Mapview?gr(e)||(this.panoIndex=e,this.changeMode(i.Mode.Panorama,t,void 0,n)):o.moveToPano(e,t,n),this.ready()):(this.throwError(new Error("renderer is not initialized.")),Promise.resolve()):(this.throwError(new Error("controller is not initialized.")),Promise.resolve())},i.prototype.preloadPano=function(e,i){var n=this;if(void 0===i&&(i=Ve),!this.work)return Promise.reject(new Error("work never loaded"));var r=this.work.observers[e],o=this.work.allowHosts,s=He();return Promise.all(["right","left","up","down","front","back"].map((function(i){var s=t.__assign({key:"pano.".concat(e,".").concat(i),basisLoaderInitialized:ei.isInitialized()},It(n.imageOptions,["size","format","quality","mappings"])),a=r.images[i];return function(e,t){void 0===t&&(t={});var i=He(),n=e;return Promise.resolve().then((function(){return t.requestProxy?t.requestProxy(e):e})).then((function(e){return/^https\:/.test(location.href)&&/^http\:/.test(e)?(console.warn("The page at '".concat(location.href,"' was loaded over HTTPS, but requested an insecure element '").concat(e,"'. This request was automatically upgraded to HTTPS")),e.replace(/^http\:/,"https:")):e})).catch((function(i){var r,o=new We(n,"Link",i&&i.message?String(i.message):String(i));return null===(r=t.networkSubscribe)||void 0===r||r.emit("network",e,"Link","proxy-error",o.message),Promise.reject(o)})).then((function(e){return e in ot?ot[e]:ot[e]=new Promise((function(r,o){var s,a=t.allowHosts?Ge.concat(t.allowHosts):Ge.slice(),l=it(e);if(0!==location.hostname.length&&!ze(location.hostname)&&0===Ge.filter((function(e){return je(e,location.hostname)})).length&&!ze(l)&&0===a.filter((function(e){return je(e,l)})).length){var u=new Ze(e,"Link","request host(".concat(l,") is not allowed"));return o(u),void(null===(s=t.networkSubscribe)||void 0===s||s.emit("network",e,"Link","forbidden",u.message))}var c=document.createElement("link");c.href=e,c.rel=c.relList&&c.relList.supports("prefetch")?"prefetch":"preload",c.as="fetch",c.crossOrigin="";var h=document.head||document.getElementsByTagName("head")[0];h&&h.appendChild(c);var d=!1;c.onload=function(){var o;if(!0!==d){d=!0,r();var s=He(),a={origin:n,source:e,requestTime:i,responseTime:s,costs:s-i,headers:{}};null===(o=t.networkSubscribe)||void 0===o||o.emit("network",e,"Link","preload",JSON.stringify(a))}},c.onerror=function(i){var n;if(!0!==d){d=!0;var r=new Xe(e,"Link",0);o(r),null===(n=t.networkSubscribe)||void 0===n||n.emit("network",e,"Link","error",r.message)}}}))}))}(n.imageOptions.transform?n.imageOptions.transform(a,s):pt(a,s),{allowHosts:o,requestProxy:n.requestProxy,networkSubscribe:n.networkSubscribe})}))).then((function(){var e=He()-s;return i(e),e}))},i.prototype.project2d=function(e,t){if(void 0===t&&(t=!1),!this.renderer)return null;if(!1===this.model.empty&&t){var i=this.camera.position,n=e.clone().sub(i),r=new o.Raycaster(i,n.clone().normalize()),s=this.model.intersectRaycaster(r)[0];if(s&&s.distance+.01<n.length())return null}var a=e.clone().project(this.camera);if(Math.abs(a.z)>1)return null;var l=this.renderer.getSize(new o.Vector2),u=l.x*this.scissor.width,c=l.y*this.scissor.height,h=l.x*this.scissor.left+(a.x+1)/2*u,d=l.y*(1-this.scissor.bottom-this.scissor.height)+(1-a.y)/2*c;return new o.Vector2(h,d)},i.prototype.getRenderObjects=function(e){_l.multiplyMatrices(this.camera.projectionMatrix,this.camera.matrixWorldInverse),Vl.setFromProjectionMatrix(_l),e||(e=this.scene);var t=[];return e.traverseVisible((function(e){(e instanceof o.Mesh||e instanceof o.Line||e instanceof o.Points)&&(e instanceof o.ImmediateRenderObject||!e.frustumCulled||Vl.intersectsObject(e))&&t.push(e)})),t},i.prototype.getCurrentState=function(){return t.__assign(t.__assign({},this.getPose()),{mode:this.currentMode||i.Mode.Panorama,panoIndex:this.panoIndex||0})},i.prototype.setState=function(e,n,r){var s,a,l,u,c,h,d,p,f;void 0===n&&(n=!1),void 0===r&&(r=!0),!(e=Object.assign({},e)).offset||e instanceof o.Vector3||(e.offset=new o.Vector3(e.offset.x,e.offset.y,e.offset.z));var A,g,m,v,y,b=null!==(s=e.panoIndex)&&void 0!==s?s:this.state.panoIndex,x=null!==(a=e.mode)&&void 0!==a?a:this.state.mode;if(this.work)if(this.work.observers[b])if(e.mode!==i.Mode.Floorplan&&e.mode!==i.Mode.Topview&&e.mode!==i.Mode.Mapview&&e.mode!==i.Mode.Model||!gr(this.model)&&!0===this.model.loaded){if(this.state.mode!==x){if("VRPanorama"===x)return void this.changeMode("VRPanorama",void 0,void 0,!0);var w=void 0;w=yl(this.state.mode)&&yl(x)?t.__assign({},this.state):yl(x)?t.__assign({},this.panoramaLikeSavedPose):x===i.Mode.Mapview?{longitude:this.panoramaLikeSavedPose.latitude}:t.__assign({},e),"number"==typeof e.longitude&&(w.longitude=e.longitude),"number"==typeof e.latitude&&(w.latitude=e.latitude),"number"==typeof e.fov&&(w.fov=e.fov);var E=t.__assign(t.__assign({initial:[b,w,this.modeChangeDuration,!1]},this.commonParams()),this.controllerInits[x]),M=vl[x].initAnimationEndPose(E);A=M.longitude,g=M.latitude,m=M.fov,v=M.offset,y=M.distance}else A=null!==(l=e.longitude)&&void 0!==l?l:this.state.longitude,g=null!==(u=e.latitude)&&void 0!==u?u:this.state.latitude,m=null!==(c=e.fov)&&void 0!==c?c:this.state.fov,v=null!==(h=e.offset)&&void 0!==h?h:this.state.offset,y=null!==(d=e.distance)&&void 0!==d?d:this.state.distance;var S={panoIndex:b,mode:x,longitude:A,latitude:g,fov:m,offset:v,distance:y};this.emit("setState",S),hs(this.state,S)||(this.controller&&"VRPanorama"===S.mode&&S.mode!==this.state.mode?(cs(this.state,S),this.changeMode("VRPanorama")):this.controller&&"XRPanorama"===S.mode&&S.mode!==this.state.mode?(cs(this.state,S),this.changeMode("XRPanorama")):(cs(this.state,S),this.controller&&(this.controller.userAction=r),n&&this.state.mode===S.mode&&(this.syncingState=this.syncState(He(),0,n),this.syncingState&&(null===(p=this.controller)||void 0===p||p.updateTime(He(),0),this.syncingState=!1)),this.emit("stateChange",this.state,r),null===(f=this.analysis)||void 0===f||f.state(this.work,this.state)))}else this.throwError(new Error("model is not ready."));else this.throwError(new Error("panoIndex not found in work"));else this.throwError(new Error("work never load."))},i.prototype.aroundScissor=function(e){if(this.renderer)if("XRPanorama"!==this.state.mode){var t=new o.Vector2,i=0!==this.scissor.left||0!==this.scissor.bottom||1!==this.scissor.width||1!==this.scissor.height;if(i){this.renderer.getSize(t);var n=Math.floor(t.x*this.scissor.left),r=Math.floor(t.y*this.scissor.bottom),s=Math.floor(t.x*this.scissor.width),a=Math.floor(t.y*this.scissor.height);this.renderer.setViewport(n,r,s,a),this.renderer.setScissor(n,r,s,a),this.renderer.setScissorTest(!0)}e(),i&&(this.renderer.setViewport(0,0,t.x,t.y),this.renderer.setScissor(0,0,t.x,t.y),this.renderer.setScissorTest(!1))}else e()},i.prototype.syncState=function(e,t,n){void 0===n&&(n=!1);var r=this.stateSynced;if(this.stateSynced=!1,!this.work)return!1;if(!this.controller)return!1;if(this.state.mode!==this.currentMode){var s={mode:this.state.mode,panoIndex:this.state.panoIndex,longitude:this.state.longitude,latitude:this.state.latitude,fov:this.state.fov,offset:this.state.offset};return this.changeMode(this.state.mode,s,this.modeChangeDuration,this.controller.userAction),!0}if(!1===this.controller.isReady())return!1;if(this.readyCallbacks.length){var a=this.currentMode;if(!(a===i.Mode.Floorplan||a===i.Mode.Topview||a===i.Mode.Mapview||a===i.Mode.Model)||!this.modelPending){var l=this.readyCallbacks.slice();this.readyCallbacks.length=0;for(var u=0,c=l;u<c.length;u++){var h=c[u];this.controller instanceof vl.Panorama?!0!==h.tile||this.controller.isTileReady()?h():this.readyCallbacks.push(h):h()}}}if(this.controller instanceof vl.Model){if(!this.camera.pose.offset.equals(this.state.offset)){var d={longitude:this.state.longitude,latitude:this.state.latitude,fov:this.state.fov,offset:this.state.offset};return this.controller.moveToPosition(this.state.offset,d,!1),!0}}else if(this.state.panoIndex!==this.panoIndex){d={longitude:this.state.longitude,latitude:this.state.latitude,fov:this.state.fov,offset:this.state.offset,distance:this.state.distance};return this.controller.moveToPano(this.state.panoIndex,d,!1),!0}if(this.controller instanceof vl.Topview||this.controller instanceof vl.Mapview){var p=1,f=n?this.state.fov:ls(this.camera.pose.fov,this.state.fov,p),A=n?new o.Vector3(this.state.offset.x,this.state.offset.y,this.state.offset.z):new o.Vector3(ls(this.camera.pose.offset.x,this.state.offset.x,.2),ls(this.camera.pose.offset.y,this.state.offset.y,.2),ls(this.camera.pose.offset.z,this.state.offset.z,.2));if(Zo(f,this.camera.pose.fov)||$o(A,this.camera.pose.offset))return this.controller.cameraMotion.set({fov:f},0).catch(Ve),this.controller.locationMotion.set({x:A.x,y:A.y,z:A.z},0).catch(Ve),!0}else{p=1;var g=Math.PI/45,m=(f=n?this.state.fov:ls(this.camera.pose.fov,this.state.fov,p),n?{longitude:this.state.longitude,latitude:this.state.latitude}:function(e,t,i){if(e.longitude===t.longitude&&e.latitude===t.latitude)return{longitude:t.longitude,latitude:t.latitude};var n=os(e.longitude),r=e.latitude,o=os(t.longitude),s=t.latitude;o-n>ss?n+=as:n-o>ss&&(n-=as);var a=i/Math.sqrt(Math.pow(o-n,2)+Math.pow(s-r,2));return a>=1?{longitude:t.longitude,latitude:t.latitude}:{longitude:n+(o-n)*a,latitude:r+(s-r)*a}}({longitude:this.camera.pose.longitude,latitude:this.camera.pose.latitude},{longitude:this.state.longitude,latitude:this.state.latitude},g)),v=m.longitude,y=m.latitude;if(Zo(v,this.camera.pose.longitude,2*Math.PI)||Zo(y,this.camera.pose.latitude)||Zo(f,this.camera.pose.fov))return this.controller.cameraMotion.set({longitude:v,latitude:y,fov:f},0).catch(Ve),!0}return this.stateSynced=!0,!1===r&&this.emit("stateSynced",this.state),!1},i.prototype.ready=function(e){var t=this;return void 0===e&&(e={}),new Promise((function(i){var n;t.readyCallbacks.push(Object.assign(i,{tile:null!==(n=e.tile)&&void 0!==n&&n}))}))},i.prototype.requestFullscreen=function(){var e;if(us()){var t=null===(e=this.getElement())||void 0===e?void 0:e.parentNode;t&&"requestFullscreen"in t&&"undefined"!=typeof document&&null===document.fullscreenElement&&t.requestFullscreen()}},i.prototype.exitFullscreen=function(){"undefined"!=typeof document&&document.fullscreenElement&&"exitFullscreen"in document&&document.exitFullscreen()},i.prototype.throwError=function(e){this.hasListener("error")?this.emit("error",e):console.error(e)},i.prototype.loadModel=function(e,t,i,n){var r=this,s=e.file;this.emit("modelWillLoad",e);var a=new br({allowHosts:t,requestProxy:this.requestProxy,networkSubscribe:this.networkSubscribe});a.once("bvhLoaded",(function(){var e,t;r.destroyed||s===(null===(t=null===(e=r.work)||void 0===e?void 0:e.model)||void 0===t?void 0:t.file)&&r.emit("modelBvhLoaded",a)})),a.once("materialLoaded",(function(){var e,t;r.destroyed||s===(null===(t=null===(e=r.work)||void 0===e?void 0:e.model)||void 0===t?void 0:t.file)&&r.emit("modelMaterialLoaded",a)})),a.once("geometryLoaded",(function(){var e,t;r.destroyed||s===(null===(t=null===(e=r.work)||void 0===e?void 0:e.model)||void 0===t?void 0:t.file)&&(a.bounding.max.y-a.bounding.min.y<1.5&&(a.bounding.max.y=a.bounding.min.y+10),r.emit("modelGeometryLoaded",a))})),a.once("loaded",(function(){var e,t,n,o;if(!r.destroyed&&s===(null===(t=null===(e=r.work)||void 0===e?void 0:e.model)||void 0===t?void 0:t.file)){var l,u=r.model;u&&(u.show(),l=u.getMaterial()||{},r.scene.remove(u),u.dispose(),a.setTransparent(u.getTransparent())),l&&a.setMaterial(l),r.model=a,r.scene.add(a),null===(n=r.controller)||void 0===n||n.updateModel(a),null===(o=r.renderer)||void 0===o||o.compile(r.scene,r.camera),r.needsRender=!0,r.modelPending=!1,i(),r.emit("modelLoaded",a)}})),a.on("shownFloorChange",(function(e,t){var i,n;r.destroyed||s===(null===(n=null===(i=r.work)||void 0===i?void 0:i.model)||void 0===n?void 0:n.file)&&r.emit("modelShownFloorChange",e,t)})),a.on("error",(function(e){var t,n,l,u;if(!r.destroyed&&s===(null===(n=null===(t=r.work)||void 0===t?void 0:t.model)||void 0===n?void 0:n.file)){a.bounding.makeEmpty();for(var c=0,h=r.work.observers;c<h.length;c++){var d=h[c];a.bounding.expandByPoint(d.standingPosition),a.bounding.expandByPoint((new o.Vector3).fromArray([d.position.x,2*d.position.y-d.standingPosition.y,d.position.z]))}var p=is(a.bounding,new o.Vector3(1,0,1));p.visible=!0,p.name="model_empty",a.add(p);var f,A=r.model;A&&(A.show(),f=A.getMaterial()||{},r.scene.remove(A),A.dispose(),a.setTransparent(A.getTransparent())),f&&a.setMaterial(f),r.model=a,r.scene.add(a),null===(l=r.controller)||void 0===l||l.updateModel(a),null===(u=r.renderer)||void 0===u||u.compile(r.scene,r.camera),r.emit("modelLoadError",e,a),r.throwError(e),r.modelPending=!1,i()}})),this.modelPending=!0,a.load(e,this.textureOptions).catch(Ve)},i.prototype.commonParams=function(){return{ident:this.ident,scene:this.scene,parallaxScene:this.parallaxScene,helper:this.helperGroup,camera:this.camera,renderer:this.renderer,scissor:this.scissor,element:this.getElement(),model:this.model,work:this.work,imageOptions:this.imageOptions,enableIOSEDR:this._enableIOSEDR,extraElements:this.extraElements,videoTexture:this.videoTexture,networkSubscribe:this.networkSubscribe,requestProxy:this.requestProxy}},i.prototype.saveControllerPose=function(e){void 0===e&&(e=this.controller),e&&yl(e)&&(this.panoramaLikeSavedPose.longitude=this.camera.pose.longitude,this.panoramaLikeSavedPose.latitude=this.camera.pose.latitude,this.panoramaLikeSavedPose.fov=this.camera.pose.fov)},i.prototype.applyController=function(e,n){var r=this;if(!this.renderer)throw new Error("renderer is not initialized.");var o=vl[e];e===this.currentMode||this.model.empty||this.model.show(),this.model.setTransparent(e===i.Mode.Floorplan||e===i.Mode.Topview||e===i.Mode.Model||e===i.Mode.Mapview),this.currentMode=e;for(var s=new o(n),a=function(e){s.on(e,(function(){for(var i=[],n=0;n<arguments.length;n++)i[n]=arguments[n];var o=r.emit.apply(r,t.__spreadArray([e],i,!1));if(o)return!1}))},l=0,u=bl;l<u.length;l++){a(u[l])}var c=vl[e].initAnimationEndPose(n),h=n.initial[3],d={panoIndex:n.initial[0],mode:e,longitude:c.longitude,latitude:c.latitude,fov:c.fov,offset:c.offset,distance:c.distance};return hs(this.state,d)||(cs(this.state,d),this.emit("stateChange",this.state,h)),this.emit("currentStateChange",this.getCurrentState(),h),s.on("cameraUpdate",(function(i,n){var o;if(r.controller){var s=t.__assign(t.__assign({},r.controller.getTargetPose()),{panoIndex:r.panoIndex,mode:e});n&&!1===r.syncingState&&r.state.mode===s.mode&&!hs(r.state,s)&&(cs(r.state,s),r.emit("stateChange",r.state,n),null===(o=r.analysis)||void 0===o||o.state(r.work,r.state))}r.emit("currentStateChange",r.getCurrentState(),n)})),s.on("initAnimationWillStart",(function(i,n,o){var s,a=t.__assign(t.__assign({},n),{panoIndex:i,mode:e});o&&r.state.mode===a.mode&&!hs(r.state,a)&&(cs(r.state,a),r.emit("stateChange",r.state,o),null===(s=r.analysis)||void 0===s||s.state(r.work,r.state))})),s.on("initAnimationEnded",(function(i,n,o){var s,a=t.__assign(t.__assign({},n),{panoIndex:i,mode:e});o&&r.state.mode===a.mode&&!hs(r.state,a)&&(cs(r.state,a),r.emit("stateChange",r.state,o),null===(s=r.analysis)||void 0===s||s.state(r.work,r.state))})),s.on("panoWillArrive",(function(i,n,o){var s;r.panoIndex=i;var a=t.__assign(t.__assign({},n),{panoIndex:i,mode:e});o&&r.state.mode===a.mode&&!hs(r.state,a)&&(cs(r.state,a),r.emit("stateChange",r.state,o),null===(s=r.analysis)||void 0===s||s.state(r.work,r.state))})),s.on("panoArrived",(function(i,n,o){var s,a=t.__assign(t.__assign({},n),{panoIndex:i,mode:e});o&&r.state.mode===a.mode&&!hs(r.state,a)&&(cs(r.state,a),r.emit("stateChange",r.state,o),null===(s=r.analysis)||void 0===s||s.state(r.work,r.state))})),s.on("moveToPano",(function(e,t){r.emit("currentStateChange",r.getCurrentState(),t)})),s.on("wantsMoveToPano",(function(e,t,i){var n=r.emit("wantsMoveToPano",e,t,i);n||(n=r.emit("wantsToMoveToPano",e,t,i)),n||r.moveToPano(e,t,i)})),s.on("vrWantsToExit",(function(){r.currentMode===i.Mode.VRPanorama&&(r.exitFullscreen(),r.changeMode(i.Mode.Panorama))})),s.on("error",(function(e){return r.throwError(e)})),s},i.prototype.removeEventListeners=function(){},i.prototype.diposeGPUPickingMaterial=function(){this.meshReplaceMaterialMap.forEach((function(e){e.dispose()})),this.meshOriginMaterialMap.forEach((function(e){e.dispose()}))},i.Mode={Panorama:"Panorama",Model:"Model",Floorplan:"Floorplan",Topview:"Topview",Mapview:"Mapview",DepthPanorama:"DepthPanorama",VRPanorama:"VRPanorama",XRPanorama:"XRPanorama"},i.Line=null,i}(Qe),zl={instances:{},constructor:ql};"undefined"!=typeof window&&Object.assign(window,{__FIVE_DEBUG__:zl});var jl=function(){function e(){}return e.createButton=function(e){var t=document.createElement("button");function i(){t.style.display="",t.style.cursor="auto",t.style.left="calc(50% - 75px)",t.style.width="150px",t.onmouseenter=null,t.onmouseleave=null,t.onclick=null,t.textContent="VR NOT SUPPORTED"}function n(e){e.style.position="absolute",e.style.bottom="20px",e.style.padding="12px 6px",e.style.border="1px solid #fff",e.style.borderRadius="4px",e.style.background="rgba(0,0,0,0.1)",e.style.color="#fff",e.style.font="normal 13px sans-serif",e.style.textAlign="center",e.style.opacity="0.5",e.style.outline="none",e.style.zIndex="999"}if("xr"in navigator)return t.id="VRButton",t.style.display="none",n(t),navigator.xr.isSessionSupported("immersive-vr").then((function(n){n?(t.style.display="",t.style.cursor="pointer",t.style.left="calc(50% - 50px)",t.style.width="100px",t.textContent="ENTER VR",t.onmouseenter=function(){t.style.opacity="1.0"},t.onmouseleave=function(){t.style.opacity="0.5"},t.onclick=function(){e&&e()}):i()})),t;var r=document.createElement("a");return!1===window.isSecureContext?(r.href=document.location.href.replace(/^http:/,"https:"),r.innerHTML="WEBXR NEEDS HTTPS"):(r.href="https://immersiveweb.dev/",r.innerHTML="WEBXR NOT AVAILABLE"),r.style.left="calc(50% - 90px)",r.style.width="180px",r.style.textDecoration="none",n(r),r},e}();exports.AnimationFrameLoop=ut,exports.BVH=Ii,exports.BVHIntersect=xi,exports.BVHNode=bi,exports.BVHVector3=yi,exports.Camera=vi,exports.Clipper=mt,exports.Five=ql,exports.InternalWebGLRenderer=ui,exports.IntersectMesh=Xo,exports.LegacyPanoCircleMesh=no,exports.Model=br,exports.NetworkSubscribe=nt,exports.PBMContainer=yt,exports.PBMGroup=bt,exports.PBMMaterial=li,exports.PBMMesh=vt,exports.PROXY_CONTROLLER_EVENT_NAMES=bl,exports.PanoCircleMesh=yo,exports.PanoCircleMeshDark=Lo,exports.PanoCircleMeshSolid=jo,exports.Scene=ci,exports.Subscribe=Qe,exports.TextureLoader=ni,exports.Tile3D=Xn,exports.Tile3DModel=Ar,exports.TileBoundingSphere=Mn,exports.TileCacheNode=cn,exports.TileCubeTextureTarget=ii,exports.TileCullingVolume=bn,exports.TileOrientedBoundingBox=Un,exports.TilePlane=An,exports.TileRequestScheduler=un,exports.Tileset3D=$n,exports.Tileset3DTraverser=Zn,exports.TilesetCache=dn,exports.Work=Lr,exports.XRButton=jl,exports.defaultImageURLTransform=pt,exports.getViewportScale=wl,exports.imageSupport=function(){return gt||(gt=Promise.all([At("data:image/avif;base64,AAAAIGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZk1BMUIAAADybWV0YQAAAAAAAAAoaGRscgAAAAAAAAAAcGljdAAAAAAAAAAAAAAAAGxpYmF2aWYAAAAADnBpdG0AAAAAAAEAAAAeaWxvYwAAAABEAAABAAEAAAABAAABGgAAAB0AAAAoaWluZgAAAAAAAQAAABppbmZlAgAAAAABAABhdjAxQ29sb3IAAAAAamlwcnAAAABLaXBjbwAAABRpc3BlAAAAAAAAAAIAAAACAAAAEHBpeGkAAAAAAwgICAAAAAxhdjFDgQ0MAAAAABNjb2xybmNseAACAAIAAYAAAAAXaXBtYQAAAAAAAAABAAEEAQKDBAAAACVtZGF0EgAKCBgANogQEAwgMg8f8D///8WfhwB8+ErK42A="),At("data:image/webp;base64,UklGRjoAAABXRUJQVlA4IC4AAACyAgCdASoCAAIALmk0mk0iIiIiIgBoSygABc6WWgAA/veff/0PP8bA//LwYAAA")]).then((function(e){var t=e[0];return{webp:e[1],avif:t}})).catch((function(){return{webp:!1,avif:!1}})))},exports.parseWork=Or;