@realsee/five 5.0.0-alpha.21 → 5.0.0-alpha.211

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 (256) hide show
  1. package/README.md +18 -8
  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/main.js +52 -0
  6. package/docs/assets/search.js +1 -0
  7. package/docs/assets/style.css +1414 -0
  8. package/docs/classes/five.AnimationFrameLoop.html +15 -0
  9. package/docs/classes/five.BVH.html +10 -0
  10. package/docs/classes/five.BVHIntersect.html +1 -0
  11. package/docs/classes/five.BVHNode.html +7 -0
  12. package/docs/classes/five.BVHVector3.html +1 -0
  13. package/docs/classes/five.Camera.html +11 -0
  14. package/docs/classes/five.Clipper.html +1 -0
  15. package/docs/classes/five.Five.html +335 -0
  16. package/docs/classes/five.InternalWebGLRenderer.html +1 -0
  17. package/docs/classes/five.IntersectMesh.html +1 -0
  18. package/docs/classes/five.Model.html +99 -0
  19. package/docs/classes/five.NetworkSubscribe.html +50 -0
  20. package/docs/classes/five.PBMContainer.html +17 -0
  21. package/docs/classes/five.PBMGroup.html +19 -0
  22. package/docs/classes/five.PBMMaterial.html +29 -0
  23. package/docs/classes/five.PBMMesh.html +7 -0
  24. package/docs/classes/five.PanoCircleMesh.html +7 -0
  25. package/docs/classes/five.PanoCircleMeshCustom.html +7 -0
  26. package/docs/classes/five.PanoCircleMeshSolid.html +7 -0
  27. package/docs/classes/five.Scene.html +3 -0
  28. package/docs/classes/five.Subscribe.html +56 -0
  29. package/docs/classes/five.TextureLoader.html +1 -0
  30. package/docs/classes/five.Tile3D.html +34 -0
  31. package/docs/classes/five.Tile3DModel.html +15 -0
  32. package/docs/classes/five.TileBoundingSphere.html +1 -0
  33. package/docs/classes/five.TileCacheNode.html +1 -0
  34. package/docs/classes/five.TileCubeTextureTarget.html +1 -0
  35. package/docs/classes/five.TileCullingVolume.html +1 -0
  36. package/docs/classes/five.TileOrientedBoundingBox.html +1 -0
  37. package/docs/classes/five.TileRequestScheduler.html +16 -0
  38. package/docs/classes/five.Tileset3D.html +11 -0
  39. package/docs/classes/five.Tileset3DTraverser.html +1 -0
  40. package/docs/classes/five.TilesetCache.html +1 -0
  41. package/docs/classes/five.Work.html +32 -0
  42. package/docs/classes/five.XRButton.html +1 -0
  43. package/docs/classes/gltf_loader.DDSLoader.html +1 -0
  44. package/docs/classes/gltf_loader.DRACOLoader.html +1 -0
  45. package/docs/classes/gltf_loader.GLTFLoader.html +17 -0
  46. package/docs/classes/gltf_loader.GLTFObject.html +7 -0
  47. package/docs/classes/gltf_loader.GLTFParser.html +1 -0
  48. package/docs/classes/gltf_loader.THREEGLTFLoader.html +1 -0
  49. package/docs/classes/line.Line.html +1 -0
  50. package/docs/classes/line.LineGeometry.html +1 -0
  51. package/docs/classes/line.LineMaterial.html +1 -0
  52. package/docs/classes/line.LineSegmentsGeometry.html +1 -0
  53. package/docs/classes/line.THREE_Line2.html +1 -0
  54. package/docs/classes/line.THREE_LineSegments2.html +1 -0
  55. package/docs/classes/react.Store.html +29 -0
  56. package/docs/classes/server.BVH.html +10 -0
  57. package/docs/classes/server.BVHIntersect.html +1 -0
  58. package/docs/classes/server.BVHNode.html +7 -0
  59. package/docs/classes/server.BVHVector3.html +1 -0
  60. package/docs/classes/server.Model.html +70 -0
  61. package/docs/classes/server.PBMContainer.html +7 -0
  62. package/docs/classes/server.PBMGroup.html +9 -0
  63. package/docs/classes/server.PBMMesh.html +7 -0
  64. package/docs/classes/sticker.Sticker.html +32 -0
  65. package/docs/classes/vfx.Airflow.html +1 -0
  66. package/docs/classes/vfx.Flame.html +1 -0
  67. package/docs/classes/vfx.Particle.html +89 -0
  68. package/docs/classes/vfx.SpotLight.html +1 -0
  69. package/docs/index.html +166 -434
  70. package/docs/interfaces/five.AddableObject.html +9 -0
  71. package/docs/interfaces/five.AnimationFrame.html +1 -0
  72. package/docs/interfaces/five.CameraPose.html +1 -0
  73. package/docs/interfaces/five.ClipperParameter.html +1 -0
  74. package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +28 -0
  75. package/docs/interfaces/five.EventCallback.html +405 -0
  76. package/docs/interfaces/five.FiveInitArgs.html +111 -0
  77. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +17 -0
  78. package/docs/interfaces/five.ImageOptions.html +18 -0
  79. package/docs/interfaces/five.ImageURLMappings.html +1 -0
  80. package/docs/interfaces/five.ImageURLOptions.html +15 -0
  81. package/docs/interfaces/five.IntersectMeshInterface.html +3 -0
  82. package/docs/interfaces/five.Intersection.html +7 -0
  83. package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +15 -0
  84. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +20 -0
  85. package/docs/interfaces/five.ModelEventCallback.html +26 -0
  86. package/docs/interfaces/five.ModelLodOptions.html +1 -0
  87. package/docs/interfaces/five.MotionKeyframe.html +1 -0
  88. package/docs/interfaces/five.MovePanoOptions.html +42 -0
  89. package/docs/interfaces/five.NetworkOptions.html +9 -0
  90. package/docs/interfaces/five.PBMPanoPicture.html +7 -0
  91. package/docs/interfaces/five.PBMParameters.html +29 -0
  92. package/docs/interfaces/five.PanoCircleMeshCustomOptions.html +1 -0
  93. package/docs/interfaces/five.PanoCircleMeshInterface.html +19 -0
  94. package/docs/interfaces/five.PanoCircleMeshOptions.html +1 -0
  95. package/docs/interfaces/five.PanoCircleMeshSolidOptions.html +1 -0
  96. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +35 -0
  97. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +20 -0
  98. package/docs/interfaces/five.Pose.html +37 -0
  99. package/docs/interfaces/five.Scissor.html +14 -0
  100. package/docs/interfaces/five.State.html +21 -0
  101. package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -0
  102. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -0
  103. package/docs/interfaces/five.SubscribeMixinType.off.html +1 -0
  104. package/docs/interfaces/five.SubscribeMixinType.on.html +1 -0
  105. package/docs/interfaces/five.SubscribeMixinType.once.html +1 -0
  106. package/docs/interfaces/five.TextureOptions.html +20 -0
  107. package/docs/interfaces/five.Tile3DModelLoaderOptions.html +3 -0
  108. package/docs/interfaces/five.TileBoundingVolume.html +19 -0
  109. package/docs/interfaces/five.TileContent.html +1 -0
  110. package/docs/interfaces/five.TileCubeNode.html +1 -0
  111. package/docs/interfaces/five.TileCubeTree.html +1 -0
  112. package/docs/interfaces/five.Tileset3dOptions.html +1 -0
  113. package/docs/interfaces/five.TilesetJSON.html +1 -0
  114. package/docs/interfaces/five.TilesetJSONNode.html +1 -0
  115. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +9 -0
  116. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +31 -0
  117. package/docs/interfaces/five.WebXRAxesParams.html +1 -0
  118. package/docs/interfaces/five.WebXRControllerParams.html +1 -0
  119. package/docs/interfaces/five.WorkCubeImage.html +13 -0
  120. package/docs/interfaces/five.WorkImage.html +21 -0
  121. package/docs/interfaces/five.WorkInitial.html +13 -0
  122. package/docs/interfaces/five.WorkModel.html +11 -0
  123. package/docs/interfaces/five.WorkModelTiles.html +3 -0
  124. package/docs/interfaces/five.WorkObserver.html +27 -0
  125. package/docs/interfaces/five.WorkTile.html +1 -0
  126. package/docs/interfaces/five.WorkVideo.html +9 -0
  127. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +31 -0
  128. package/docs/interfaces/gltf_loader.DDS.html +1 -0
  129. package/docs/interfaces/gltf_loader.GLTF.html +7 -0
  130. package/docs/interfaces/gltf_loader.GLTFReference.html +1 -0
  131. package/docs/interfaces/gltf_loader.THREEGLTF.html +1 -0
  132. package/docs/interfaces/react.FiveActionReactCallbacks.html +52 -0
  133. package/docs/interfaces/react.FiveInjectionTypes.html +181 -0
  134. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +1 -0
  135. package/docs/interfaces/server.Intersection.html +7 -0
  136. package/docs/interfaces/server.ModelEventCallback.html +18 -0
  137. package/docs/interfaces/sticker.IntersectionLike.html +8 -0
  138. package/docs/interfaces/vfx.ParticleArgs.html +75 -0
  139. package/docs/interfaces/vfx.ParticleTweenKeyframe.html +1 -0
  140. package/docs/interfaces/vue.FiveActionVueCallbacks.html +60 -0
  141. package/docs/modules/five.SubscribeMixinType.html +1 -0
  142. package/docs/modules/five.html +470 -3006
  143. package/docs/modules/gltf_loader.html +1 -155
  144. package/docs/modules/line.html +1 -210
  145. package/docs/modules/react.html +130 -1507
  146. package/docs/modules/server.html +18 -526
  147. package/docs/modules/sticker.html +1 -151
  148. package/docs/modules/vfx.html +1 -0
  149. package/docs/modules/vue.html +115 -0
  150. package/docs/modules.html +1 -136
  151. package/exporters/staticify.js +210 -0
  152. package/five/index.d.ts +1506 -283
  153. package/five/index.js +362 -1
  154. package/gltf-loader/index.d.ts +90 -5
  155. package/gltf-loader/index.js +260 -1
  156. package/line/index.d.ts +1 -0
  157. package/line/index.js +260 -1
  158. package/package.json +12 -11
  159. package/react/index.d.ts +73 -72
  160. package/react/index.js +260 -1
  161. package/scripts/five-staticify.js +26 -0
  162. package/server/index.d.ts +222 -27
  163. package/server/index.js +357 -1
  164. package/sticker/index.d.ts +2 -1
  165. package/sticker/index.js +260 -1
  166. package/templates/quick-start/package.json +1 -1
  167. package/umd/five-gltf-loader.js +1 -2
  168. package/umd/five-line.js +1 -2
  169. package/umd/five-react.js +1 -2
  170. package/umd/five-sticker.js +1 -2
  171. package/umd/five-vfx.js +1 -0
  172. package/umd/five-vue.js +1 -0
  173. package/umd/five.js +1 -1
  174. package/umd/five.js.LICENSE.txt +58 -118
  175. package/vfx/index.d.ts +264 -0
  176. package/vfx/index.js +260 -0
  177. package/vue/index.d.ts +441 -0
  178. package/vue/index.js +260 -0
  179. package/docs/assets/css/main.css +0 -2660
  180. package/docs/assets/js/main.js +0 -248
  181. package/docs/assets/js/search.js +0 -1
  182. package/docs/classes/five.camera.html +0 -323
  183. package/docs/classes/five.five-1.html +0 -2670
  184. package/docs/classes/five.hashcubetexture.html +0 -252
  185. package/docs/classes/five.internalwebglrenderer.html +0 -212
  186. package/docs/classes/five.model.html +0 -962
  187. package/docs/classes/five.pbmcontainer.html +0 -411
  188. package/docs/classes/five.pbmgroup.html +0 -430
  189. package/docs/classes/five.pbmmaterial.html +0 -533
  190. package/docs/classes/five.pbmmesh.html +0 -254
  191. package/docs/classes/five.scene.html +0 -263
  192. package/docs/classes/five.subscribe.html +0 -569
  193. package/docs/classes/gltf_loader.gltfloader.html +0 -412
  194. package/docs/classes/gltf_loader.gltfobject.html +0 -287
  195. package/docs/classes/line.line-1.html +0 -384
  196. package/docs/classes/line.linegeometry.html +0 -530
  197. package/docs/classes/line.linematerial.html +0 -306
  198. package/docs/classes/line.linesegmentsgeometry.html +0 -477
  199. package/docs/classes/line.three_line2.html +0 -280
  200. package/docs/classes/line.three_linesegments2.html +0 -282
  201. package/docs/classes/react.store.html +0 -605
  202. package/docs/classes/server.model.html +0 -823
  203. package/docs/classes/server.pbmgroup.html +0 -366
  204. package/docs/classes/server.pbmmesh.html +0 -335
  205. package/docs/classes/sticker.sticker-1.html +0 -465
  206. package/docs/interfaces/five.addableobject.html +0 -234
  207. package/docs/interfaces/five.depthpanoramacontrollercustominitargs.html +0 -420
  208. package/docs/interfaces/five.eventcallback.html +0 -2548
  209. package/docs/interfaces/five.fiveinitargs.html +0 -707
  210. package/docs/interfaces/five.floorplancontrollercustominitargs.html +0 -295
  211. package/docs/interfaces/five.imageoptions.html +0 -332
  212. package/docs/interfaces/five.intersection.html +0 -227
  213. package/docs/interfaces/five.intersectmeshinterface.html +0 -188
  214. package/docs/interfaces/five.modelcontrollercustominitargs.html +0 -366
  215. package/docs/interfaces/five.modeleventcallback.html +0 -367
  216. package/docs/interfaces/five.movepanooptions.html +0 -469
  217. package/docs/interfaces/five.panocirclemeshinterface.html +0 -361
  218. package/docs/interfaces/five.panoramacontrollercustominitargs.html +0 -464
  219. package/docs/interfaces/five.panoramalikecontrollercustominitargs.html +0 -364
  220. package/docs/interfaces/five.pbmparameters.html +0 -474
  221. package/docs/interfaces/five.pose.html +0 -270
  222. package/docs/interfaces/five.scissor.html +0 -252
  223. package/docs/interfaces/five.state.html +0 -300
  224. package/docs/interfaces/five.subscribemixintype.emit.html +0 -180
  225. package/docs/interfaces/five.subscribemixintype.haslistener.html +0 -171
  226. package/docs/interfaces/five.subscribemixintype.off.html +0 -198
  227. package/docs/interfaces/five.subscribemixintype.on.html +0 -213
  228. package/docs/interfaces/five.subscribemixintype.once.html +0 -210
  229. package/docs/interfaces/five.topviewcontrollercustominitargs.html +0 -226
  230. package/docs/interfaces/five.vrpanoramacontrollercustominitargs.html +0 -452
  231. package/docs/interfaces/gltf_loader.gltf.html +0 -304
  232. package/docs/interfaces/react.fiveactionreactcallbacks.html +0 -580
  233. package/docs/interfaces/react.fiveinjectiontypes.html +0 -1625
  234. package/docs/interfaces/react.injectfivetoprops.html +0 -280
  235. package/docs/interfaces/server.intersection.html +0 -308
  236. package/docs/interfaces/server.modeleventcallback.html +0 -409
  237. package/docs/interfaces/sticker.intersectionlike.html +0 -223
  238. package/docs/modules/five.subscribemixintype.html +0 -143
  239. package/scripts/export-five-resource/chfs.exe +0 -0
  240. package/scripts/export-five-resource/fileify.js +0 -192
  241. package/scripts/export-five-resource/format-work.js +0 -71
  242. package/scripts/export-five-resource/staticify.js +0 -327
  243. package/scripts/transcode-model/BufferGeometryUtils.js +0 -832
  244. package/scripts/transcode-model/LoaderSupport.js +0 -1545
  245. package/scripts/transcode-model/MTLLoader.js +0 -602
  246. package/scripts/transcode-model/OBJLoader2.js +0 -1470
  247. package/scripts/transcode-model/obj2pbm.js +0 -65
  248. /package/docs/assets/{images/icons.png → icons.png} +0 -0
  249. /package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
  250. /package/docs/assets/{images/widgets.png → widgets.png} +0 -0
  251. /package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
  252. /package/resource/{basis_transcoder.js → basis/basis_transcoder.js} +0 -0
  253. /package/resource/{basis_transcoder.wasm → basis/basis_transcoder.wasm} +0 -0
  254. /package/resource/{draco_decoder.js → gltf/draco_decoder.js} +0 -0
  255. /package/resource/{draco_decoder.wasm → gltf/draco_decoder.wasm} +0 -0
  256. /package/resource/{draco_wasm_wrapper.js → gltf/draco_wasm_wrapper.js} +0 -0
