@realsee/five 5.0.0-alpha.19 → 5.0.0-alpha.190

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 (251) 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 +328 -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 +91 -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 +400 -0
  76. package/docs/interfaces/five.FiveInitArgs.html +109 -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 +22 -0
  86. package/docs/interfaces/five.MotionKeyframe.html +1 -0
  87. package/docs/interfaces/five.MovePanoOptions.html +42 -0
  88. package/docs/interfaces/five.NetworkOptions.html +9 -0
  89. package/docs/interfaces/five.PBMPanoPicture.html +7 -0
  90. package/docs/interfaces/five.PBMParameters.html +29 -0
  91. package/docs/interfaces/five.PanoCircleMeshCustomOptions.html +1 -0
  92. package/docs/interfaces/five.PanoCircleMeshInterface.html +19 -0
  93. package/docs/interfaces/five.PanoCircleMeshOptions.html +1 -0
  94. package/docs/interfaces/five.PanoCircleMeshSolidOptions.html +1 -0
  95. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +35 -0
  96. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +20 -0
  97. package/docs/interfaces/five.Pose.html +37 -0
  98. package/docs/interfaces/five.Scissor.html +14 -0
  99. package/docs/interfaces/five.State.html +21 -0
  100. package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -0
  101. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -0
  102. package/docs/interfaces/five.SubscribeMixinType.off.html +1 -0
  103. package/docs/interfaces/five.SubscribeMixinType.on.html +1 -0
  104. package/docs/interfaces/five.SubscribeMixinType.once.html +1 -0
  105. package/docs/interfaces/five.TextureOptions.html +20 -0
  106. package/docs/interfaces/five.Tile3DModelLoaderOptions.html +3 -0
  107. package/docs/interfaces/five.TileBoundingVolume.html +19 -0
  108. package/docs/interfaces/five.TileContent.html +1 -0
  109. package/docs/interfaces/five.TileCubeNode.html +1 -0
  110. package/docs/interfaces/five.TileCubeTree.html +1 -0
  111. package/docs/interfaces/five.Tileset3dOptions.html +1 -0
  112. package/docs/interfaces/five.TilesetJSON.html +1 -0
  113. package/docs/interfaces/five.TilesetJSONNode.html +1 -0
  114. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +9 -0
  115. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +31 -0
  116. package/docs/interfaces/five.WebXRSelectParams.html +1 -0
  117. package/docs/interfaces/five.WorkCubeImage.html +13 -0
  118. package/docs/interfaces/five.WorkImage.html +21 -0
  119. package/docs/interfaces/five.WorkInitial.html +13 -0
  120. package/docs/interfaces/five.WorkModel.html +11 -0
  121. package/docs/interfaces/five.WorkModelTiles.html +3 -0
  122. package/docs/interfaces/five.WorkObserver.html +27 -0
  123. package/docs/interfaces/five.WorkTile.html +1 -0
  124. package/docs/interfaces/five.WorkVideo.html +9 -0
  125. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +31 -0
  126. package/docs/interfaces/gltf_loader.DDS.html +1 -0
  127. package/docs/interfaces/gltf_loader.GLTF.html +7 -0
  128. package/docs/interfaces/gltf_loader.GLTFReference.html +1 -0
  129. package/docs/interfaces/gltf_loader.THREEGLTF.html +1 -0
  130. package/docs/interfaces/react.FiveActionReactCallbacks.html +52 -0
  131. package/docs/interfaces/react.FiveInjectionTypes.html +181 -0
  132. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +1 -0
  133. package/docs/interfaces/server.Intersection.html +7 -0
  134. package/docs/interfaces/server.ModelEventCallback.html +18 -0
  135. package/docs/interfaces/sticker.IntersectionLike.html +8 -0
  136. package/docs/interfaces/vfx.ParticleArgs.html +75 -0
  137. package/docs/interfaces/vfx.ParticleTweenKeyframe.html +1 -0
  138. package/docs/interfaces/vue.FiveActionVueCallbacks.html +60 -0
  139. package/docs/modules/five.SubscribeMixinType.html +1 -0
  140. package/docs/modules/five.html +479 -3002
  141. package/docs/modules/gltf_loader.html +1 -155
  142. package/docs/modules/line.html +1 -202
  143. package/docs/modules/react.html +130 -1507
  144. package/docs/modules/server.html +18 -526
  145. package/docs/modules/sticker.html +1 -151
  146. package/docs/modules/vfx.html +1 -0
  147. package/docs/modules/vue.html +115 -0
  148. package/docs/modules.html +1 -136
  149. package/exporters/staticify.js +210 -0
  150. package/five/index.d.ts +1425 -285
  151. package/five/index.js +362 -1
  152. package/gltf-loader/index.d.ts +90 -5
  153. package/gltf-loader/index.js +260 -1
  154. package/line/index.d.ts +15 -2
  155. package/line/index.js +260 -1
  156. package/package.json +12 -12
  157. package/react/index.d.ts +73 -72
  158. package/react/index.js +260 -1
  159. package/scripts/five-staticify.js +26 -0
  160. package/server/index.d.ts +221 -27
  161. package/server/index.js +357 -1
  162. package/sticker/index.d.ts +2 -1
  163. package/sticker/index.js +260 -1
  164. package/templates/quick-start/package.json +1 -1
  165. package/umd/five-gltf-loader.js +1 -2
  166. package/umd/five-line.js +1 -2
  167. package/umd/five-react.js +1 -2
  168. package/umd/five-sticker.js +1 -2
  169. package/umd/five-vfx.js +1 -0
  170. package/umd/five-vue.js +1 -0
  171. package/umd/five.js +1 -1
  172. package/umd/five.js.LICENSE.txt +58 -118
  173. package/vfx/index.d.ts +264 -0
  174. package/vfx/index.js +260 -0
  175. package/vue/index.d.ts +441 -0
  176. package/vue/index.js +260 -0
  177. package/docs/assets/css/main.css +0 -2660
  178. package/docs/assets/js/main.js +0 -248
  179. package/docs/assets/js/search.js +0 -1
  180. package/docs/classes/five.camera.html +0 -323
  181. package/docs/classes/five.five-1.html +0 -2670
  182. package/docs/classes/five.hashcubetexture.html +0 -252
  183. package/docs/classes/five.internalwebglrenderer.html +0 -212
  184. package/docs/classes/five.model.html +0 -982
  185. package/docs/classes/five.pbmgroup.html +0 -427
  186. package/docs/classes/five.pbmmaterial.html +0 -533
  187. package/docs/classes/five.pbmmesh.html +0 -254
  188. package/docs/classes/five.scene.html +0 -263
  189. package/docs/classes/five.subscribe.html +0 -569
  190. package/docs/classes/gltf_loader.gltfloader.html +0 -412
  191. package/docs/classes/gltf_loader.gltfobject.html +0 -287
  192. package/docs/classes/line.line-1.html +0 -381
  193. package/docs/classes/line.linegeometry.html +0 -524
  194. package/docs/classes/line.linematerial.html +0 -300
  195. package/docs/classes/line.linesegmentsgeometry.html +0 -471
  196. package/docs/classes/react.store.html +0 -605
  197. package/docs/classes/server.model.html +0 -823
  198. package/docs/classes/server.pbmgroup.html +0 -366
  199. package/docs/classes/server.pbmmesh.html +0 -335
  200. package/docs/classes/sticker.sticker-1.html +0 -465
  201. package/docs/interfaces/five.addableobject.html +0 -234
  202. package/docs/interfaces/five.depthpanoramacontrollercustominitargs.html +0 -420
  203. package/docs/interfaces/five.eventcallback.html +0 -2548
  204. package/docs/interfaces/five.fiveinitargs.html +0 -707
  205. package/docs/interfaces/five.floorplancontrollercustominitargs.html +0 -295
  206. package/docs/interfaces/five.imageoptions.html +0 -332
  207. package/docs/interfaces/five.intersection.html +0 -227
  208. package/docs/interfaces/five.intersectmeshinterface.html +0 -188
  209. package/docs/interfaces/five.modelcontrollercustominitargs.html +0 -366
  210. package/docs/interfaces/five.modeleventcallback.html +0 -367
  211. package/docs/interfaces/five.movepanooptions.html +0 -469
  212. package/docs/interfaces/five.panocirclemeshinterface.html +0 -361
  213. package/docs/interfaces/five.panoramacontrollercustominitargs.html +0 -464
  214. package/docs/interfaces/five.panoramalikecontrollercustominitargs.html +0 -364
  215. package/docs/interfaces/five.pbmparameters.html +0 -474
  216. package/docs/interfaces/five.pose.html +0 -270
  217. package/docs/interfaces/five.scissor.html +0 -252
  218. package/docs/interfaces/five.state.html +0 -300
  219. package/docs/interfaces/five.subscribemixintype.emit.html +0 -180
  220. package/docs/interfaces/five.subscribemixintype.haslistener.html +0 -171
  221. package/docs/interfaces/five.subscribemixintype.off.html +0 -198
  222. package/docs/interfaces/five.subscribemixintype.on.html +0 -213
  223. package/docs/interfaces/five.subscribemixintype.once.html +0 -210
  224. package/docs/interfaces/five.topviewcontrollercustominitargs.html +0 -226
  225. package/docs/interfaces/five.vrpanoramacontrollercustominitargs.html +0 -452
  226. package/docs/interfaces/gltf_loader.gltf.html +0 -304
  227. package/docs/interfaces/react.fiveactionreactcallbacks.html +0 -580
  228. package/docs/interfaces/react.fiveinjectiontypes.html +0 -1625
  229. package/docs/interfaces/react.injectfivetoprops.html +0 -280
  230. package/docs/interfaces/server.intersection.html +0 -308
  231. package/docs/interfaces/server.modeleventcallback.html +0 -409
  232. package/docs/interfaces/sticker.intersectionlike.html +0 -223
  233. package/docs/modules/five.subscribemixintype.html +0 -143
  234. package/scripts/export-five-resource/chfs.exe +0 -0
  235. package/scripts/export-five-resource/fileify.js +0 -192
  236. package/scripts/export-five-resource/format-work.js +0 -71
  237. package/scripts/export-five-resource/staticify.js +0 -327
  238. package/scripts/transcode-model/BufferGeometryUtils.js +0 -832
  239. package/scripts/transcode-model/LoaderSupport.js +0 -1545
  240. package/scripts/transcode-model/MTLLoader.js +0 -602
  241. package/scripts/transcode-model/OBJLoader2.js +0 -1470
  242. package/scripts/transcode-model/obj2pbm.js +0 -65
  243. /package/docs/assets/{images/icons.png → icons.png} +0 -0
  244. /package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
  245. /package/docs/assets/{images/widgets.png → widgets.png} +0 -0
  246. /package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
  247. /package/resource/{basis_transcoder.js → basis/basis_transcoder.js} +0 -0
  248. /package/resource/{basis_transcoder.wasm → basis/basis_transcoder.wasm} +0 -0
  249. /package/resource/{draco_decoder.js → gltf/draco_decoder.js} +0 -0
  250. /package/resource/{draco_decoder.wasm → gltf/draco_decoder.wasm} +0 -0
  251. /package/resource/{draco_wasm_wrapper.js → gltf/draco_wasm_wrapper.js} +0 -0