@@ -1,2548 +0,0 @@
1
- <!doctype html>
2
- <html class="default no-js">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>EventCallback | 如视 Five SDK - v5.0.0-alpha.21</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.21">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <link rel="stylesheet" href="../assets/css/main.css">
10
- <script async src="../assets/js/search.js" id="search-script"></script>
11
- </head>
12
- <body>
13
- <header>
14
- <div class="tsd-page-toolbar">
15
- <div class="container">
16
- <div class="table-wrap">
17
- <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
18
- <div class="field">
19
- <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
20
- <input id="tsd-search-field" type="text" />
21
- </div>
22
- <ul class="results">
23
- <li class="state loading">Preparing search index...</li>
24
- <li class="state failure">The search index is not available</li>
25
- </ul>
26
- <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.21</a>
27
- </div>
28
- <div class="table-cell" id="tsd-widgets">
29
- <div id="tsd-filter">
30
- <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
31
- <div class="tsd-filter-group">
32
- <div class="tsd-select" id="tsd-filter-visibility">
33
- <span class="tsd-select-label">All</span>
34
- <ul class="tsd-select-list">
35
- <li data-value="public">Public</li>
36
- <li data-value="protected">Public/Protected</li>
37
- <li data-value="private" class="selected">All</li>
38
- </ul>
39
- </div>
40
- <input type="checkbox" id="tsd-filter-inherited" checked />
41
- <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
42
- </div>
43
- </div>
44
- <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
45
- </div>
46
- </div>
47
- </div>
48
- </div>
49
- <div class="tsd-page-title">
50
- <div class="container">
51
- <ul class="tsd-breadcrumb">
52
- <li>
53
- <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.21</a>
54
- </li>
55
- <li>
56
- <a href="../modules/five.html">five</a>
57
- </li>
58
- <li>
59
- <a href="five.eventcallback.html">EventCallback</a>
60
- </li>
61
- </ul>
62
- <h1>Interface EventCallback</h1>
63
- </div>
64
- </div>
65
- </header>
66
- <div class="container container-main">
67
- <div class="row">
68
- <div class="col-8 col-content">
69
- <section class="tsd-panel tsd-comment">
70
- <div class="tsd-comment tsd-typography">
71
- <div class="lead">
72
- <p>Five 事件列表</p>
73
- </div>
74
- <dl class="tsd-comment-tags">
75
- <dt>description</dt>
76
- <dd><p>可以通过 <code>five.on(METHOD_NAME, METHOD)</code> 调用</p>
77
- </dd>
78
- </dl>
79
- </div>
80
- </section>
81
- <section class="tsd-panel tsd-hierarchy">
82
- <h3>Hierarchy</h3>
83
- <ul class="tsd-hierarchy">
84
- <li>
85
- <a href="../modules/five.html#eventtypes" class="tsd-signature-type" data-tsd-kind="Type alias">EventTypes</a>
86
- <ul class="tsd-hierarchy">
87
- <li>
88
- <span class="target">EventCallback</span>
89
- </li>
90
- </ul>
91
- </li>
92
- </ul>
93
- </section>
94
- <section class="tsd-panel-group tsd-index-group">
95
- <h2>Index</h2>
96
- <section class="tsd-panel tsd-index-panel">
97
- <div class="tsd-index-content">
98
- <section class="tsd-index-section tsd-is-inherited">
99
- <h3>Methods</h3>
100
- <ul class="tsd-index-list">
101
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#cameradirectionupdate" class="tsd-kind-icon">camera<wbr>Direction<wbr>Update</a></li>
102
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#camerapositionupdate" class="tsd-kind-icon">camera<wbr>Position<wbr>Update</a></li>
103
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#cameraupdate" class="tsd-kind-icon">camera<wbr>Update</a></li>
104
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#currentstatechange" class="tsd-kind-icon">current<wbr>State<wbr>Change</a></li>
105
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#dispose" class="tsd-kind-icon">dispose</a></li>
106
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#error" class="tsd-kind-icon">error</a></li>
107
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#fps" class="tsd-kind-icon">fps</a></li>
108
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#gesture" class="tsd-kind-icon">gesture</a></li>
109
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#helpersvisiblechange" class="tsd-kind-icon">helpers<wbr>Visible<wbr>Change</a></li>
110
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#initanimationended" class="tsd-kind-icon">init<wbr>Animation<wbr>Ended</a></li>
111
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#initanimationwillstart" class="tsd-kind-icon">init<wbr>Animation<wbr>Will<wbr>Start</a></li>
112
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#interiapan" class="tsd-kind-icon">interia<wbr>Pan</a></li>
113
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#intersectionhidden" class="tsd-kind-icon">intersection<wbr>Hidden</a></li>
114
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#intersectiononmodelupdate" class="tsd-kind-icon">intersection<wbr>OnModel<wbr>Update</a></li>
115
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#load" class="tsd-kind-icon">load</a></li>
116
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#modechange" class="tsd-kind-icon">mode<wbr>Change</a></li>
117
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#modelbvhloaded" class="tsd-kind-icon">model<wbr>Bvh<wbr>Loaded</a></li>
118
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#modelgeometryloaded" class="tsd-kind-icon">model<wbr>Geometry<wbr>Loaded</a></li>
119
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#modelloaderror" class="tsd-kind-icon">model<wbr>Load<wbr>Error</a></li>
120
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#modelloaded" class="tsd-kind-icon">model<wbr>Loaded</a></li>
121
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#modelmaterialloaded" class="tsd-kind-icon">model<wbr>Material<wbr>Loaded</a></li>
122
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#modelshownfloorchange" class="tsd-kind-icon">model<wbr>Shown<wbr>Floor<wbr>Change</a></li>
123
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#modelwillload" class="tsd-kind-icon">model<wbr>Will<wbr>Load</a></li>
124
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#mousewheel" class="tsd-kind-icon">mouse<wbr>Wheel</a></li>
125
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#movetopano" class="tsd-kind-icon">move<wbr>ToPano</a></li>
126
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#movetopanocanceled" class="tsd-kind-icon">move<wbr>ToPano<wbr>Canceled</a></li>
127
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#movingtopano" class="tsd-kind-icon">moving<wbr>ToPano</a></li>
128
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#pangesture" class="tsd-kind-icon">pan<wbr>Gesture</a></li>
129
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#panoarrived" class="tsd-kind-icon">pano<wbr>Arrived</a></li>
130
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#panoloaderror" class="tsd-kind-icon">pano<wbr>Load<wbr>Error</a></li>
131
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#panoloaded" class="tsd-kind-icon">pano<wbr>Loaded</a></li>
132
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#panoselected" class="tsd-kind-icon">pano<wbr>Selected</a></li>
133
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#panowillarrive" class="tsd-kind-icon">pano<wbr>Will<wbr>Arrive</a></li>
134
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#panowillload" class="tsd-kind-icon">pano<wbr>Will<wbr>Load</a></li>
135
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#pinchgesture" class="tsd-kind-icon">pinch<wbr>Gesture</a></li>
136
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#renderframe" class="tsd-kind-icon">render<wbr>Frame</a></li>
137
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#setstate" class="tsd-kind-icon">set<wbr>State</a></li>
138
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#statechange" class="tsd-kind-icon">state<wbr>Change</a></li>
139
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#statesynced" class="tsd-kind-icon">state<wbr>Synced</a></li>
140
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#tapgesture" class="tsd-kind-icon">tap<wbr>Gesture</a></li>
141
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#textureabort" class="tsd-kind-icon">texture<wbr>Abort</a></li>
142
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#textureerror" class="tsd-kind-icon">texture<wbr>Error</a></li>
143
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#textureloaded" class="tsd-kind-icon">texture<wbr>Loaded</a></li>
144
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#textureloading" class="tsd-kind-icon">texture<wbr>Loading</a></li>
145
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#texturestartload" class="tsd-kind-icon">texture<wbr>Start<wbr>Load</a></li>
146
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#wantschangemode" class="tsd-kind-icon">wants<wbr>Change<wbr>Mode</a></li>
147
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#wantsgesture" class="tsd-kind-icon">wants<wbr>Gesture</a></li>
148
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#wantsinteriapan" class="tsd-kind-icon">wants<wbr>Interia<wbr>Pan</a></li>
149
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#wantsmousewheel" class="tsd-kind-icon">wants<wbr>Mouse<wbr>Wheel</a></li>
150
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#wantsmovetopano" class="tsd-kind-icon">wants<wbr>Move<wbr>ToPano</a></li>
151
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#wantspangesture" class="tsd-kind-icon">wants<wbr>Pan<wbr>Gesture</a></li>
152
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#wantspinchgesture" class="tsd-kind-icon">wants<wbr>Pinch<wbr>Gesture</a></li>
153
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#wantsshowintersectiononmodel" class="tsd-kind-icon">wants<wbr>Show<wbr>Intersection<wbr>OnModel</a></li>
154
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#wantstapgesture" class="tsd-kind-icon">wants<wbr>Tap<wbr>Gesture</a></li>
155
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#wantstomovetopano" class="tsd-kind-icon">wants<wbr>ToMove<wbr>ToPano</a></li>
156
- <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="five.eventcallback.html#willload" class="tsd-kind-icon">will<wbr>Load</a></li>
157
- </ul>
158
- </section>
159
- </div>
160
- </section>
161
- </section>
162
- <section class="tsd-panel-group tsd-member-group tsd-is-inherited">
163
- <h2>Methods</h2>
164
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
165
- <a name="cameradirectionupdate" class="tsd-anchor"></a>
166
- <h3>camera<wbr>Direction<wbr>Update</h3>
167
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
168
- <li class="tsd-signature tsd-kind-icon">camera<wbr>Direction<wbr>Update<span class="tsd-signature-symbol">(</span>coordinates<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Pick</span><span class="tsd-signature-symbol">&lt;</span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;longitude&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;latitude&quot;</span><span class="tsd-signature-symbol">&gt;</span>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
169
- </ul>
170
- <ul class="tsd-descriptions">
171
- <li class="tsd-description">
172
- <aside class="tsd-sources">
173
- <p>Inherited from EventTypes.cameraDirectionUpdate</p>
174
- <ul>
175
- <li>Defined in lib/five/controllers/events.ts:63</li>
176
- </ul>
177
- </aside>
178
- <div class="tsd-comment tsd-typography">
179
- <div class="lead">
180
- <p>相机姿态中相机方向变化</p>
181
- </div>
182
- </div>
183
- <h4 class="tsd-parameters-title">Parameters</h4>
184
- <ul class="tsd-parameters">
185
- <li>
186
- <h5>coordinates: <span class="tsd-signature-type">Pick</span><span class="tsd-signature-symbol">&lt;</span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;longitude&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;latitude&quot;</span><span class="tsd-signature-symbol">&gt;</span></h5>
187
- <div class="tsd-comment tsd-typography">
188
- <p>相机姿态的俯仰角和偏航角</p>
189
- </div>
190
- </li>
191
- <li>
192
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
193
- <div class="tsd-comment tsd-typography">
194
- <p>是否用户触发</p>
195
- </div>
196
- </li>
197
- </ul>
198
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
199
- </li>
200
- </ul>
201
- </section>
202
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
203
- <a name="camerapositionupdate" class="tsd-anchor"></a>
204
- <h3>camera<wbr>Position<wbr>Update</h3>
205
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
206
- <li class="tsd-signature tsd-kind-icon">camera<wbr>Position<wbr>Update<span class="tsd-signature-symbol">(</span>offset<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Vector3</span>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
207
- </ul>
208
- <ul class="tsd-descriptions">
209
- <li class="tsd-description">
210
- <aside class="tsd-sources">
211
- <p>Inherited from EventTypes.cameraPositionUpdate</p>
212
- <ul>
213
- <li>Defined in lib/five/controllers/events.ts:56</li>
214
- </ul>
215
- </aside>
216
- <div class="tsd-comment tsd-typography">
217
- <div class="lead">
218
- <p>相机姿态中相机位置变化</p>
219
- </div>
220
- </div>
221
- <h4 class="tsd-parameters-title">Parameters</h4>
222
- <ul class="tsd-parameters">
223
- <li>
224
- <h5>offset: <span class="tsd-signature-type">Vector3</span></h5>
225
- <div class="tsd-comment tsd-typography">
226
- <p>相机位置</p>
227
- </div>
228
- </li>
229
- <li>
230
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
231
- <div class="tsd-comment tsd-typography">
232
- <p>是否用户触发</p>
233
- </div>
234
- </li>
235
- </ul>
236
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
237
- </li>
238
- </ul>
239
- </section>
240
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
241
- <a name="cameraupdate" class="tsd-anchor"></a>
242
- <h3>camera<wbr>Update</h3>
243
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
244
- <li class="tsd-signature tsd-kind-icon">camera<wbr>Update<span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
245
- </ul>
246
- <ul class="tsd-descriptions">
247
- <li class="tsd-description">
248
- <aside class="tsd-sources">
249
- <p>Inherited from EventTypes.cameraUpdate</p>
250
- <ul>
251
- <li>Defined in lib/five/controllers/events.ts:42</li>
252
- </ul>
253
- </aside>
254
- <div class="tsd-comment tsd-typography">
255
- <div class="lead">
256
- <p>相机姿态变化</p>
257
- </div>
258
- </div>
259
- <h4 class="tsd-parameters-title">Parameters</h4>
260
- <ul class="tsd-parameters">
261
- <li>
262
- <h5>pose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
263
- <div class="tsd-comment tsd-typography">
264
- <p>相机姿态</p>
265
- </div>
266
- </li>
267
- <li>
268
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
269
- <div class="tsd-comment tsd-typography">
270
- <p>是否用户触发</p>
271
- </div>
272
- </li>
273
- </ul>
274
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
275
- </li>
276
- </ul>
277
- </section>
278
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
279
- <a name="currentstatechange" class="tsd-anchor"></a>
280
- <h3>current<wbr>State<wbr>Change</h3>
281
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
282
- <li class="tsd-signature tsd-kind-icon">current<wbr>State<wbr>Change<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
283
- </ul>
284
- <ul class="tsd-descriptions">
285
- <li class="tsd-description">
286
- <aside class="tsd-sources">
287
- <p>Inherited from EventTypes.currentStateChange</p>
288
- <ul>
289
- <li>Defined in lib/five/application/events.ts:145</li>
290
- </ul>
291
- </aside>
292
- <div class="tsd-comment tsd-typography">
293
- <div class="lead">
294
- <p>当前实时 state 变化时</p>
295
- </div>
296
- </div>
297
- <h4 class="tsd-parameters-title">Parameters</h4>
298
- <ul class="tsd-parameters">
299
- <li>
300
- <h5>state: <a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a></h5>
301
- <div class="tsd-comment tsd-typography">
302
- <p>当前姿态状态</p>
303
- </div>
304
- </li>
305
- <li>
306
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
307
- <div class="tsd-comment tsd-typography">
308
- <p>是否用户触发</p>
309
- </div>
310
- </li>
311
- </ul>
312
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
313
- </li>
314
- </ul>
315
- </section>
316
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
317
- <a name="dispose" class="tsd-anchor"></a>
318
- <h3>dispose</h3>
319
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
320
- <li class="tsd-signature tsd-kind-icon">dispose<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
321
- </ul>
322
- <ul class="tsd-descriptions">
323
- <li class="tsd-description">
324
- <aside class="tsd-sources">
325
- <p>Inherited from EventTypes.dispose</p>
326
- <ul>
327
- <li>Defined in lib/five/application/events.ts:202</li>
328
- </ul>
329
- </aside>
330
- <div class="tsd-comment tsd-typography">
331
- <div class="lead">
332
- <p>five 被析构。 插件中请监听用于自身析构</p>
333
- </div>
334
- </div>
335
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
336
- </li>
337
- </ul>
338
- </section>
339
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
340
- <a name="error" class="tsd-anchor"></a>
341
- <h3>error</h3>
342
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
343
- <li class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
344
- </ul>
345
- <ul class="tsd-descriptions">
346
- <li class="tsd-description">
347
- <aside class="tsd-sources">
348
- <p>Inherited from EventTypes.error</p>
349
- <ul>
350
- <li>Defined in lib/five/application/events.ts:57</li>
351
- </ul>
352
- </aside>
353
- <div class="tsd-comment tsd-typography">
354
- <div class="lead">
355
- <p>内部错误</p>
356
- </div>
357
- </div>
358
- <h4 class="tsd-parameters-title">Parameters</h4>
359
- <ul class="tsd-parameters">
360
- <li>
361
- <h5>error: <span class="tsd-signature-type">Error</span></h5>
362
- <div class="tsd-comment tsd-typography">
363
- <p>错误对象</p>
364
- </div>
365
- </li>
366
- </ul>
367
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
368
- </li>
369
- </ul>
370
- </section>
371
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
372
- <a name="fps" class="tsd-anchor"></a>
373
- <h3>fps</h3>
374
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
375
- <li class="tsd-signature tsd-kind-icon">fps<span class="tsd-signature-symbol">(</span>fps<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
376
- </ul>
377
- <ul class="tsd-descriptions">
378
- <li class="tsd-description">
379
- <aside class="tsd-sources">
380
- <p>Inherited from EventTypes.fps</p>
381
- <ul>
382
- <li>Defined in lib/five/application/events.ts:131</li>
383
- </ul>
384
- </aside>
385
- <div class="tsd-comment tsd-typography">
386
- <div class="lead">
387
- <p>当前 fps 变化</p>
388
- </div>
389
- </div>
390
- <h4 class="tsd-parameters-title">Parameters</h4>
391
- <ul class="tsd-parameters">
392
- <li>
393
- <h5>fps: <span class="tsd-signature-type">number</span></h5>
394
- <div class="tsd-comment tsd-typography">
395
- <p>当前刷新率</p>
396
- </div>
397
- </li>
398
- </ul>
399
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
400
- </li>
401
- </ul>
402
- </section>
403
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
404
- <a name="gesture" class="tsd-anchor"></a>
405
- <h3>gesture</h3>
406
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
407
- <li class="tsd-signature tsd-kind-icon">gesture<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#gesturetypes" class="tsd-signature-type" data-tsd-kind="Type alias">GestureTypes</a>, pointers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span>, final<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
408
- </ul>
409
- <ul class="tsd-descriptions">
410
- <li class="tsd-description">
411
- <aside class="tsd-sources">
412
- <p>Inherited from EventTypes.gesture</p>
413
- <ul>
414
- <li>Defined in lib/five/controllers/events.ts:166</li>
415
- </ul>
416
- </aside>
417
- <div class="tsd-comment tsd-typography">
418
- <div class="lead">
419
- <p>手势 触发</p>
420
- </div>
421
- </div>
422
- <h4 class="tsd-parameters-title">Parameters</h4>
423
- <ul class="tsd-parameters">
424
- <li>
425
- <h5>type: <a href="../modules/five.html#gesturetypes" class="tsd-signature-type" data-tsd-kind="Type alias">GestureTypes</a></h5>
426
- <div class="tsd-comment tsd-typography">
427
- <p>手势类型</p>
428
- </div>
429
- </li>
430
- <li>
431
- <h5>pointers: <span class="tsd-signature-symbol">{ </span>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span></h5>
432
- <div class="tsd-comment tsd-typography">
433
- <p>手指位置</p>
434
- </div>
435
- </li>
436
- <li>
437
- <h5>final: <span class="tsd-signature-type">boolean</span></h5>
438
- <div class="tsd-comment tsd-typography">
439
- <p>是否手势结束</p>
440
- </div>
441
- </li>
442
- </ul>
443
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
444
- </li>
445
- </ul>
446
- </section>
447
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
448
- <a name="helpersvisiblechange" class="tsd-anchor"></a>
449
- <h3>helpers<wbr>Visible<wbr>Change</h3>
450
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
451
- <li class="tsd-signature tsd-kind-icon">helpers<wbr>Visible<wbr>Change<span class="tsd-signature-symbol">(</span>visible<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
452
- </ul>
453
- <ul class="tsd-descriptions">
454
- <li class="tsd-description">
455
- <aside class="tsd-sources">
456
- <p>Inherited from EventTypes.helpersVisibleChange</p>
457
- <ul>
458
- <li>Defined in lib/five/application/events.ts:199</li>
459
- </ul>
460
- </aside>
461
- <div class="tsd-comment tsd-typography">
462
- <div class="lead">
463
- <p>帮助元素显应的变换</p>
464
- </div>
465
- </div>
466
- <h4 class="tsd-parameters-title">Parameters</h4>
467
- <ul class="tsd-parameters">
468
- <li>
469
- <h5>visible: <span class="tsd-signature-type">boolean</span></h5>
470
- <div class="tsd-comment tsd-typography">
471
- <p>帮助元素的是否开启</p>
472
- </div>
473
- </li>
474
- </ul>
475
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
476
- </li>
477
- </ul>
478
- </section>
479
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
480
- <a name="initanimationended" class="tsd-anchor"></a>
481
- <h3>init<wbr>Animation<wbr>Ended</h3>
482
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
483
- <li class="tsd-signature tsd-kind-icon">init<wbr>Animation<wbr>Ended<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, pose<span class="tsd-signature-symbol">: </span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
484
- </ul>
485
- <ul class="tsd-descriptions">
486
- <li class="tsd-description">
487
- <aside class="tsd-sources">
488
- <p>Inherited from EventTypes.initAnimationEnded</p>
489
- <ul>
490
- <li>Defined in lib/five/controllers/events.ts:26</li>
491
- </ul>
492
- </aside>
493
- <div class="tsd-comment tsd-typography">
494
- <div class="lead">
495
- <p>模态间切换动画结束</p>
496
- </div>
497
- </div>
498
- <h4 class="tsd-parameters-title">Parameters</h4>
499
- <ul class="tsd-parameters">
500
- <li>
501
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
502
- <div class="tsd-comment tsd-typography">
503
- <p>当前点位</p>
504
- </div>
505
- </li>
506
- <li>
507
- <h5>pose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
508
- <div class="tsd-comment tsd-typography">
509
- <p>相机姿态</p>
510
- </div>
511
- </li>
512
- <li>
513
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
514
- <div class="tsd-comment tsd-typography">
515
- <p>是否用户触发</p>
516
- </div>
517
- </li>
518
- </ul>
519
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
520
- </li>
521
- </ul>
522
- </section>
523
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
524
- <a name="initanimationwillstart" class="tsd-anchor"></a>
525
- <h3>init<wbr>Animation<wbr>Will<wbr>Start</h3>
526
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
527
- <li class="tsd-signature tsd-kind-icon">init<wbr>Animation<wbr>Will<wbr>Start<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, pose<span class="tsd-signature-symbol">: </span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
528
- </ul>
529
- <ul class="tsd-descriptions">
530
- <li class="tsd-description">
531
- <aside class="tsd-sources">
532
- <p>Inherited from EventTypes.initAnimationWillStart</p>
533
- <ul>
534
- <li>Defined in lib/five/controllers/events.ts:18</li>
535
- </ul>
536
- </aside>
537
- <div class="tsd-comment tsd-typography">
538
- <div class="lead">
539
- <p>模态间切换动画开始</p>
540
- </div>
541
- </div>
542
- <h4 class="tsd-parameters-title">Parameters</h4>
543
- <ul class="tsd-parameters">
544
- <li>
545
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
546
- <div class="tsd-comment tsd-typography">
547
- <p>当前点位</p>
548
- </div>
549
- </li>
550
- <li>
551
- <h5>pose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
552
- <div class="tsd-comment tsd-typography">
553
- <p>相机姿态</p>
554
- </div>
555
- </li>
556
- <li>
557
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
558
- <div class="tsd-comment tsd-typography">
559
- <p>是否用户触发</p>
560
- </div>
561
- </li>
562
- </ul>
563
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
564
- </li>
565
- </ul>
566
- </section>
567
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
568
- <a name="interiapan" class="tsd-anchor"></a>
569
- <h3>interia<wbr>Pan</h3>
570
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
571
- <li class="tsd-signature tsd-kind-icon">interia<wbr>Pan<span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a>, final<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
572
- </ul>
573
- <ul class="tsd-descriptions">
574
- <li class="tsd-description">
575
- <aside class="tsd-sources">
576
- <p>Inherited from EventTypes.interiaPan</p>
577
- <ul>
578
- <li>Defined in lib/five/controllers/events.ts:196</li>
579
- </ul>
580
- </aside>
581
- <div class="tsd-comment tsd-typography">
582
- <div class="lead">
583
- <p>pan 手势(滑动屏幕) 的惯性运动</p>
584
- </div>
585
- </div>
586
- <h4 class="tsd-parameters-title">Parameters</h4>
587
- <ul class="tsd-parameters">
588
- <li>
589
- <h5>pose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
590
- <div class="tsd-comment tsd-typography">
591
- <p>意图的相机姿态</p>
592
- </div>
593
- </li>
594
- <li>
595
- <h5>final: <span class="tsd-signature-type">boolean</span></h5>
596
- <div class="tsd-comment tsd-typography">
597
- <p>是否手势结束</p>
598
- </div>
599
- </li>
600
- </ul>
601
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
602
- </li>
603
- </ul>
604
- </section>
605
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
606
- <a name="intersectionhidden" class="tsd-anchor"></a>
607
- <h3>intersection<wbr>Hidden</h3>
608
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
609
- <li class="tsd-signature tsd-kind-icon">intersection<wbr>Hidden<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
610
- </ul>
611
- <ul class="tsd-descriptions">
612
- <li class="tsd-description">
613
- <aside class="tsd-sources">
614
- <p>Inherited from EventTypes.intersectionHidden</p>
615
- <ul>
616
- <li>Defined in lib/five/controllers/events.ts:262</li>
617
- </ul>
618
- </aside>
619
- <div class="tsd-comment tsd-typography">
620
- <div class="lead">
621
- <p>鼠标焦点环被隐藏</p>
622
- </div>
623
- </div>
624
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
625
- </li>
626
- </ul>
627
- </section>
628
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
629
- <a name="intersectiononmodelupdate" class="tsd-anchor"></a>
630
- <h3>intersection<wbr>OnModel<wbr>Update</h3>
631
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
632
- <li class="tsd-signature tsd-kind-icon">intersection<wbr>OnModel<wbr>Update<span class="tsd-signature-symbol">(</span>intersection<span class="tsd-signature-symbol">: </span><a href="five.intersection.html" class="tsd-signature-type" data-tsd-kind="Interface">Intersection</a>, mesh<span class="tsd-signature-symbol">: </span><a href="five.intersectmeshinterface.html" class="tsd-signature-type" data-tsd-kind="Interface">IntersectMeshInterface</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
633
- </ul>
634
- <ul class="tsd-descriptions">
635
- <li class="tsd-description">
636
- <aside class="tsd-sources">
637
- <p>Inherited from EventTypes.intersectionOnModelUpdate</p>
638
- <ul>
639
- <li>Defined in lib/five/controllers/events.ts:252</li>
640
- </ul>
641
- </aside>
642
- <div class="tsd-comment tsd-typography">
643
- <div class="lead">
644
- <p>鼠标焦点环位置被重新计算</p>
645
- </div>
646
- </div>
647
- <h4 class="tsd-parameters-title">Parameters</h4>
648
- <ul class="tsd-parameters">
649
- <li>
650
- <h5>intersection: <a href="five.intersection.html" class="tsd-signature-type" data-tsd-kind="Interface">Intersection</a></h5>
651
- <div class="tsd-comment tsd-typography">
652
- <p>焦点碰撞结果</p>
653
- </div>
654
- </li>
655
- <li>
656
- <h5>mesh: <a href="five.intersectmeshinterface.html" class="tsd-signature-type" data-tsd-kind="Interface">IntersectMeshInterface</a></h5>
657
- <div class="tsd-comment tsd-typography">
658
- <p>焦点环 mesh</p>
659
- </div>
660
- </li>
661
- </ul>
662
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
663
- </li>
664
- </ul>
665
- </section>
666
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
667
- <a name="load" class="tsd-anchor"></a>
668
- <h3>load</h3>
669
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
670
- <li class="tsd-signature tsd-kind-icon">load<span class="tsd-signature-symbol">(</span>input<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, work<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#work" class="tsd-signature-type" data-tsd-kind="Type alias">Work</a>, state<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;offset&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
671
- </ul>
672
- <ul class="tsd-descriptions">
673
- <li class="tsd-description">
674
- <aside class="tsd-sources">
675
- <p>Inherited from EventTypes.load</p>
676
- <ul>
677
- <li>Defined in lib/five/application/events.ts:73</li>
678
- </ul>
679
- </aside>
680
- <div class="tsd-comment tsd-typography">
681
- <div class="lead">
682
- <p>开始加载 Work 数据</p>
683
- </div>
684
- </div>
685
- <h4 class="tsd-parameters-title">Parameters</h4>
686
- <ul class="tsd-parameters">
687
- <li>
688
- <h5>input: <span class="tsd-signature-type">any</span></h5>
689
- <div class="tsd-comment tsd-typography">
690
- <p>输入的 work</p>
691
- </div>
692
- </li>
693
- <li>
694
- <h5>work: <a href="../modules/five.html#work" class="tsd-signature-type" data-tsd-kind="Type alias">Work</a></h5>
695
- <div class="tsd-comment tsd-typography">
696
- <p>归一化的标准 work</p>
697
- </div>
698
- </li>
699
- <li>
700
- <h5>state: <span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;offset&quot;</span><span class="tsd-signature-symbol">&gt;</span></h5>
701
- <div class="tsd-comment tsd-typography">
702
- <p>加载时的姿态</p>
703
- </div>
704
- </li>
705
- </ul>
706
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
707
- </li>
708
- </ul>
709
- </section>
710
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
711
- <a name="modechange" class="tsd-anchor"></a>
712
- <h3>mode<wbr>Change</h3>
713
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
714
- <li class="tsd-signature tsd-kind-icon">mode<wbr>Change<span class="tsd-signature-symbol">(</span>mode<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a>, prevMode<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a>, panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, toPose<span class="tsd-signature-symbol">: </span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
715
- </ul>
716
- <ul class="tsd-descriptions">
717
- <li class="tsd-description">
718
- <aside class="tsd-sources">
719
- <p>Inherited from EventTypes.modeChange</p>
720
- <ul>
721
- <li>Defined in lib/five/application/events.ts:193</li>
722
- </ul>
723
- </aside>
724
- <div class="tsd-comment tsd-typography">
725
- <div class="lead">
726
- <p>模态切换完成</p>
727
- </div>
728
- </div>
729
- <h4 class="tsd-parameters-title">Parameters</h4>
730
- <ul class="tsd-parameters">
731
- <li>
732
- <h5>mode: <a href="../modules/five.html#mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a></h5>
733
- <div class="tsd-comment tsd-typography">
734
- <p>切换到的模态</p>
735
- </div>
736
- </li>
737
- <li>
738
- <h5>prevMode: <a href="../modules/five.html#mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a></h5>
739
- <div class="tsd-comment tsd-typography">
740
- <p>上本质是一个模态</p>
741
- </div>
742
- </li>
743
- <li>
744
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
745
- <div class="tsd-comment tsd-typography">
746
- <p>初始化动画结束后的点位下标</p>
747
- </div>
748
- </li>
749
- <li>
750
- <h5>toPose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
751
- <div class="tsd-comment tsd-typography">
752
- <p>初始化动画结束后的状态</p>
753
- </div>
754
- </li>
755
- </ul>
756
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
757
- </li>
758
- </ul>
759
- </section>
760
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
761
- <a name="modelbvhloaded" class="tsd-anchor"></a>
762
- <h3>model<wbr>Bvh<wbr>Loaded</h3>
763
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
764
- <li class="tsd-signature tsd-kind-icon">model<wbr>Bvh<wbr>Loaded<span class="tsd-signature-symbol">(</span>model<span class="tsd-signature-symbol">: </span><a href="../classes/five.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
765
- </ul>
766
- <ul class="tsd-descriptions">
767
- <li class="tsd-description">
768
- <aside class="tsd-sources">
769
- <p>Inherited from EventTypes.modelBvhLoaded</p>
770
- <ul>
771
- <li>Defined in lib/five/application/events.ts:100</li>
772
- </ul>
773
- </aside>
774
- <div class="tsd-comment tsd-typography">
775
- <div class="lead">
776
- <p>模型 bvh树 计算完成</p>
777
- </div>
778
- <dl class="tsd-comment-tags">
779
- <dt>description</dt>
780
- <dd><p>bvh 树用于高效的碰撞检测,可以在 <code>model.bvh</code> 属性来设置是否开启。默认开启。
781
- bvh 树计算需要一定事件,可能会暂时影响一些性能。计算完毕后,会对碰撞检测带来质的提升。</p>
782
- </dd>
783
- </dl>
784
- </div>
785
- <h4 class="tsd-parameters-title">Parameters</h4>
786
- <ul class="tsd-parameters">
787
- <li>
788
- <h5>model: <a href="../classes/five.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a></h5>
789
- <div class="tsd-comment tsd-typography">
790
- <p>加载完的 model 本质是一个 <a href="../classes/five.pbmgroup.html">PBMGroup</a></p>
791
- </div>
792
- </li>
793
- </ul>
794
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
795
- </li>
796
- </ul>
797
- </section>
798
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
799
- <a name="modelgeometryloaded" class="tsd-anchor"></a>
800
- <h3>model<wbr>Geometry<wbr>Loaded</h3>
801
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
802
- <li class="tsd-signature tsd-kind-icon">model<wbr>Geometry<wbr>Loaded<span class="tsd-signature-symbol">(</span>model<span class="tsd-signature-symbol">: </span><a href="../classes/five.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
803
- </ul>
804
- <ul class="tsd-descriptions">
805
- <li class="tsd-description">
806
- <aside class="tsd-sources">
807
- <p>Inherited from EventTypes.modelGeometryLoaded</p>
808
- <ul>
809
- <li>Defined in lib/five/application/events.ts:85</li>
810
- </ul>
811
- </aside>
812
- <div class="tsd-comment tsd-typography">
813
- <div class="lead">
814
- <p>模型三角面片结构加载完成</p>
815
- </div>
816
- </div>
817
- <h4 class="tsd-parameters-title">Parameters</h4>
818
- <ul class="tsd-parameters">
819
- <li>
820
- <h5>model: <a href="../classes/five.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a></h5>
821
- <div class="tsd-comment tsd-typography">
822
- <p>加载完的 model 本质是一个 <a href="../classes/five.pbmgroup.html">PBMGroup</a></p>
823
- </div>
824
- </li>
825
- </ul>
826
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
827
- </li>
828
- </ul>
829
- </section>
830
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
831
- <a name="modelloaderror" class="tsd-anchor"></a>
832
- <h3>model<wbr>Load<wbr>Error</h3>
833
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
834
- <li class="tsd-signature tsd-kind-icon">model<wbr>Load<wbr>Error<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, model<span class="tsd-signature-symbol">: </span><a href="../classes/five.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
835
- </ul>
836
- <ul class="tsd-descriptions">
837
- <li class="tsd-description">
838
- <aside class="tsd-sources">
839
- <p>Inherited from EventTypes.modelLoadError</p>
840
- <ul>
841
- <li>Defined in lib/five/application/events.ts:107</li>
842
- </ul>
843
- </aside>
844
- <div class="tsd-comment tsd-typography">
845
- <div class="lead">
846
- <p>模型加载错误</p>
847
- </div>
848
- </div>
849
- <h4 class="tsd-parameters-title">Parameters</h4>
850
- <ul class="tsd-parameters">
851
- <li>
852
- <h5>error: <span class="tsd-signature-type">Error</span></h5>
853
- <div class="tsd-comment tsd-typography">
854
- <p>错误对象</p>
855
- </div>
856
- </li>
857
- <li>
858
- <h5>model: <a href="../classes/five.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a></h5>
859
- <div class="tsd-comment tsd-typography">
860
- <p>加载完的 model 本质是一个 <a href="../classes/five.pbmgroup.html">PBMGroup</a></p>
861
- </div>
862
- </li>
863
- </ul>
864
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
865
- </li>
866
- </ul>
867
- </section>
868
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
869
- <a name="modelloaded" class="tsd-anchor"></a>
870
- <h3>model<wbr>Loaded</h3>
871
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
872
- <li class="tsd-signature tsd-kind-icon">model<wbr>Loaded<span class="tsd-signature-symbol">(</span>model<span class="tsd-signature-symbol">: </span><a href="../classes/five.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
873
- </ul>
874
- <ul class="tsd-descriptions">
875
- <li class="tsd-description">
876
- <aside class="tsd-sources">
877
- <p>Inherited from EventTypes.modelLoaded</p>
878
- <ul>
879
- <li>Defined in lib/five/application/events.ts:113</li>
880
- </ul>
881
- </aside>
882
- <div class="tsd-comment tsd-typography">
883
- <div class="lead">
884
- <p>模型加载完成</p>
885
- </div>
886
- </div>
887
- <h4 class="tsd-parameters-title">Parameters</h4>
888
- <ul class="tsd-parameters">
889
- <li>
890
- <h5>model: <a href="../classes/five.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a></h5>
891
- <div class="tsd-comment tsd-typography">
892
- <p>加载完的 model 本质是一个 <a href="../classes/five.pbmgroup.html">PBMGroup</a></p>
893
- </div>
894
- </li>
895
- </ul>
896
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
897
- </li>
898
- </ul>
899
- </section>
900
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
901
- <a name="modelmaterialloaded" class="tsd-anchor"></a>
902
- <h3>model<wbr>Material<wbr>Loaded</h3>
903
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
904
- <li class="tsd-signature tsd-kind-icon">model<wbr>Material<wbr>Loaded<span class="tsd-signature-symbol">(</span>model<span class="tsd-signature-symbol">: </span><a href="../classes/five.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
905
- </ul>
906
- <ul class="tsd-descriptions">
907
- <li class="tsd-description">
908
- <aside class="tsd-sources">
909
- <p>Inherited from EventTypes.modelMaterialLoaded</p>
910
- <ul>
911
- <li>Defined in lib/five/application/events.ts:91</li>
912
- </ul>
913
- </aside>
914
- <div class="tsd-comment tsd-typography">
915
- <div class="lead">
916
- <p>模型材质结构加载完成</p>
917
- </div>
918
- </div>
919
- <h4 class="tsd-parameters-title">Parameters</h4>
920
- <ul class="tsd-parameters">
921
- <li>
922
- <h5>model: <a href="../classes/five.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a></h5>
923
- <div class="tsd-comment tsd-typography">
924
- <p>加载完的 model 本质是一个 <a href="../classes/five.pbmgroup.html">PBMGroup</a></p>
925
- </div>
926
- </li>
927
- </ul>
928
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
929
- </li>
930
- </ul>
931
- </section>
932
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
933
- <a name="modelshownfloorchange" class="tsd-anchor"></a>
934
- <h3>model<wbr>Shown<wbr>Floor<wbr>Change</h3>
935
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
936
- <li class="tsd-signature tsd-kind-icon">model<wbr>Shown<wbr>Floor<wbr>Change<span class="tsd-signature-symbol">(</span>shownFloor<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, totalFloorLength<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
937
- </ul>
938
- <ul class="tsd-descriptions">
939
- <li class="tsd-description">
940
- <aside class="tsd-sources">
941
- <p>Inherited from EventTypes.modelShownFloorChange</p>
942
- <ul>
943
- <li>Defined in lib/five/application/events.ts:119</li>
944
- </ul>
945
- </aside>
946
- <div class="tsd-comment tsd-typography">
947
- <div class="lead">
948
- <p>模型楼层切换</p>
949
- </div>
950
- </div>
951
- <h4 class="tsd-parameters-title">Parameters</h4>
952
- <ul class="tsd-parameters">
953
- <li>
954
- <h5>shownFloor: <span class="tsd-signature-type">number</span></h5>
955
- <div class="tsd-comment tsd-typography">
956
- <p>模型楼层</p>
957
- </div>
958
- </li>
959
- <li>
960
- <h5>totalFloorLength: <span class="tsd-signature-type">number</span></h5>
961
- </li>
962
- </ul>
963
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
964
- </li>
965
- </ul>
966
- </section>
967
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
968
- <a name="modelwillload" class="tsd-anchor"></a>
969
- <h3>model<wbr>Will<wbr>Load</h3>
970
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
971
- <li class="tsd-signature tsd-kind-icon">model<wbr>Will<wbr>Load<span class="tsd-signature-symbol">(</span>workModel<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#workmodel" class="tsd-signature-type" data-tsd-kind="Type alias">WorkModel</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
972
- </ul>
973
- <ul class="tsd-descriptions">
974
- <li class="tsd-description">
975
- <aside class="tsd-sources">
976
- <p>Inherited from EventTypes.modelWillLoad</p>
977
- <ul>
978
- <li>Defined in lib/five/application/events.ts:79</li>
979
- </ul>
980
- </aside>
981
- <div class="tsd-comment tsd-typography">
982
- <div class="lead">
983
- <p>模型开始加载</p>
984
- </div>
985
- </div>
986
- <h4 class="tsd-parameters-title">Parameters</h4>
987
- <ul class="tsd-parameters">
988
- <li>
989
- <h5>workModel: <a href="../modules/five.html#workmodel" class="tsd-signature-type" data-tsd-kind="Type alias">WorkModel</a></h5>
990
- <div class="tsd-comment tsd-typography">
991
- <p>归一化的标准 work 中的 model 值</p>
992
- </div>
993
- </li>
994
- </ul>
995
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
996
- </li>
997
- </ul>
998
- </section>
999
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1000
- <a name="mousewheel" class="tsd-anchor"></a>
1001
- <h3>mouse<wbr>Wheel</h3>
1002
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1003
- <li class="tsd-signature tsd-kind-icon">mouse<wbr>Wheel<span class="tsd-signature-symbol">(</span>delta<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, fov<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, final<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1004
- </ul>
1005
- <ul class="tsd-descriptions">
1006
- <li class="tsd-description">
1007
- <aside class="tsd-sources">
1008
- <p>Inherited from EventTypes.mouseWheel</p>
1009
- <ul>
1010
- <li>Defined in lib/five/controllers/events.ts:245</li>
1011
- </ul>
1012
- </aside>
1013
- <div class="tsd-comment tsd-typography">
1014
- <div class="lead">
1015
- <p>鼠标滚轮被触发</p>
1016
- </div>
1017
- </div>
1018
- <h4 class="tsd-parameters-title">Parameters</h4>
1019
- <ul class="tsd-parameters">
1020
- <li>
1021
- <h5>delta: <span class="tsd-signature-type">number</span></h5>
1022
- <div class="tsd-comment tsd-typography">
1023
- <p>滚轮数值</p>
1024
- </div>
1025
- </li>
1026
- <li>
1027
- <h5>fov: <span class="tsd-signature-type">number</span></h5>
1028
- </li>
1029
- <li>
1030
- <h5>final: <span class="tsd-signature-type">boolean</span></h5>
1031
- <div class="tsd-comment tsd-typography">
1032
- <p>是否手势结束</p>
1033
- </div>
1034
- </li>
1035
- </ul>
1036
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1037
- </li>
1038
- </ul>
1039
- </section>
1040
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1041
- <a name="movetopano" class="tsd-anchor"></a>
1042
- <h3>move<wbr>ToPano</h3>
1043
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1044
- <li class="tsd-signature tsd-kind-icon">move<wbr>ToPano<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1045
- </ul>
1046
- <ul class="tsd-descriptions">
1047
- <li class="tsd-description">
1048
- <aside class="tsd-sources">
1049
- <p>Inherited from EventTypes.moveToPano</p>
1050
- <ul>
1051
- <li>Defined in lib/five/controllers/events.ts:89</li>
1052
- </ul>
1053
- </aside>
1054
- <div class="tsd-comment tsd-typography">
1055
- <div class="lead">
1056
- <p>开始加载并移动到某个观察点位</p>
1057
- </div>
1058
- <dl class="tsd-comment-tags">
1059
- <dt>description</dt>
1060
- <dd><p>可 panoWillArrive 相比</p>
1061
- <ul>
1062
- <li>moveToPano 在加载全景图资源前触发</li>
1063
- <li>panoWillArrive 在加载全景图资源后触发</li>
1064
- </ul>
1065
- </dd>
1066
- </dl>
1067
- </div>
1068
- <h4 class="tsd-parameters-title">Parameters</h4>
1069
- <ul class="tsd-parameters">
1070
- <li>
1071
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1072
- <div class="tsd-comment tsd-typography">
1073
- <p>移动到的点位下标</p>
1074
- </div>
1075
- </li>
1076
- <li>
1077
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
1078
- <div class="tsd-comment tsd-typography">
1079
- <p>是否用户触发</p>
1080
- </div>
1081
- </li>
1082
- </ul>
1083
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1084
- </li>
1085
- </ul>
1086
- </section>
1087
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1088
- <a name="movetopanocanceled" class="tsd-anchor"></a>
1089
- <h3>move<wbr>ToPano<wbr>Canceled</h3>
1090
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1091
- <li class="tsd-signature tsd-kind-icon">move<wbr>ToPano<wbr>Canceled<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1092
- </ul>
1093
- <ul class="tsd-descriptions">
1094
- <li class="tsd-description">
1095
- <aside class="tsd-sources">
1096
- <p>Inherited from EventTypes.moveToPanoCanceled</p>
1097
- <ul>
1098
- <li>Defined in lib/five/controllers/events.ts:120</li>
1099
- </ul>
1100
- </aside>
1101
- <div class="tsd-comment tsd-typography">
1102
- <div class="lead">
1103
- <p>移动到某个观察点位被取消</p>
1104
- </div>
1105
- <dl class="tsd-comment-tags">
1106
- <dt>description</dt>
1107
- <dd><p>这个有一些情况会导致</p>
1108
- <ul>
1109
- <li>移动过程中切换模态</li>
1110
- <li>移动过程中 five 被析构</li>
1111
- <li>移动过程点击切换到另一个点位</li>
1112
- </ul>
1113
- </dd>
1114
- </dl>
1115
- </div>
1116
- <h4 class="tsd-parameters-title">Parameters</h4>
1117
- <ul class="tsd-parameters">
1118
- <li>
1119
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1120
- <div class="tsd-comment tsd-typography">
1121
- <p>对应的点位下标</p>
1122
- </div>
1123
- </li>
1124
- </ul>
1125
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1126
- </li>
1127
- </ul>
1128
- </section>
1129
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1130
- <a name="movingtopano" class="tsd-anchor"></a>
1131
- <h3>moving<wbr>ToPano</h3>
1132
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1133
- <li class="tsd-signature tsd-kind-icon">moving<wbr>ToPano<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, prevPanoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, progress<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1134
- </ul>
1135
- <ul class="tsd-descriptions">
1136
- <li class="tsd-description">
1137
- <aside class="tsd-sources">
1138
- <p>Inherited from EventTypes.movingToPano</p>
1139
- <ul>
1140
- <li>Defined in lib/five/controllers/events.ts:148</li>
1141
- </ul>
1142
- </aside>
1143
- <div class="tsd-comment tsd-typography">
1144
- <div class="lead">
1145
- <p>移动中, 会告知移动状态(耗时百分比)</p>
1146
- </div>
1147
- </div>
1148
- <h4 class="tsd-parameters-title">Parameters</h4>
1149
- <ul class="tsd-parameters">
1150
- <li>
1151
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1152
- <div class="tsd-comment tsd-typography">
1153
- <p>将要移动到的点位下标</p>
1154
- </div>
1155
- </li>
1156
- <li>
1157
- <h5>prevPanoIndex: <span class="tsd-signature-type">number</span></h5>
1158
- <div class="tsd-comment tsd-typography">
1159
- <p>上一个点位下标</p>
1160
- </div>
1161
- </li>
1162
- <li>
1163
- <h5>progress: <span class="tsd-signature-type">number</span></h5>
1164
- <div class="tsd-comment tsd-typography">
1165
- <p>整个过程经度 [0-1]</p>
1166
- </div>
1167
- </li>
1168
- </ul>
1169
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1170
- </li>
1171
- </ul>
1172
- </section>
1173
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1174
- <a name="pangesture" class="tsd-anchor"></a>
1175
- <h3>pan<wbr>Gesture</h3>
1176
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1177
- <li class="tsd-signature tsd-kind-icon">pan<wbr>Gesture<span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a>, final<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1178
- </ul>
1179
- <ul class="tsd-descriptions">
1180
- <li class="tsd-description">
1181
- <aside class="tsd-sources">
1182
- <p>Inherited from EventTypes.panGesture</p>
1183
- <ul>
1184
- <li>Defined in lib/five/controllers/events.ts:181</li>
1185
- </ul>
1186
- </aside>
1187
- <div class="tsd-comment tsd-typography">
1188
- <div class="lead">
1189
- <p>pan 手势(滑动屏幕) 被触发</p>
1190
- </div>
1191
- </div>
1192
- <h4 class="tsd-parameters-title">Parameters</h4>
1193
- <ul class="tsd-parameters">
1194
- <li>
1195
- <h5>pose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
1196
- <div class="tsd-comment tsd-typography">
1197
- <p>相机姿态</p>
1198
- </div>
1199
- </li>
1200
- <li>
1201
- <h5>final: <span class="tsd-signature-type">boolean</span></h5>
1202
- <div class="tsd-comment tsd-typography">
1203
- <p>是否手势结束</p>
1204
- </div>
1205
- </li>
1206
- </ul>
1207
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1208
- </li>
1209
- </ul>
1210
- </section>
1211
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1212
- <a name="panoarrived" class="tsd-anchor"></a>
1213
- <h3>pano<wbr>Arrived</h3>
1214
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1215
- <li class="tsd-signature tsd-kind-icon">pano<wbr>Arrived<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, pose<span class="tsd-signature-symbol">: </span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1216
- </ul>
1217
- <ul class="tsd-descriptions">
1218
- <li class="tsd-description">
1219
- <aside class="tsd-sources">
1220
- <p>Inherited from EventTypes.panoArrived</p>
1221
- <ul>
1222
- <li>Defined in lib/five/controllers/events.ts:140</li>
1223
- </ul>
1224
- </aside>
1225
- <div class="tsd-comment tsd-typography">
1226
- <div class="lead">
1227
- <p>移动到某个观察点位</p>
1228
- </div>
1229
- </div>
1230
- <h4 class="tsd-parameters-title">Parameters</h4>
1231
- <ul class="tsd-parameters">
1232
- <li>
1233
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1234
- <div class="tsd-comment tsd-typography">
1235
- <p>移动到点位下标</p>
1236
- </div>
1237
- </li>
1238
- <li>
1239
- <h5>pose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
1240
- <div class="tsd-comment tsd-typography">
1241
- <p>相机姿态</p>
1242
- </div>
1243
- </li>
1244
- <li>
1245
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
1246
- <div class="tsd-comment tsd-typography">
1247
- <p>是否用户触发</p>
1248
- </div>
1249
- </li>
1250
- </ul>
1251
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1252
- </li>
1253
- </ul>
1254
- </section>
1255
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1256
- <a name="panoloaderror" class="tsd-anchor"></a>
1257
- <h3>pano<wbr>Load<wbr>Error</h3>
1258
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1259
- <li class="tsd-signature tsd-kind-icon">pano<wbr>Load<wbr>Error<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1260
- </ul>
1261
- <ul class="tsd-descriptions">
1262
- <li class="tsd-description">
1263
- <aside class="tsd-sources">
1264
- <p>Inherited from EventTypes.panoLoadError</p>
1265
- <ul>
1266
- <li>Defined in lib/five/controllers/events.ts:109</li>
1267
- </ul>
1268
- </aside>
1269
- <div class="tsd-comment tsd-typography">
1270
- <div class="lead">
1271
- <p>某个观察点的全景资源加载失败</p>
1272
- </div>
1273
- </div>
1274
- <h4 class="tsd-parameters-title">Parameters</h4>
1275
- <ul class="tsd-parameters">
1276
- <li>
1277
- <h5>error: <span class="tsd-signature-type">Error</span></h5>
1278
- <div class="tsd-comment tsd-typography">
1279
- <p>错误对象</p>
1280
- </div>
1281
- </li>
1282
- <li>
1283
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1284
- <div class="tsd-comment tsd-typography">
1285
- <p>对应的点位下标</p>
1286
- </div>
1287
- </li>
1288
- </ul>
1289
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1290
- </li>
1291
- </ul>
1292
- </section>
1293
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1294
- <a name="panoloaded" class="tsd-anchor"></a>
1295
- <h3>pano<wbr>Loaded</h3>
1296
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1297
- <li class="tsd-signature tsd-kind-icon">pano<wbr>Loaded<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1298
- </ul>
1299
- <ul class="tsd-descriptions">
1300
- <li class="tsd-description">
1301
- <aside class="tsd-sources">
1302
- <p>Inherited from EventTypes.panoLoaded</p>
1303
- <ul>
1304
- <li>Defined in lib/five/controllers/events.ts:101</li>
1305
- </ul>
1306
- </aside>
1307
- <div class="tsd-comment tsd-typography">
1308
- <div class="lead">
1309
- <p>某个观察点的全景资源加载完成</p>
1310
- </div>
1311
- </div>
1312
- <h4 class="tsd-parameters-title">Parameters</h4>
1313
- <ul class="tsd-parameters">
1314
- <li>
1315
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1316
- <div class="tsd-comment tsd-typography">
1317
- <p>对应的点位下标</p>
1318
- </div>
1319
- </li>
1320
- </ul>
1321
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1322
- </li>
1323
- </ul>
1324
- </section>
1325
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1326
- <a name="panoselected" class="tsd-anchor"></a>
1327
- <h3>pano<wbr>Selected</h3>
1328
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1329
- <li class="tsd-signature tsd-kind-icon">pano<wbr>Selected<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1330
- </ul>
1331
- <ul class="tsd-descriptions">
1332
- <li class="tsd-description">
1333
- <aside class="tsd-sources">
1334
- <p>Inherited from EventTypes.panoSelected</p>
1335
- <ul>
1336
- <li>Defined in lib/five/controllers/events.ts:69</li>
1337
- </ul>
1338
- </aside>
1339
- <div class="tsd-comment tsd-typography">
1340
- <div class="lead">
1341
- <p>观察点位被选择</p>
1342
- </div>
1343
- </div>
1344
- <h4 class="tsd-parameters-title">Parameters</h4>
1345
- <ul class="tsd-parameters">
1346
- <li>
1347
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1348
- <div class="tsd-comment tsd-typography">
1349
- <p>选择的点位</p>
1350
- </div>
1351
- </li>
1352
- </ul>
1353
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1354
- </li>
1355
- </ul>
1356
- </section>
1357
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1358
- <a name="panowillarrive" class="tsd-anchor"></a>
1359
- <h3>pano<wbr>Will<wbr>Arrive</h3>
1360
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1361
- <li class="tsd-signature tsd-kind-icon">pano<wbr>Will<wbr>Arrive<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, pose<span class="tsd-signature-symbol">: </span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1362
- </ul>
1363
- <ul class="tsd-descriptions">
1364
- <li class="tsd-description">
1365
- <aside class="tsd-sources">
1366
- <p>Inherited from EventTypes.panoWillArrive</p>
1367
- <ul>
1368
- <li>Defined in lib/five/controllers/events.ts:132</li>
1369
- </ul>
1370
- </aside>
1371
- <div class="tsd-comment tsd-typography">
1372
- <div class="lead">
1373
- <p>开始移动到某个观察点位</p>
1374
- </div>
1375
- <dl class="tsd-comment-tags">
1376
- <dt>description</dt>
1377
- <dd><p>和 moveToPano 相比</p>
1378
- <ul>
1379
- <li>moveToPano 在加载全景图资源前触发</li>
1380
- <li>panoWillArrive 在加载全景图资源后触发</li>
1381
- </ul>
1382
- </dd>
1383
- </dl>
1384
- </div>
1385
- <h4 class="tsd-parameters-title">Parameters</h4>
1386
- <ul class="tsd-parameters">
1387
- <li>
1388
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1389
- <div class="tsd-comment tsd-typography">
1390
- <p>移动到点位下标</p>
1391
- </div>
1392
- </li>
1393
- <li>
1394
- <h5>pose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
1395
- <div class="tsd-comment tsd-typography">
1396
- <p>相机姿态</p>
1397
- </div>
1398
- </li>
1399
- <li>
1400
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
1401
- <div class="tsd-comment tsd-typography">
1402
- <p>是否用户触发</p>
1403
- </div>
1404
- </li>
1405
- </ul>
1406
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1407
- </li>
1408
- </ul>
1409
- </section>
1410
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1411
- <a name="panowillload" class="tsd-anchor"></a>
1412
- <h3>pano<wbr>Will<wbr>Load</h3>
1413
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1414
- <li class="tsd-signature tsd-kind-icon">pano<wbr>Will<wbr>Load<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1415
- </ul>
1416
- <ul class="tsd-descriptions">
1417
- <li class="tsd-description">
1418
- <aside class="tsd-sources">
1419
- <p>Inherited from EventTypes.panoWillLoad</p>
1420
- <ul>
1421
- <li>Defined in lib/five/controllers/events.ts:95</li>
1422
- </ul>
1423
- </aside>
1424
- <div class="tsd-comment tsd-typography">
1425
- <div class="lead">
1426
- <p>开始加载某个观察点的全景资源</p>
1427
- </div>
1428
- </div>
1429
- <h4 class="tsd-parameters-title">Parameters</h4>
1430
- <ul class="tsd-parameters">
1431
- <li>
1432
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1433
- <div class="tsd-comment tsd-typography">
1434
- <p>移动到的点位下标</p>
1435
- </div>
1436
- </li>
1437
- </ul>
1438
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1439
- </li>
1440
- </ul>
1441
- </section>
1442
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1443
- <a name="pinchgesture" class="tsd-anchor"></a>
1444
- <h3>pinch<wbr>Gesture</h3>
1445
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1446
- <li class="tsd-signature tsd-kind-icon">pinch<wbr>Gesture<span class="tsd-signature-symbol">(</span>scale<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, fov<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, final<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1447
- </ul>
1448
- <ul class="tsd-descriptions">
1449
- <li class="tsd-description">
1450
- <aside class="tsd-sources">
1451
- <p>Inherited from EventTypes.pinchGesture</p>
1452
- <ul>
1453
- <li>Defined in lib/five/controllers/events.ts:228</li>
1454
- </ul>
1455
- </aside>
1456
- <div class="tsd-comment tsd-typography">
1457
- <div class="lead">
1458
- <p>pinch 手势(双指缩放) 被触发</p>
1459
- </div>
1460
- </div>
1461
- <h4 class="tsd-parameters-title">Parameters</h4>
1462
- <ul class="tsd-parameters">
1463
- <li>
1464
- <h5>scale: <span class="tsd-signature-type">number</span></h5>
1465
- <div class="tsd-comment tsd-typography">
1466
- <p>缩放数值</p>
1467
- </div>
1468
- </li>
1469
- <li>
1470
- <h5>fov: <span class="tsd-signature-type">number</span></h5>
1471
- </li>
1472
- <li>
1473
- <h5>final: <span class="tsd-signature-type">boolean</span></h5>
1474
- <div class="tsd-comment tsd-typography">
1475
- <p>是否手势结束</p>
1476
- </div>
1477
- </li>
1478
- </ul>
1479
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1480
- </li>
1481
- </ul>
1482
- </section>
1483
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1484
- <a name="renderframe" class="tsd-anchor"></a>
1485
- <h3>render<wbr>Frame</h3>
1486
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1487
- <li class="tsd-signature tsd-kind-icon">render<wbr>Frame<span class="tsd-signature-symbol">(</span>rendered<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1488
- </ul>
1489
- <ul class="tsd-descriptions">
1490
- <li class="tsd-description">
1491
- <aside class="tsd-sources">
1492
- <p>Inherited from EventTypes.renderFrame</p>
1493
- <ul>
1494
- <li>Defined in lib/five/application/events.ts:125</li>
1495
- </ul>
1496
- </aside>
1497
- <div class="tsd-comment tsd-typography">
1498
- <div class="lead">
1499
- <p>渲染循环</p>
1500
- </div>
1501
- </div>
1502
- <h4 class="tsd-parameters-title">Parameters</h4>
1503
- <ul class="tsd-parameters">
1504
- <li>
1505
- <h5>rendered: <span class="tsd-signature-type">boolean</span></h5>
1506
- <div class="tsd-comment tsd-typography">
1507
- <p>是否渲染了</p>
1508
- </div>
1509
- </li>
1510
- </ul>
1511
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1512
- </li>
1513
- </ul>
1514
- </section>
1515
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1516
- <a name="setstate" class="tsd-anchor"></a>
1517
- <h3>set<wbr>State</h3>
1518
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1519
- <li class="tsd-signature tsd-kind-icon">set<wbr>State<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1520
- </ul>
1521
- <ul class="tsd-descriptions">
1522
- <li class="tsd-description">
1523
- <aside class="tsd-sources">
1524
- <p>Inherited from EventTypes.setState</p>
1525
- <ul>
1526
- <li>Defined in lib/five/application/events.ts:151</li>
1527
- </ul>
1528
- </aside>
1529
- <div class="tsd-comment tsd-typography">
1530
- <div class="lead">
1531
- <p>当 setState 方法被调用</p>
1532
- </div>
1533
- </div>
1534
- <h4 class="tsd-parameters-title">Parameters</h4>
1535
- <ul class="tsd-parameters">
1536
- <li>
1537
- <h5>state: <a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a></h5>
1538
- <div class="tsd-comment tsd-typography">
1539
- <p>当前姿态状态</p>
1540
- </div>
1541
- </li>
1542
- </ul>
1543
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1544
- </li>
1545
- </ul>
1546
- </section>
1547
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1548
- <a name="statechange" class="tsd-anchor"></a>
1549
- <h3>state<wbr>Change</h3>
1550
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1551
- <li class="tsd-signature tsd-kind-icon">state<wbr>Change<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1552
- </ul>
1553
- <ul class="tsd-descriptions">
1554
- <li class="tsd-description">
1555
- <aside class="tsd-sources">
1556
- <p>Inherited from EventTypes.stateChange</p>
1557
- <ul>
1558
- <li>Defined in lib/five/application/events.ts:138</li>
1559
- </ul>
1560
- </aside>
1561
- <div class="tsd-comment tsd-typography">
1562
- <div class="lead">
1563
- <p>当目标 state 变化时</p>
1564
- </div>
1565
- </div>
1566
- <h4 class="tsd-parameters-title">Parameters</h4>
1567
- <ul class="tsd-parameters">
1568
- <li>
1569
- <h5>state: <a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a></h5>
1570
- <div class="tsd-comment tsd-typography">
1571
- <p>当前姿态状态</p>
1572
- </div>
1573
- </li>
1574
- <li>
1575
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
1576
- <div class="tsd-comment tsd-typography">
1577
- <p>是否用户触发</p>
1578
- </div>
1579
- </li>
1580
- </ul>
1581
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1582
- </li>
1583
- </ul>
1584
- </section>
1585
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1586
- <a name="statesynced" class="tsd-anchor"></a>
1587
- <h3>state<wbr>Synced</h3>
1588
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1589
- <li class="tsd-signature tsd-kind-icon">state<wbr>Synced<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1590
- </ul>
1591
- <ul class="tsd-descriptions">
1592
- <li class="tsd-description">
1593
- <aside class="tsd-sources">
1594
- <p>Inherited from EventTypes.stateSynced</p>
1595
- <ul>
1596
- <li>Defined in lib/five/application/events.ts:157</li>
1597
- </ul>
1598
- </aside>
1599
- <div class="tsd-comment tsd-typography">
1600
- <div class="lead">
1601
- <p>当 state 被同步完成时</p>
1602
- </div>
1603
- </div>
1604
- <h4 class="tsd-parameters-title">Parameters</h4>
1605
- <ul class="tsd-parameters">
1606
- <li>
1607
- <h5>state: <a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a></h5>
1608
- <div class="tsd-comment tsd-typography">
1609
- <p>当前姿态状态</p>
1610
- </div>
1611
- </li>
1612
- </ul>
1613
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1614
- </li>
1615
- </ul>
1616
- </section>
1617
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1618
- <a name="tapgesture" class="tsd-anchor"></a>
1619
- <h3>tap<wbr>Gesture</h3>
1620
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1621
- <li class="tsd-signature tsd-kind-icon">tap<wbr>Gesture<span class="tsd-signature-symbol">(</span>raycaster<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Raycaster</span>, tapPosition<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Vector2</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1622
- </ul>
1623
- <ul class="tsd-descriptions">
1624
- <li class="tsd-description">
1625
- <aside class="tsd-sources">
1626
- <p>Inherited from EventTypes.tapGesture</p>
1627
- <ul>
1628
- <li>Defined in lib/five/controllers/events.ts:211</li>
1629
- </ul>
1630
- </aside>
1631
- <div class="tsd-comment tsd-typography">
1632
- <div class="lead">
1633
- <p>tap 手势(点击屏幕) 被触发</p>
1634
- </div>
1635
- </div>
1636
- <h4 class="tsd-parameters-title">Parameters</h4>
1637
- <ul class="tsd-parameters">
1638
- <li>
1639
- <h5>raycaster: <span class="tsd-signature-type">Raycaster</span></h5>
1640
- <div class="tsd-comment tsd-typography">
1641
- <p>点击对应的三维射线</p>
1642
- </div>
1643
- </li>
1644
- <li>
1645
- <h5>tapPosition: <span class="tsd-signature-type">Vector2</span></h5>
1646
- <div class="tsd-comment tsd-typography">
1647
- <p>点击对应的屏幕位置</p>
1648
- </div>
1649
- </li>
1650
- </ul>
1651
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1652
- </li>
1653
- </ul>
1654
- </section>
1655
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1656
- <a name="textureabort" class="tsd-anchor"></a>
1657
- <h3>texture<wbr>Abort</h3>
1658
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1659
- <li class="tsd-signature tsd-kind-icon">texture<wbr>Abort<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#workobserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1660
- </ul>
1661
- <ul class="tsd-descriptions">
1662
- <li class="tsd-description">
1663
- <aside class="tsd-sources">
1664
- <p>Inherited from EventTypes.textureAbort</p>
1665
- <ul>
1666
- <li>Defined in lib/five/controllers/events.ts:287</li>
1667
- </ul>
1668
- </aside>
1669
- <div class="tsd-comment tsd-typography">
1670
- <div class="lead">
1671
- <p>观察点的全景资源加载被中止</p>
1672
- </div>
1673
- </div>
1674
- <h4 class="tsd-parameters-title">Parameters</h4>
1675
- <ul class="tsd-parameters">
1676
- <li>
1677
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1678
- <div class="tsd-comment tsd-typography">
1679
- <p>加载点位下标</p>
1680
- </div>
1681
- </li>
1682
- <li>
1683
- <h5>observer: <a href="../modules/five.html#workobserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a></h5>
1684
- <div class="tsd-comment tsd-typography">
1685
- <p>对应的 observer 详情</p>
1686
- </div>
1687
- </li>
1688
- </ul>
1689
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1690
- </li>
1691
- </ul>
1692
- </section>
1693
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1694
- <a name="textureerror" class="tsd-anchor"></a>
1695
- <h3>texture<wbr>Error</h3>
1696
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1697
- <li class="tsd-signature tsd-kind-icon">texture<wbr>Error<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#workobserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1698
- </ul>
1699
- <ul class="tsd-descriptions">
1700
- <li class="tsd-description">
1701
- <aside class="tsd-sources">
1702
- <p>Inherited from EventTypes.textureError</p>
1703
- <ul>
1704
- <li>Defined in lib/five/controllers/events.ts:295</li>
1705
- </ul>
1706
- </aside>
1707
- <div class="tsd-comment tsd-typography">
1708
- <div class="lead">
1709
- <p>观察点的全景资源加载失败</p>
1710
- </div>
1711
- </div>
1712
- <h4 class="tsd-parameters-title">Parameters</h4>
1713
- <ul class="tsd-parameters">
1714
- <li>
1715
- <h5>error: <span class="tsd-signature-type">Error</span></h5>
1716
- <div class="tsd-comment tsd-typography">
1717
- <p>错误对象</p>
1718
- </div>
1719
- </li>
1720
- <li>
1721
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1722
- <div class="tsd-comment tsd-typography">
1723
- <p>加载点位下标</p>
1724
- </div>
1725
- </li>
1726
- <li>
1727
- <h5>observer: <a href="../modules/five.html#workobserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a></h5>
1728
- <div class="tsd-comment tsd-typography">
1729
- <p>对应的 observer 详情</p>
1730
- </div>
1731
- </li>
1732
- </ul>
1733
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1734
- </li>
1735
- </ul>
1736
- </section>
1737
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1738
- <a name="textureloaded" class="tsd-anchor"></a>
1739
- <h3>texture<wbr>Loaded</h3>
1740
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1741
- <li class="tsd-signature tsd-kind-icon">texture<wbr>Loaded<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#workobserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1742
- </ul>
1743
- <ul class="tsd-descriptions">
1744
- <li class="tsd-description">
1745
- <aside class="tsd-sources">
1746
- <p>Inherited from EventTypes.textureLoaded</p>
1747
- <ul>
1748
- <li>Defined in lib/five/controllers/events.ts:302</li>
1749
- </ul>
1750
- </aside>
1751
- <div class="tsd-comment tsd-typography">
1752
- <div class="lead">
1753
- <p>观察点的全景资源加载完成</p>
1754
- </div>
1755
- </div>
1756
- <h4 class="tsd-parameters-title">Parameters</h4>
1757
- <ul class="tsd-parameters">
1758
- <li>
1759
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1760
- <div class="tsd-comment tsd-typography">
1761
- <p>加载点位下标</p>
1762
- </div>
1763
- </li>
1764
- <li>
1765
- <h5>observer: <a href="../modules/five.html#workobserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a></h5>
1766
- <div class="tsd-comment tsd-typography">
1767
- <p>对应的 observer 详情</p>
1768
- </div>
1769
- </li>
1770
- </ul>
1771
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1772
- </li>
1773
- </ul>
1774
- </section>
1775
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1776
- <a name="textureloading" class="tsd-anchor"></a>
1777
- <h3>texture<wbr>Loading</h3>
1778
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1779
- <li class="tsd-signature tsd-kind-icon">texture<wbr>Loading<span class="tsd-signature-symbol">(</span>progress<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#workobserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1780
- </ul>
1781
- <ul class="tsd-descriptions">
1782
- <li class="tsd-description">
1783
- <aside class="tsd-sources">
1784
- <p>Inherited from EventTypes.textureLoading</p>
1785
- <ul>
1786
- <li>Defined in lib/five/controllers/events.ts:280</li>
1787
- </ul>
1788
- </aside>
1789
- <div class="tsd-comment tsd-typography">
1790
- <div class="lead">
1791
- <p>观察点的全景资源加载中,可获取到进度</p>
1792
- </div>
1793
- </div>
1794
- <h4 class="tsd-parameters-title">Parameters</h4>
1795
- <ul class="tsd-parameters">
1796
- <li>
1797
- <h5>progress: <span class="tsd-signature-type">number</span></h5>
1798
- <div class="tsd-comment tsd-typography">
1799
- <p>加载进度 [0-1]</p>
1800
- </div>
1801
- </li>
1802
- <li>
1803
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1804
- <div class="tsd-comment tsd-typography">
1805
- <p>加载点位下标</p>
1806
- </div>
1807
- </li>
1808
- <li>
1809
- <h5>observer: <a href="../modules/five.html#workobserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a></h5>
1810
- <div class="tsd-comment tsd-typography">
1811
- <p>对应的 observer 详情</p>
1812
- </div>
1813
- </li>
1814
- </ul>
1815
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1816
- </li>
1817
- </ul>
1818
- </section>
1819
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1820
- <a name="texturestartload" class="tsd-anchor"></a>
1821
- <h3>texture<wbr>Start<wbr>Load</h3>
1822
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1823
- <li class="tsd-signature tsd-kind-icon">texture<wbr>Start<wbr>Load<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#workobserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
1824
- </ul>
1825
- <ul class="tsd-descriptions">
1826
- <li class="tsd-description">
1827
- <aside class="tsd-sources">
1828
- <p>Inherited from EventTypes.textureStartLoad</p>
1829
- <ul>
1830
- <li>Defined in lib/five/controllers/events.ts:272</li>
1831
- </ul>
1832
- </aside>
1833
- <div class="tsd-comment tsd-typography">
1834
- <div class="lead">
1835
- <p>观察点的全景资源开始加载</p>
1836
- </div>
1837
- </div>
1838
- <h4 class="tsd-parameters-title">Parameters</h4>
1839
- <ul class="tsd-parameters">
1840
- <li>
1841
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
1842
- <div class="tsd-comment tsd-typography">
1843
- <p>加载点位下标</p>
1844
- </div>
1845
- </li>
1846
- <li>
1847
- <h5>observer: <a href="../modules/five.html#workobserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a></h5>
1848
- <div class="tsd-comment tsd-typography">
1849
- <p>对应的 observer 详情</p>
1850
- </div>
1851
- </li>
1852
- </ul>
1853
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
1854
- </li>
1855
- </ul>
1856
- </section>
1857
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1858
- <a name="wantschangemode" class="tsd-anchor"></a>
1859
- <h3>wants<wbr>Change<wbr>Mode</h3>
1860
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1861
- <li class="tsd-signature tsd-kind-icon">wants<wbr>Change<wbr>Mode<span class="tsd-signature-symbol">(</span>mode<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a>, prevMode<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></li>
1862
- </ul>
1863
- <ul class="tsd-descriptions">
1864
- <li class="tsd-description">
1865
- <aside class="tsd-sources">
1866
- <p>Inherited from EventTypes.wantsChangeMode</p>
1867
- <ul>
1868
- <li>Defined in lib/five/application/events.ts:184</li>
1869
- </ul>
1870
- </aside>
1871
- <div class="tsd-comment tsd-typography">
1872
- <div class="lead">
1873
- <p>意图要切换到某个模态, 可以通过 return false 阻止</p>
1874
- </div>
1875
- </div>
1876
- <h4 class="tsd-parameters-title">Parameters</h4>
1877
- <ul class="tsd-parameters">
1878
- <li>
1879
- <h5>mode: <a href="../modules/five.html#mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a></h5>
1880
- <div class="tsd-comment tsd-typography">
1881
- <p>意图要切换到的模态</p>
1882
- </div>
1883
- </li>
1884
- <li>
1885
- <h5>prevMode: <a href="../modules/five.html#mode" class="tsd-signature-type" data-tsd-kind="Type alias">Mode</a></h5>
1886
- <div class="tsd-comment tsd-typography">
1887
- <p>当前模态</p>
1888
- </div>
1889
- </li>
1890
- </ul>
1891
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></h4>
1892
- <p>可以通过 return false 阻止</p>
1893
- </li>
1894
- </ul>
1895
- </section>
1896
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1897
- <a name="wantsgesture" class="tsd-anchor"></a>
1898
- <h3>wants<wbr>Gesture</h3>
1899
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1900
- <li class="tsd-signature tsd-kind-icon">wants<wbr>Gesture<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#gesturetypes" class="tsd-signature-type" data-tsd-kind="Type alias">GestureTypes</a>, pointers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span>, final<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></li>
1901
- </ul>
1902
- <ul class="tsd-descriptions">
1903
- <li class="tsd-description">
1904
- <aside class="tsd-sources">
1905
- <p>Inherited from EventTypes.wantsGesture</p>
1906
- <ul>
1907
- <li>Defined in lib/five/controllers/events.ts:158</li>
1908
- </ul>
1909
- </aside>
1910
- <div class="tsd-comment tsd-typography">
1911
- <div class="lead">
1912
- <p>意图要触发手势, 可以通过 <code>return false</code> 阻止</p>
1913
- </div>
1914
- </div>
1915
- <h4 class="tsd-parameters-title">Parameters</h4>
1916
- <ul class="tsd-parameters">
1917
- <li>
1918
- <h5>type: <a href="../modules/five.html#gesturetypes" class="tsd-signature-type" data-tsd-kind="Type alias">GestureTypes</a></h5>
1919
- <div class="tsd-comment tsd-typography">
1920
- <p>手势类型</p>
1921
- </div>
1922
- </li>
1923
- <li>
1924
- <h5>pointers: <span class="tsd-signature-symbol">{ </span>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span></h5>
1925
- <div class="tsd-comment tsd-typography">
1926
- <p>手指位置</p>
1927
- </div>
1928
- </li>
1929
- <li>
1930
- <h5>final: <span class="tsd-signature-type">boolean</span></h5>
1931
- <div class="tsd-comment tsd-typography">
1932
- <p>是否手势结束</p>
1933
- </div>
1934
- </li>
1935
- </ul>
1936
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></h4>
1937
- <p>可以通过 <code>return false</code> 阻止</p>
1938
- </li>
1939
- </ul>
1940
- </section>
1941
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1942
- <a name="wantsinteriapan" class="tsd-anchor"></a>
1943
- <h3>wants<wbr>Interia<wbr>Pan</h3>
1944
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1945
- <li class="tsd-signature tsd-kind-icon">wants<wbr>Interia<wbr>Pan<span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></li>
1946
- </ul>
1947
- <ul class="tsd-descriptions">
1948
- <li class="tsd-description">
1949
- <aside class="tsd-sources">
1950
- <p>Inherited from EventTypes.wantsInteriaPan</p>
1951
- <ul>
1952
- <li>Defined in lib/five/controllers/events.ts:189</li>
1953
- </ul>
1954
- </aside>
1955
- <div class="tsd-comment tsd-typography">
1956
- <div class="lead">
1957
- <p>意图要触发 pan 手势(滑动屏幕) 的惯性运动, 可以通过 <code>return false</code> 阻止</p>
1958
- </div>
1959
- </div>
1960
- <h4 class="tsd-parameters-title">Parameters</h4>
1961
- <ul class="tsd-parameters">
1962
- <li>
1963
- <h5>pose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
1964
- <div class="tsd-comment tsd-typography">
1965
- <p>意图的相机姿态</p>
1966
- </div>
1967
- </li>
1968
- </ul>
1969
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></h4>
1970
- <p>可以通过 <code>return false</code> 阻止</p>
1971
- </li>
1972
- </ul>
1973
- </section>
1974
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1975
- <a name="wantsmousewheel" class="tsd-anchor"></a>
1976
- <h3>wants<wbr>Mouse<wbr>Wheel</h3>
1977
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
1978
- <li class="tsd-signature tsd-kind-icon">wants<wbr>Mouse<wbr>Wheel<span class="tsd-signature-symbol">(</span>delta<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, nextFov<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, final<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></li>
1979
- </ul>
1980
- <ul class="tsd-descriptions">
1981
- <li class="tsd-description">
1982
- <aside class="tsd-sources">
1983
- <p>Inherited from EventTypes.wantsMouseWheel</p>
1984
- <ul>
1985
- <li>Defined in lib/five/controllers/events.ts:237</li>
1986
- </ul>
1987
- </aside>
1988
- <div class="tsd-comment tsd-typography">
1989
- <div class="lead">
1990
- <p>意图要触发 鼠标滚轮 可以通过 <code>return false</code> 阻止</p>
1991
- </div>
1992
- </div>
1993
- <h4 class="tsd-parameters-title">Parameters</h4>
1994
- <ul class="tsd-parameters">
1995
- <li>
1996
- <h5>delta: <span class="tsd-signature-type">number</span></h5>
1997
- <div class="tsd-comment tsd-typography">
1998
- <p>滚轮数值</p>
1999
- </div>
2000
- </li>
2001
- <li>
2002
- <h5>nextFov: <span class="tsd-signature-type">number</span></h5>
2003
- <div class="tsd-comment tsd-typography">
2004
- <p>意图的fov变更</p>
2005
- </div>
2006
- </li>
2007
- <li>
2008
- <h5>final: <span class="tsd-signature-type">boolean</span></h5>
2009
- <div class="tsd-comment tsd-typography">
2010
- <p>是否手势结束</p>
2011
- </div>
2012
- </li>
2013
- </ul>
2014
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></h4>
2015
- <p>可以通过 <code>return false</code> 阻止</p>
2016
- </li>
2017
- </ul>
2018
- </section>
2019
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2020
- <a name="wantsmovetopano" class="tsd-anchor"></a>
2021
- <h3>wants<wbr>Move<wbr>ToPano</h3>
2022
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2023
- <li class="tsd-signature tsd-kind-icon">wants<wbr>Move<wbr>ToPano<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, options<span class="tsd-signature-symbol">: </span><a href="five.movepanooptions.html" class="tsd-signature-type" data-tsd-kind="Interface">MovePanoOptions</a>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></li>
2024
- </ul>
2025
- <ul class="tsd-descriptions">
2026
- <li class="tsd-description">
2027
- <aside class="tsd-sources">
2028
- <p>Inherited from EventTypes.wantsMoveToPano</p>
2029
- <ul>
2030
- <li>Defined in lib/five/application/events.ts:166</li>
2031
- </ul>
2032
- </aside>
2033
- <div class="tsd-comment tsd-typography">
2034
- <div class="lead">
2035
- <p>意图要移动到某个点时, 可以通过 return false 阻止</p>
2036
- </div>
2037
- </div>
2038
- <h4 class="tsd-parameters-title">Parameters</h4>
2039
- <ul class="tsd-parameters">
2040
- <li>
2041
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
2042
- <div class="tsd-comment tsd-typography">
2043
- <p>意图要移动到点位下标</p>
2044
- </div>
2045
- </li>
2046
- <li>
2047
- <h5>options: <a href="five.movepanooptions.html" class="tsd-signature-type" data-tsd-kind="Interface">MovePanoOptions</a></h5>
2048
- <div class="tsd-comment tsd-typography">
2049
- <p>移动参数</p>
2050
- </div>
2051
- </li>
2052
- <li>
2053
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
2054
- <div class="tsd-comment tsd-typography">
2055
- <p>是否用户触发</p>
2056
- </div>
2057
- </li>
2058
- </ul>
2059
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></h4>
2060
- <p>可以通过 return false 阻止</p>
2061
- </li>
2062
- </ul>
2063
- </section>
2064
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2065
- <a name="wantspangesture" class="tsd-anchor"></a>
2066
- <h3>wants<wbr>Pan<wbr>Gesture</h3>
2067
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2068
- <li class="tsd-signature tsd-kind-icon">wants<wbr>Pan<wbr>Gesture<span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a>, final<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></li>
2069
- </ul>
2070
- <ul class="tsd-descriptions">
2071
- <li class="tsd-description">
2072
- <aside class="tsd-sources">
2073
- <p>Inherited from EventTypes.wantsPanGesture</p>
2074
- <ul>
2075
- <li>Defined in lib/five/controllers/events.ts:174</li>
2076
- </ul>
2077
- </aside>
2078
- <div class="tsd-comment tsd-typography">
2079
- <div class="lead">
2080
- <p>意图要触发 pan 手势(滑动屏幕), 可以通过 <code>return false</code> 阻止</p>
2081
- </div>
2082
- </div>
2083
- <h4 class="tsd-parameters-title">Parameters</h4>
2084
- <ul class="tsd-parameters">
2085
- <li>
2086
- <h5>pose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
2087
- <div class="tsd-comment tsd-typography">
2088
- <p>意图的相机姿态</p>
2089
- </div>
2090
- </li>
2091
- <li>
2092
- <h5>final: <span class="tsd-signature-type">boolean</span></h5>
2093
- <div class="tsd-comment tsd-typography">
2094
- <p>是否手势结束</p>
2095
- </div>
2096
- </li>
2097
- </ul>
2098
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></h4>
2099
- <p>可以通过 <code>return false</code> 阻止</p>
2100
- </li>
2101
- </ul>
2102
- </section>
2103
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2104
- <a name="wantspinchgesture" class="tsd-anchor"></a>
2105
- <h3>wants<wbr>Pinch<wbr>Gesture</h3>
2106
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2107
- <li class="tsd-signature tsd-kind-icon">wants<wbr>Pinch<wbr>Gesture<span class="tsd-signature-symbol">(</span>scale<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, nextFov<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, final<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></li>
2108
- </ul>
2109
- <ul class="tsd-descriptions">
2110
- <li class="tsd-description">
2111
- <aside class="tsd-sources">
2112
- <p>Inherited from EventTypes.wantsPinchGesture</p>
2113
- <ul>
2114
- <li>Defined in lib/five/controllers/events.ts:220</li>
2115
- </ul>
2116
- </aside>
2117
- <div class="tsd-comment tsd-typography">
2118
- <div class="lead">
2119
- <p>意图要触发 pinch 手势(双指缩放),可以通过 <code>return false</code> 阻止</p>
2120
- </div>
2121
- </div>
2122
- <h4 class="tsd-parameters-title">Parameters</h4>
2123
- <ul class="tsd-parameters">
2124
- <li>
2125
- <h5>scale: <span class="tsd-signature-type">number</span></h5>
2126
- <div class="tsd-comment tsd-typography">
2127
- <p>缩放数值</p>
2128
- </div>
2129
- </li>
2130
- <li>
2131
- <h5>nextFov: <span class="tsd-signature-type">number</span></h5>
2132
- <div class="tsd-comment tsd-typography">
2133
- <p>意图的fov变更</p>
2134
- </div>
2135
- </li>
2136
- <li>
2137
- <h5>final: <span class="tsd-signature-type">boolean</span></h5>
2138
- <div class="tsd-comment tsd-typography">
2139
- <p>是否手势结束</p>
2140
- </div>
2141
- </li>
2142
- </ul>
2143
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></h4>
2144
- <p>可以通过 <code>return false</code> 阻止</p>
2145
- </li>
2146
- </ul>
2147
- </section>
2148
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2149
- <a name="wantsshowintersectiononmodel" class="tsd-anchor"></a>
2150
- <h3>wants<wbr>Show<wbr>Intersection<wbr>OnModel</h3>
2151
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2152
- <li class="tsd-signature tsd-kind-icon">wants<wbr>Show<wbr>Intersection<wbr>OnModel<span class="tsd-signature-symbol">(</span>raycaster<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Raycaster</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></li>
2153
- </ul>
2154
- <ul class="tsd-descriptions">
2155
- <li class="tsd-description">
2156
- <aside class="tsd-sources">
2157
- <p>Inherited from EventTypes.wantsShowIntersectionOnModel</p>
2158
- <ul>
2159
- <li>Defined in lib/five/controllers/events.ts:259</li>
2160
- </ul>
2161
- </aside>
2162
- <div class="tsd-comment tsd-typography">
2163
- <div class="lead">
2164
- <p>意图要展示鼠标焦点环,可以通过 <code>return false</code> 阻止</p>
2165
- </div>
2166
- </div>
2167
- <h4 class="tsd-parameters-title">Parameters</h4>
2168
- <ul class="tsd-parameters">
2169
- <li>
2170
- <h5>raycaster: <span class="tsd-signature-type">Raycaster</span></h5>
2171
- </li>
2172
- </ul>
2173
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></h4>
2174
- <p>可以通过 <code>return false</code> 阻止</p>
2175
- </li>
2176
- </ul>
2177
- </section>
2178
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2179
- <a name="wantstapgesture" class="tsd-anchor"></a>
2180
- <h3>wants<wbr>Tap<wbr>Gesture</h3>
2181
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2182
- <li class="tsd-signature tsd-kind-icon">wants<wbr>Tap<wbr>Gesture<span class="tsd-signature-symbol">(</span>raycaster<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Raycaster</span>, tapPosition<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Vector2</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></li>
2183
- </ul>
2184
- <ul class="tsd-descriptions">
2185
- <li class="tsd-description">
2186
- <aside class="tsd-sources">
2187
- <p>Inherited from EventTypes.wantsTapGesture</p>
2188
- <ul>
2189
- <li>Defined in lib/five/controllers/events.ts:204</li>
2190
- </ul>
2191
- </aside>
2192
- <div class="tsd-comment tsd-typography">
2193
- <div class="lead">
2194
- <p>意图要触发 tap 手势(点击屏幕), 可以通过 <code>return false</code> 阻止</p>
2195
- </div>
2196
- </div>
2197
- <h4 class="tsd-parameters-title">Parameters</h4>
2198
- <ul class="tsd-parameters">
2199
- <li>
2200
- <h5>raycaster: <span class="tsd-signature-type">Raycaster</span></h5>
2201
- <div class="tsd-comment tsd-typography">
2202
- <p>点击对应的三维射线</p>
2203
- </div>
2204
- </li>
2205
- <li>
2206
- <h5>tapPosition: <span class="tsd-signature-type">Vector2</span></h5>
2207
- <div class="tsd-comment tsd-typography">
2208
- <p>点击对应的屏幕位置</p>
2209
- </div>
2210
- </li>
2211
- </ul>
2212
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></h4>
2213
- <p>可以通过 <code>return false</code> 阻止</p>
2214
- </li>
2215
- </ul>
2216
- </section>
2217
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2218
- <a name="wantstomovetopano" class="tsd-anchor"></a>
2219
- <h3>wants<wbr>ToMove<wbr>ToPano</h3>
2220
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2221
- <li class="tsd-signature tsd-kind-icon">wants<wbr>ToMove<wbr>ToPano<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, options<span class="tsd-signature-symbol">: </span><a href="five.movepanooptions.html" class="tsd-signature-type" data-tsd-kind="Interface">MovePanoOptions</a>, userAction<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
2222
- </ul>
2223
- <ul class="tsd-descriptions">
2224
- <li class="tsd-description">
2225
- <aside class="tsd-sources">
2226
- <p>Inherited from EventTypes.wantsToMoveToPano</p>
2227
- <ul>
2228
- <li>Defined in lib/five/application/events.ts:176</li>
2229
- </ul>
2230
- </aside>
2231
- <div class="tsd-comment tsd-typography">
2232
- <div class="lead">
2233
- <p>同 wantsMoveToPano</p>
2234
- </div>
2235
- <dl class="tsd-comment-tags">
2236
- <dt>description</dt>
2237
- <dd></dd>
2238
- </dl>
2239
- </div>
2240
- <h4 class="tsd-parameters-title">Parameters</h4>
2241
- <ul class="tsd-parameters">
2242
- <li>
2243
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
2244
- <div class="tsd-comment tsd-typography">
2245
- <p>意图要移动到点位下标</p>
2246
- </div>
2247
- </li>
2248
- <li>
2249
- <h5>options: <a href="five.movepanooptions.html" class="tsd-signature-type" data-tsd-kind="Interface">MovePanoOptions</a></h5>
2250
- <div class="tsd-comment tsd-typography">
2251
- <p>移动参数</p>
2252
- </div>
2253
- </li>
2254
- <li>
2255
- <h5>userAction: <span class="tsd-signature-type">boolean</span></h5>
2256
- <div class="tsd-comment tsd-typography">
2257
- <p>是否用户触发</p>
2258
- </div>
2259
- </li>
2260
- </ul>
2261
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
2262
- <p>可以通过 return false 阻止</p>
2263
- </li>
2264
- </ul>
2265
- </section>
2266
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2267
- <a name="willload" class="tsd-anchor"></a>
2268
- <h3>will<wbr>Load</h3>
2269
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2270
- <li class="tsd-signature tsd-kind-icon">will<wbr>Load<span class="tsd-signature-symbol">(</span>input<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, work<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#work" class="tsd-signature-type" data-tsd-kind="Type alias">Work</a>, state<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;offset&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
2271
- </ul>
2272
- <ul class="tsd-descriptions">
2273
- <li class="tsd-description">
2274
- <aside class="tsd-sources">
2275
- <p>Inherited from EventTypes.willLoad</p>
2276
- <ul>
2277
- <li>Defined in lib/five/application/events.ts:65</li>
2278
- </ul>
2279
- </aside>
2280
- <div class="tsd-comment tsd-typography">
2281
- <div class="lead">
2282
- <p>开始加载 Work 数据</p>
2283
- </div>
2284
- </div>
2285
- <h4 class="tsd-parameters-title">Parameters</h4>
2286
- <ul class="tsd-parameters">
2287
- <li>
2288
- <h5>input: <span class="tsd-signature-type">any</span></h5>
2289
- <div class="tsd-comment tsd-typography">
2290
- <p>输入的 work</p>
2291
- </div>
2292
- </li>
2293
- <li>
2294
- <h5>work: <a href="../modules/five.html#work" class="tsd-signature-type" data-tsd-kind="Type alias">Work</a></h5>
2295
- <div class="tsd-comment tsd-typography">
2296
- <p>归一化的标准 work</p>
2297
- </div>
2298
- </li>
2299
- <li>
2300
- <h5>state: <span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><a href="five.state.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;offset&quot;</span><span class="tsd-signature-symbol">&gt;</span></h5>
2301
- <div class="tsd-comment tsd-typography">
2302
- <p>加载时的姿态</p>
2303
- </div>
2304
- </li>
2305
- </ul>
2306
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
2307
- </li>
2308
- </ul>
2309
- </section>
2310
- </section>
2311
- </div>
2312
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
2313
- <nav class="tsd-navigation primary">
2314
- <ul>
2315
- <li class=" ">
2316
- <a href="../modules.html">Modules</a>
2317
- </li>
2318
- <li class="current tsd-kind-module">
2319
- <a href="../modules/five.html">five</a>
2320
- </li>
2321
- <li class=" tsd-kind-module">
2322
- <a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
2323
- </li>
2324
- <li class=" tsd-kind-module">
2325
- <a href="../modules/line.html">line</a>
2326
- </li>
2327
- <li class=" tsd-kind-module">
2328
- <a href="../modules/react.html">react</a>
2329
- </li>
2330
- <li class=" tsd-kind-module">
2331
- <a href="../modules/server.html">server</a>
2332
- </li>
2333
- <li class=" tsd-kind-module">
2334
- <a href="../modules/sticker.html">sticker</a>
2335
- </li>
2336
- </ul>
2337
- </nav>
2338
- <nav class="tsd-navigation secondary menu-sticky">
2339
- <ul class="before-current">
2340
- </ul>
2341
- <ul class="current">
2342
- <li class="current tsd-kind-interface tsd-parent-kind-module">
2343
- <a href="five.eventcallback.html" class="tsd-kind-icon">Event<wbr>Callback</a>
2344
- <ul>
2345
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2346
- <a href="five.eventcallback.html#cameradirectionupdate" class="tsd-kind-icon">camera<wbr>Direction<wbr>Update</a>
2347
- </li>
2348
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2349
- <a href="five.eventcallback.html#camerapositionupdate" class="tsd-kind-icon">camera<wbr>Position<wbr>Update</a>
2350
- </li>
2351
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2352
- <a href="five.eventcallback.html#cameraupdate" class="tsd-kind-icon">camera<wbr>Update</a>
2353
- </li>
2354
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2355
- <a href="five.eventcallback.html#currentstatechange" class="tsd-kind-icon">current<wbr>State<wbr>Change</a>
2356
- </li>
2357
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2358
- <a href="five.eventcallback.html#dispose" class="tsd-kind-icon">dispose</a>
2359
- </li>
2360
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2361
- <a href="five.eventcallback.html#error" class="tsd-kind-icon">error</a>
2362
- </li>
2363
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2364
- <a href="five.eventcallback.html#fps" class="tsd-kind-icon">fps</a>
2365
- </li>
2366
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2367
- <a href="five.eventcallback.html#gesture" class="tsd-kind-icon">gesture</a>
2368
- </li>
2369
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2370
- <a href="five.eventcallback.html#helpersvisiblechange" class="tsd-kind-icon">helpers<wbr>Visible<wbr>Change</a>
2371
- </li>
2372
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2373
- <a href="five.eventcallback.html#initanimationended" class="tsd-kind-icon">init<wbr>Animation<wbr>Ended</a>
2374
- </li>
2375
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2376
- <a href="five.eventcallback.html#initanimationwillstart" class="tsd-kind-icon">init<wbr>Animation<wbr>Will<wbr>Start</a>
2377
- </li>
2378
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2379
- <a href="five.eventcallback.html#interiapan" class="tsd-kind-icon">interia<wbr>Pan</a>
2380
- </li>
2381
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2382
- <a href="five.eventcallback.html#intersectionhidden" class="tsd-kind-icon">intersection<wbr>Hidden</a>
2383
- </li>
2384
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2385
- <a href="five.eventcallback.html#intersectiononmodelupdate" class="tsd-kind-icon">intersection<wbr>OnModel<wbr>Update</a>
2386
- </li>
2387
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2388
- <a href="five.eventcallback.html#load" class="tsd-kind-icon">load</a>
2389
- </li>
2390
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2391
- <a href="five.eventcallback.html#modechange" class="tsd-kind-icon">mode<wbr>Change</a>
2392
- </li>
2393
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2394
- <a href="five.eventcallback.html#modelbvhloaded" class="tsd-kind-icon">model<wbr>Bvh<wbr>Loaded</a>
2395
- </li>
2396
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2397
- <a href="five.eventcallback.html#modelgeometryloaded" class="tsd-kind-icon">model<wbr>Geometry<wbr>Loaded</a>
2398
- </li>
2399
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2400
- <a href="five.eventcallback.html#modelloaderror" class="tsd-kind-icon">model<wbr>Load<wbr>Error</a>
2401
- </li>
2402
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2403
- <a href="five.eventcallback.html#modelloaded" class="tsd-kind-icon">model<wbr>Loaded</a>
2404
- </li>
2405
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2406
- <a href="five.eventcallback.html#modelmaterialloaded" class="tsd-kind-icon">model<wbr>Material<wbr>Loaded</a>
2407
- </li>
2408
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2409
- <a href="five.eventcallback.html#modelshownfloorchange" class="tsd-kind-icon">model<wbr>Shown<wbr>Floor<wbr>Change</a>
2410
- </li>
2411
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2412
- <a href="five.eventcallback.html#modelwillload" class="tsd-kind-icon">model<wbr>Will<wbr>Load</a>
2413
- </li>
2414
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2415
- <a href="five.eventcallback.html#mousewheel" class="tsd-kind-icon">mouse<wbr>Wheel</a>
2416
- </li>
2417
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2418
- <a href="five.eventcallback.html#movetopano" class="tsd-kind-icon">move<wbr>ToPano</a>
2419
- </li>
2420
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2421
- <a href="five.eventcallback.html#movetopanocanceled" class="tsd-kind-icon">move<wbr>ToPano<wbr>Canceled</a>
2422
- </li>
2423
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2424
- <a href="five.eventcallback.html#movingtopano" class="tsd-kind-icon">moving<wbr>ToPano</a>
2425
- </li>
2426
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2427
- <a href="five.eventcallback.html#pangesture" class="tsd-kind-icon">pan<wbr>Gesture</a>
2428
- </li>
2429
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2430
- <a href="five.eventcallback.html#panoarrived" class="tsd-kind-icon">pano<wbr>Arrived</a>
2431
- </li>
2432
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2433
- <a href="five.eventcallback.html#panoloaderror" class="tsd-kind-icon">pano<wbr>Load<wbr>Error</a>
2434
- </li>
2435
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2436
- <a href="five.eventcallback.html#panoloaded" class="tsd-kind-icon">pano<wbr>Loaded</a>
2437
- </li>
2438
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2439
- <a href="five.eventcallback.html#panoselected" class="tsd-kind-icon">pano<wbr>Selected</a>
2440
- </li>
2441
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2442
- <a href="five.eventcallback.html#panowillarrive" class="tsd-kind-icon">pano<wbr>Will<wbr>Arrive</a>
2443
- </li>
2444
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2445
- <a href="five.eventcallback.html#panowillload" class="tsd-kind-icon">pano<wbr>Will<wbr>Load</a>
2446
- </li>
2447
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2448
- <a href="five.eventcallback.html#pinchgesture" class="tsd-kind-icon">pinch<wbr>Gesture</a>
2449
- </li>
2450
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2451
- <a href="five.eventcallback.html#renderframe" class="tsd-kind-icon">render<wbr>Frame</a>
2452
- </li>
2453
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2454
- <a href="five.eventcallback.html#setstate" class="tsd-kind-icon">set<wbr>State</a>
2455
- </li>
2456
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2457
- <a href="five.eventcallback.html#statechange" class="tsd-kind-icon">state<wbr>Change</a>
2458
- </li>
2459
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2460
- <a href="five.eventcallback.html#statesynced" class="tsd-kind-icon">state<wbr>Synced</a>
2461
- </li>
2462
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2463
- <a href="five.eventcallback.html#tapgesture" class="tsd-kind-icon">tap<wbr>Gesture</a>
2464
- </li>
2465
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2466
- <a href="five.eventcallback.html#textureabort" class="tsd-kind-icon">texture<wbr>Abort</a>
2467
- </li>
2468
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2469
- <a href="five.eventcallback.html#textureerror" class="tsd-kind-icon">texture<wbr>Error</a>
2470
- </li>
2471
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2472
- <a href="five.eventcallback.html#textureloaded" class="tsd-kind-icon">texture<wbr>Loaded</a>
2473
- </li>
2474
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2475
- <a href="five.eventcallback.html#textureloading" class="tsd-kind-icon">texture<wbr>Loading</a>
2476
- </li>
2477
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2478
- <a href="five.eventcallback.html#texturestartload" class="tsd-kind-icon">texture<wbr>Start<wbr>Load</a>
2479
- </li>
2480
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2481
- <a href="five.eventcallback.html#wantschangemode" class="tsd-kind-icon">wants<wbr>Change<wbr>Mode</a>
2482
- </li>
2483
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2484
- <a href="five.eventcallback.html#wantsgesture" class="tsd-kind-icon">wants<wbr>Gesture</a>
2485
- </li>
2486
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2487
- <a href="five.eventcallback.html#wantsinteriapan" class="tsd-kind-icon">wants<wbr>Interia<wbr>Pan</a>
2488
- </li>
2489
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2490
- <a href="five.eventcallback.html#wantsmousewheel" class="tsd-kind-icon">wants<wbr>Mouse<wbr>Wheel</a>
2491
- </li>
2492
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2493
- <a href="five.eventcallback.html#wantsmovetopano" class="tsd-kind-icon">wants<wbr>Move<wbr>ToPano</a>
2494
- </li>
2495
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2496
- <a href="five.eventcallback.html#wantspangesture" class="tsd-kind-icon">wants<wbr>Pan<wbr>Gesture</a>
2497
- </li>
2498
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2499
- <a href="five.eventcallback.html#wantspinchgesture" class="tsd-kind-icon">wants<wbr>Pinch<wbr>Gesture</a>
2500
- </li>
2501
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2502
- <a href="five.eventcallback.html#wantsshowintersectiononmodel" class="tsd-kind-icon">wants<wbr>Show<wbr>Intersection<wbr>OnModel</a>
2503
- </li>
2504
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2505
- <a href="five.eventcallback.html#wantstapgesture" class="tsd-kind-icon">wants<wbr>Tap<wbr>Gesture</a>
2506
- </li>
2507
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2508
- <a href="five.eventcallback.html#wantstomovetopano" class="tsd-kind-icon">wants<wbr>ToMove<wbr>ToPano</a>
2509
- </li>
2510
- <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
2511
- <a href="five.eventcallback.html#willload" class="tsd-kind-icon">will<wbr>Load</a>
2512
- </li>
2513
- </ul>
2514
- </li>
2515
- </ul>
2516
- <ul class="after-current">
2517
- </ul>
2518
- </nav>
2519
- </div>
2520
- </div>
2521
- </div>
2522
- <footer>
2523
- <div class="container">
2524
- <h2>Legend</h2>
2525
- <div class="tsd-legend-group">
2526
- <ul class="tsd-legend">
2527
- <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
2528
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
2529
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
2530
- <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
2531
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
2532
- <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
2533
- </ul>
2534
- <ul class="tsd-legend">
2535
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
2536
- <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
2537
- </ul>
2538
- <ul class="tsd-legend">
2539
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
2540
- <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
2541
- </ul>
2542
- </div>
2543
- </div>
2544
- </footer>
2545
- <div class="overlay"></div>
2546
- <script src="../assets/js/main.js"></script>
2547
- </body>
2548
- </html>