@@ -1,469 +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>MovePanoOptions | 如视 Five SDK - v5.0.0-alpha.19</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.19">
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.19</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.19</a>
54
- </li>
55
- <li>
56
- <a href="../modules/five.html">five</a>
57
- </li>
58
- <li>
59
- <a href="five.movepanooptions.html">MovePanoOptions</a>
60
- </li>
61
- </ul>
62
- <h1>Interface MovePanoOptions</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>点位移动参数</p>
73
- </div>
74
- </div>
75
- </section>
76
- <section class="tsd-panel tsd-hierarchy">
77
- <h3>Hierarchy</h3>
78
- <ul class="tsd-hierarchy">
79
- <li>
80
- <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Omit</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;offset&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span>
81
- <ul class="tsd-hierarchy">
82
- <li>
83
- <span class="target">MovePanoOptions</span>
84
- </li>
85
- </ul>
86
- </li>
87
- </ul>
88
- </section>
89
- <section class="tsd-panel-group tsd-index-group">
90
- <h2>Index</h2>
91
- <section class="tsd-panel tsd-index-panel">
92
- <div class="tsd-index-content">
93
- <section class="tsd-index-section ">
94
- <h3>Properties</h3>
95
- <ul class="tsd-index-list">
96
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.movepanooptions.html#duration" class="tsd-kind-icon">duration</a></li>
97
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.movepanooptions.html#easing" class="tsd-kind-icon">easing</a></li>
98
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.movepanooptions.html#effect" class="tsd-kind-icon">effect</a></li>
99
- <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="five.movepanooptions.html#fov" class="tsd-kind-icon">fov</a></li>
100
- <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="five.movepanooptions.html#latitude" class="tsd-kind-icon">latitude</a></li>
101
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.movepanooptions.html#limit" class="tsd-kind-icon">limit</a></li>
102
- <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="five.movepanooptions.html#longitude" class="tsd-kind-icon">longitude</a></li>
103
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.movepanooptions.html#movecancelcallback" class="tsd-kind-icon">move<wbr>Cancel<wbr>Callback</a></li>
104
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.movepanooptions.html#moveendcallback" class="tsd-kind-icon">move<wbr>End<wbr>Callback</a></li>
105
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.movepanooptions.html#movestartcallback" class="tsd-kind-icon">move<wbr>Start<wbr>Callback</a></li>
106
- </ul>
107
- </section>
108
- </div>
109
- </section>
110
- </section>
111
- <section class="tsd-panel-group tsd-member-group ">
112
- <h2>Properties</h2>
113
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
114
- <a name="duration" class="tsd-anchor"></a>
115
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> duration</h3>
116
- <div class="tsd-signature tsd-kind-icon">duration<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><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-symbol">(</span>distance<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, speed<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span></div>
117
- <aside class="tsd-sources">
118
- <ul>
119
- <li>Defined in lib/five/types/movePanoOptions.ts:24</li>
120
- </ul>
121
- </aside>
122
- <div class="tsd-comment tsd-typography">
123
- <div class="lead">
124
- <p>运动耗时</p>
125
- </div>
126
- <dl class="tsd-comment-tags">
127
- <dt>description</dt>
128
- <dd><ul>
129
- <li><code>数字或者字符串类型</code> 直接当作运动耗时</li>
130
- <li><code>函数类型</code> 传入 距离和速度(速度为five初始化设置) 返回运动耗时</li>
131
- <li><code>不传或者null</code> 通过距离和速度(速度为five初始化设置)</li>
132
- </ul>
133
- </dd>
134
- </dl>
135
- </div>
136
- </section>
137
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
138
- <a name="easing" class="tsd-anchor"></a>
139
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> easing</h3>
140
- <div class="tsd-signature tsd-kind-icon">easing<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>k<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span></div>
141
- <aside class="tsd-sources">
142
- <ul>
143
- <li>Defined in lib/five/types/movePanoOptions.ts:26</li>
144
- </ul>
145
- </aside>
146
- <div class="tsd-type-declaration">
147
- <h4>Type declaration</h4>
148
- <ul class="tsd-parameters">
149
- <li class="tsd-parameter-signature">
150
- <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface">
151
- <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>k<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">number</span></li>
152
- </ul>
153
- <ul class="tsd-descriptions">
154
- <li class="tsd-description">
155
- <div class="tsd-comment tsd-typography">
156
- <div class="lead">
157
- <p>运动曲线函数</p>
158
- </div>
159
- </div>
160
- <h4 class="tsd-parameters-title">Parameters</h4>
161
- <ul class="tsd-parameters">
162
- <li>
163
- <h5>k: <span class="tsd-signature-type">number</span></h5>
164
- </li>
165
- </ul>
166
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
167
- </li>
168
- </ul>
169
- </li>
170
- </ul>
171
- </div>
172
- </section>
173
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
174
- <a name="effect" class="tsd-anchor"></a>
175
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> effect</h3>
176
- <div class="tsd-signature tsd-kind-icon">effect<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;fly&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;fade&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;instant&quot;</span></div>
177
- <aside class="tsd-sources">
178
- <ul>
179
- <li>Defined in lib/five/types/movePanoOptions.ts:16</li>
180
- </ul>
181
- </aside>
182
- <div class="tsd-comment tsd-typography">
183
- <div class="lead">
184
- <p>动画模式</p>
185
- </div>
186
- <dl class="tsd-comment-tags">
187
- <dt>description</dt>
188
- <dd><ul>
189
- <li><code>fly</code> 通过相机移动方式变化</li>
190
- <li><code>fade</code> 通过渐变方式变化</li>
191
- <li><code>instant</code> 通过插入黑屏方式变化</li>
192
- </ul>
193
- </dd>
194
- </dl>
195
- </div>
196
- </section>
197
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
198
- <a name="fov" class="tsd-anchor"></a>
199
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> fov</h3>
200
- <div class="tsd-signature tsd-kind-icon">fov<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
201
- <aside class="tsd-sources">
202
- <p>Inherited from Partial.fov</p>
203
- <ul>
204
- <li>Defined in lib/five/types/pose.ts:13</li>
205
- </ul>
206
- </aside>
207
- <div class="tsd-comment tsd-typography">
208
- <div class="lead">
209
- <p>相机可视角度(垂直)</p>
210
- </div>
211
- </div>
212
- </section>
213
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
214
- <a name="latitude" class="tsd-anchor"></a>
215
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> latitude</h3>
216
- <div class="tsd-signature tsd-kind-icon">latitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
217
- <aside class="tsd-sources">
218
- <p>Inherited from Partial.latitude</p>
219
- <ul>
220
- <li>Defined in lib/five/types/pose.ts:11</li>
221
- </ul>
222
- </aside>
223
- <div class="tsd-comment tsd-typography">
224
- <div class="lead">
225
- <p>相机偏航角</p>
226
- </div>
227
- </div>
228
- </section>
229
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
230
- <a name="limit" class="tsd-anchor"></a>
231
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> limit</h3>
232
- <div class="tsd-signature tsd-kind-icon">limit<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
233
- <aside class="tsd-sources">
234
- <ul>
235
- <li>Defined in lib/five/types/movePanoOptions.ts:8</li>
236
- </ul>
237
- </aside>
238
- <div class="tsd-comment tsd-typography">
239
- <div class="lead">
240
- <p>是否通过初始化参数限制 fov, latitude</p>
241
- </div>
242
- </div>
243
- </section>
244
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
245
- <a name="longitude" class="tsd-anchor"></a>
246
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> longitude</h3>
247
- <div class="tsd-signature tsd-kind-icon">longitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
248
- <aside class="tsd-sources">
249
- <p>Inherited from Partial.longitude</p>
250
- <ul>
251
- <li>Defined in lib/five/types/pose.ts:9</li>
252
- </ul>
253
- </aside>
254
- <div class="tsd-comment tsd-typography">
255
- <div class="lead">
256
- <p>相机俯仰角</p>
257
- </div>
258
- </div>
259
- </section>
260
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
261
- <a name="movecancelcallback" class="tsd-anchor"></a>
262
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> move<wbr>Cancel<wbr>Callback</h3>
263
- <div class="tsd-signature tsd-kind-icon">move<wbr>Cancel<wbr>Callback<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
264
- <aside class="tsd-sources">
265
- <ul>
266
- <li>Defined in lib/five/types/movePanoOptions.ts:39</li>
267
- </ul>
268
- </aside>
269
- <div class="tsd-type-declaration">
270
- <h4>Type declaration</h4>
271
- <ul class="tsd-parameters">
272
- <li class="tsd-parameter-signature">
273
- <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface">
274
- <li class="tsd-signature tsd-kind-icon"><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>
275
- </ul>
276
- <ul class="tsd-descriptions">
277
- <li class="tsd-description">
278
- <div class="tsd-comment tsd-typography">
279
- <div class="lead">
280
- <p>运动被取消回调</p>
281
- </div>
282
- </div>
283
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
284
- </li>
285
- </ul>
286
- </li>
287
- </ul>
288
- </div>
289
- </section>
290
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
291
- <a name="moveendcallback" class="tsd-anchor"></a>
292
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> move<wbr>End<wbr>Callback</h3>
293
- <div class="tsd-signature tsd-kind-icon">move<wbr>End<wbr>Callback<span class="tsd-signature-symbol">:</span> <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><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div>
294
- <aside class="tsd-sources">
295
- <ul>
296
- <li>Defined in lib/five/types/movePanoOptions.ts:30</li>
297
- </ul>
298
- </aside>
299
- <div class="tsd-type-declaration">
300
- <h4>Type declaration</h4>
301
- <ul class="tsd-parameters">
302
- <li class="tsd-parameter-signature">
303
- <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface">
304
- <li class="tsd-signature tsd-kind-icon"><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><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
305
- </ul>
306
- <ul class="tsd-descriptions">
307
- <li class="tsd-description">
308
- <div class="tsd-comment tsd-typography">
309
- <div class="lead">
310
- <p>运动结束回调</p>
311
- </div>
312
- </div>
313
- <h4 class="tsd-parameters-title">Parameters</h4>
314
- <ul class="tsd-parameters">
315
- <li>
316
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
317
- </li>
318
- <li>
319
- <h5>pose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
320
- </li>
321
- </ul>
322
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
323
- </li>
324
- </ul>
325
- </li>
326
- </ul>
327
- </div>
328
- </section>
329
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
330
- <a name="movestartcallback" class="tsd-anchor"></a>
331
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> move<wbr>Start<wbr>Callback</h3>
332
- <div class="tsd-signature tsd-kind-icon">move<wbr>Start<wbr>Callback<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>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"> =&gt; </span><span class="tsd-signature-type">void</span></div>
333
- <aside class="tsd-sources">
334
- <ul>
335
- <li>Defined in lib/five/types/movePanoOptions.ts:28</li>
336
- </ul>
337
- </aside>
338
- <div class="tsd-type-declaration">
339
- <h4>Type declaration</h4>
340
- <ul class="tsd-parameters">
341
- <li class="tsd-parameter-signature">
342
- <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface">
343
- <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>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>
344
- </ul>
345
- <ul class="tsd-descriptions">
346
- <li class="tsd-description">
347
- <div class="tsd-comment tsd-typography">
348
- <div class="lead">
349
- <p>运动开始回调</p>
350
- </div>
351
- </div>
352
- <h4 class="tsd-parameters-title">Parameters</h4>
353
- <ul class="tsd-parameters">
354
- <li>
355
- <h5>panoIndex: <span class="tsd-signature-type">number</span></h5>
356
- </li>
357
- <li>
358
- <h5>toPose: <a href="five.pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h5>
359
- </li>
360
- </ul>
361
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
362
- </li>
363
- </ul>
364
- </li>
365
- </ul>
366
- </div>
367
- </section>
368
- </section>
369
- </div>
370
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
371
- <nav class="tsd-navigation primary">
372
- <ul>
373
- <li class=" ">
374
- <a href="../modules.html">Modules</a>
375
- </li>
376
- <li class="current tsd-kind-module">
377
- <a href="../modules/five.html">five</a>
378
- </li>
379
- <li class=" tsd-kind-module">
380
- <a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
381
- </li>
382
- <li class=" tsd-kind-module">
383
- <a href="../modules/line.html">line</a>
384
- </li>
385
- <li class=" tsd-kind-module">
386
- <a href="../modules/react.html">react</a>
387
- </li>
388
- <li class=" tsd-kind-module">
389
- <a href="../modules/server.html">server</a>
390
- </li>
391
- <li class=" tsd-kind-module">
392
- <a href="../modules/sticker.html">sticker</a>
393
- </li>
394
- </ul>
395
- </nav>
396
- <nav class="tsd-navigation secondary menu-sticky">
397
- <ul class="before-current">
398
- </ul>
399
- <ul class="current">
400
- <li class="current tsd-kind-interface tsd-parent-kind-module">
401
- <a href="five.movepanooptions.html" class="tsd-kind-icon">Move<wbr>Pano<wbr>Options</a>
402
- <ul>
403
- <li class=" tsd-kind-property tsd-parent-kind-interface">
404
- <a href="five.movepanooptions.html#duration" class="tsd-kind-icon">duration</a>
405
- </li>
406
- <li class=" tsd-kind-property tsd-parent-kind-interface">
407
- <a href="five.movepanooptions.html#easing" class="tsd-kind-icon">easing</a>
408
- </li>
409
- <li class=" tsd-kind-property tsd-parent-kind-interface">
410
- <a href="five.movepanooptions.html#effect" class="tsd-kind-icon">effect</a>
411
- </li>
412
- <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
413
- <a href="five.movepanooptions.html#fov" class="tsd-kind-icon">fov</a>
414
- </li>
415
- <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
416
- <a href="five.movepanooptions.html#latitude" class="tsd-kind-icon">latitude</a>
417
- </li>
418
- <li class=" tsd-kind-property tsd-parent-kind-interface">
419
- <a href="five.movepanooptions.html#limit" class="tsd-kind-icon">limit</a>
420
- </li>
421
- <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
422
- <a href="five.movepanooptions.html#longitude" class="tsd-kind-icon">longitude</a>
423
- </li>
424
- <li class=" tsd-kind-property tsd-parent-kind-interface">
425
- <a href="five.movepanooptions.html#movecancelcallback" class="tsd-kind-icon">move<wbr>Cancel<wbr>Callback</a>
426
- </li>
427
- <li class=" tsd-kind-property tsd-parent-kind-interface">
428
- <a href="five.movepanooptions.html#moveendcallback" class="tsd-kind-icon">move<wbr>End<wbr>Callback</a>
429
- </li>
430
- <li class=" tsd-kind-property tsd-parent-kind-interface">
431
- <a href="five.movepanooptions.html#movestartcallback" class="tsd-kind-icon">move<wbr>Start<wbr>Callback</a>
432
- </li>
433
- </ul>
434
- </li>
435
- </ul>
436
- <ul class="after-current">
437
- </ul>
438
- </nav>
439
- </div>
440
- </div>
441
- </div>
442
- <footer>
443
- <div class="container">
444
- <h2>Legend</h2>
445
- <div class="tsd-legend-group">
446
- <ul class="tsd-legend">
447
- <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
448
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
449
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
450
- <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
451
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
452
- <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
453
- </ul>
454
- <ul class="tsd-legend">
455
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
456
- <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
457
- <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
458
- </ul>
459
- <ul class="tsd-legend">
460
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
461
- <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
462
- </ul>
463
- </div>
464
- </div>
465
- </footer>
466
- <div class="overlay"></div>
467
- <script src="../assets/js/main.js"></script>
468
- </body>
469
- </html>