@realsee/five 6.10.0-alpha.0 → 6.10.0-alpha.2

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 (160) hide show
  1. package/ai_guides/features/material.md +4 -0
  2. package/docs/assets/hierarchy.js +1 -1
  3. package/docs/assets/navigation.js +1 -1
  4. package/docs/assets/search.js +1 -1
  5. package/docs/classes/five.AdaptiveLuminancePass.html +1 -1
  6. package/docs/classes/five.EyeDomeLightingPass.html +1 -1
  7. package/docs/classes/five.Five.html +21 -21
  8. package/docs/classes/five.FivePass.html +1 -1
  9. package/docs/classes/five.FlowingFireworks3DPass.html +1 -1
  10. package/docs/classes/five.FlowingLight2DPass.html +1 -1
  11. package/docs/classes/five.FlowingLight3DPass.html +1 -1
  12. package/docs/classes/five.GaussianBlurPass.html +1 -1
  13. package/docs/classes/five.Model.html +1 -1
  14. package/docs/classes/five.ModelScene.html +1 -1
  15. package/docs/classes/five.PBMContainer.html +1 -1
  16. package/docs/classes/five.PBMCustomShader.html +1 -1
  17. package/docs/classes/five.PBMGSObject.html +1 -1
  18. package/docs/classes/five.PBMGroup.html +1 -1
  19. package/docs/classes/five.PBMMesh.html +1 -1
  20. package/docs/classes/five.PBMMeshMaterial.html +1 -1
  21. package/docs/classes/five.PBMPanoFilter.html +1 -1
  22. package/docs/classes/five.PBMPointCloud.html +9 -2
  23. package/docs/classes/five.PBMPointCloudMaterial.html +1 -1
  24. package/docs/classes/five.PBMSkinnedMesh.html +1 -1
  25. package/docs/classes/five.PBMUpdateable.html +1 -1
  26. package/docs/classes/five.Parameter.html +32 -24
  27. package/docs/classes/five.Tile3D.html +28 -28
  28. package/docs/classes/five.TileNode.html +2 -2
  29. package/docs/classes/five.TrajectoryNode.html +1 -1
  30. package/docs/classes/five.WorkResolvedObserver.html +1 -1
  31. package/docs/classes/gltf-loader.DDSLoader.html +1 -1
  32. package/docs/classes/gltf-loader.DRACOLoader.html +1 -1
  33. package/docs/classes/gltf-loader.GLTFObject.html +1 -1
  34. package/docs/classes/gltf-loader.THREEGLTFLoader.html +1 -1
  35. package/docs/classes/line.LineGeometry.html +1 -1
  36. package/docs/classes/line.LineMaterial.html +1 -1
  37. package/docs/classes/line.LineSegmentsGeometry.html +1 -1
  38. package/docs/classes/line.THREE_Line2.html +1 -1
  39. package/docs/classes/line.THREE_LineSegments2.html +1 -1
  40. package/docs/classes/plugins.CSS2DObject.html +1 -1
  41. package/docs/classes/plugins.CSS3DObject.html +1 -1
  42. package/docs/classes/plugins.CSS3DSprite.html +1 -1
  43. package/docs/classes/plugins.InstancedPrefabBufferGeometry.html +1 -1
  44. package/docs/classes/plugins.Object3DHelperController.html +1 -1
  45. package/docs/classes/plugins.PointBufferGeometry.html +1 -1
  46. package/docs/classes/plugins.PrefabBufferGeometry.html +1 -1
  47. package/docs/classes/plugins.RoundedBoxGeometry.html +1 -1
  48. package/docs/classes/vfx.Airflow.html +1 -1
  49. package/docs/classes/vfx.Flame.html +1 -1
  50. package/docs/classes/vfx.Particle.html +1 -1
  51. package/docs/classes/vfx.ParticleGPU.html +1 -1
  52. package/docs/classes/vfx.SpotLight.html +1 -1
  53. package/docs/documents/features_material.html +24 -0
  54. package/docs/hierarchy.html +1 -1
  55. package/docs/interfaces/five.AddableObject.html +1 -1
  56. package/docs/interfaces/five.EventCallback.html +1 -1
  57. package/docs/interfaces/five.IntersectMeshInterface.html +1 -1
  58. package/docs/interfaces/five.Intersection.html +1 -1
  59. package/docs/interfaces/five.LooseWorkWithExtrinsics.html +1 -1
  60. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +1 -1
  61. package/docs/interfaces/five.MovePanoOptions.html +1 -1
  62. package/docs/interfaces/five.MoveToPositionOptions.html +38 -0
  63. package/docs/interfaces/five.PBMMaterial.html +1 -1
  64. package/docs/interfaces/five.PBMMeshMaterialParameters.html +1 -1
  65. package/docs/interfaces/five.PBMPointCloudMaterialParameters.html +1 -1
  66. package/docs/interfaces/five.PanoCircleMeshInterface.html +1 -1
  67. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +1 -1
  68. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +1 -1
  69. package/docs/interfaces/five.ParameterMaterialValue.html +15 -7
  70. package/docs/interfaces/five.ParameterTilesetValue.html +15 -15
  71. package/docs/interfaces/five.ParameterValue.html +29 -21
  72. package/docs/interfaces/five.Pose.html +1 -1
  73. package/docs/interfaces/five.ResolvedParameterValue.html +30 -22
  74. package/docs/interfaces/five.State.html +1 -1
  75. package/docs/interfaces/five.Tile3DOptions.html +2 -2
  76. package/docs/interfaces/five.TileCoordinateSystem.html +2 -2
  77. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +1 -1
  78. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +1 -1
  79. package/docs/interfaces/five.ViewLayer.html +28 -28
  80. package/docs/interfaces/five.WorkCubeImage.html +1 -1
  81. package/docs/interfaces/five.WorkImage.html +1 -1
  82. package/docs/interfaces/five.WorkObserver.html +1 -1
  83. package/docs/interfaces/five.WorkObserverProto.html +1 -1
  84. package/docs/interfaces/five.WorkTile.html +1 -1
  85. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +1 -1
  86. package/docs/interfaces/plugins.BackgroundPluginController.html +1 -1
  87. package/docs/interfaces/plugins.BackgroundPluginType.EventMap.html +1 -1
  88. package/docs/interfaces/plugins.CSS2DPluginController.html +1 -1
  89. package/docs/interfaces/plugins.CSS2DPluginType.EventMap.html +1 -1
  90. package/docs/interfaces/plugins.CSS2DPluginType.State.html +1 -1
  91. package/docs/interfaces/plugins.CSS3DPluginController.html +1 -1
  92. package/docs/interfaces/plugins.CSS3DPluginType.EventMap.html +1 -1
  93. package/docs/interfaces/plugins.CSS3DPluginType.State.html +1 -1
  94. package/docs/interfaces/plugins.DynamicPathLinePluginController.html +1 -1
  95. package/docs/interfaces/plugins.DynamicPathLinePluginType.EventMap.html +1 -1
  96. package/docs/interfaces/plugins.DynamicPathLinePluginType.State.html +1 -1
  97. package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationController.html +1 -1
  98. package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.EventMap.html +1 -1
  99. package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.State.html +1 -1
  100. package/docs/interfaces/plugins.ItemMaskController.html +1 -1
  101. package/docs/interfaces/plugins.ItemMaskPluginType.EventMap.html +1 -1
  102. package/docs/interfaces/plugins.ItemMaskPluginType.State.html +1 -1
  103. package/docs/interfaces/plugins.Object3DHelperPluginType.BaseController.html +1 -1
  104. package/docs/interfaces/plugins.Object3DHelperPluginType.BaseHelper.html +1 -1
  105. package/docs/interfaces/plugins.Object3DHelperPluginType.BoundingBoxController.html +1 -1
  106. package/docs/interfaces/plugins.Object3DHelperPluginType.MoveController.html +1 -1
  107. package/docs/interfaces/plugins.Object3DHelperPluginType.MoveHelperAbstract.html +1 -1
  108. package/docs/interfaces/plugins.Object3DHelperPluginType.RotateController.html +1 -1
  109. package/docs/interfaces/plugins.Object3DHelperPluginType.RotateHelperAbstract.html +1 -1
  110. package/docs/interfaces/plugins.OrientationPluginController.html +1 -1
  111. package/docs/interfaces/plugins.OrientationPluginType.EventMap.html +1 -1
  112. package/docs/interfaces/plugins.OrientationPluginType.State.html +1 -1
  113. package/docs/interfaces/plugins.PanoAnimeController.html +1 -1
  114. package/docs/interfaces/plugins.PanoAnimePluginType.EventMap.html +1 -1
  115. package/docs/interfaces/plugins.PanoAnimePluginType.State.html +1 -1
  116. package/docs/interfaces/plugins.PluginTemplateType.EventMap.html +1 -1
  117. package/docs/interfaces/plugins.PluginTemplateType.State.html +1 -1
  118. package/docs/interfaces/plugins.TrajectoryController.html +1 -1
  119. package/docs/interfaces/react.FiveInjectionTypes.html +1 -1
  120. package/docs/interfaces/react.UseFivePluginOptions.html +1 -1
  121. package/docs/interfaces/react.UseFivePluginOptionsWithCreate.html +1 -1
  122. package/docs/modules/five.html +1 -1
  123. package/docs/types/five.ParseOptions.html +1 -1
  124. package/five/controllers/model.d.ts +2 -1
  125. package/five/index.d.ts +1 -0
  126. package/five/index.js +62 -62
  127. package/five/index.mjs +1160 -1121
  128. package/five/model/objects/pbmPointCloud.d.ts +11 -1
  129. package/five/model/parameter.d.ts +8 -0
  130. package/five/types/moveToPositionOptions.d.ts +11 -0
  131. package/gltf-loader/index.js +3 -3
  132. package/gltf-loader/index.mjs +3 -3
  133. package/line/index.js +3 -3
  134. package/line/index.mjs +3 -3
  135. package/package.json +1 -1
  136. package/pbmGaussianSplattingObject-BDOzNal0.cjs +2 -2
  137. package/pbmGaussianSplattingObject-BwsrwWs6.js +2 -2
  138. package/plugins/index.js +2 -2
  139. package/plugins/index.mjs +2 -2
  140. package/react/index.js +2 -2
  141. package/react/index.mjs +2 -2
  142. package/shader-lib/index.js +2 -2
  143. package/shader-lib/index.mjs +2 -2
  144. package/sticker/index.js +3 -3
  145. package/sticker/index.mjs +3 -3
  146. package/umd/five-gltf-loader.js +3 -3
  147. package/umd/five-line.js +3 -3
  148. package/umd/five-plugins.js +2 -2
  149. package/umd/five-react.js +2 -2
  150. package/umd/five-shader-lib.js +2 -2
  151. package/umd/five-sticker.js +3 -3
  152. package/umd/five-vfx.js +2 -2
  153. package/umd/five-vue.js +2 -2
  154. package/umd/five.js +8 -8
  155. package/vfx/index.js +2 -2
  156. package/vfx/index.mjs +2 -2
  157. package/vue/index.js +2 -2
  158. package/vue/index.mjs +2 -2
  159. package/work-downloader/index.js +2 -2
  160. package/work-downloader/index.mjs +2 -2
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ParseOptions | 如视 Five SDK</title><meta name="description" content="Documentation for 如视 Five SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">如视 Five SDK</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/five.html">five</a></li><li><a href="" aria-current="page">ParseOptions</a></li></ul><h1>Type Alias ParseOptions</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">type</span> <span class="tsd-kind-type-alias">ParseOptions</span> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="#baseurl">baseURL</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#jsonp">jsonp</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#shortpath">shortPath</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#transform">transform</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">THREE.Matrix4</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><br/>    <a class="tsd-kind-property" href="#workcode">workCode</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> (<span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">input</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span>)<span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy" data-refl="5885"><h4>Hierarchy (<a href="../hierarchy.html#five.ParseOptions">View Summary</a>)</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">ParseOptions</span><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><a href="../interfaces/five.LooseWorkWithExtrinsics.html" class="tsd-signature-type tsd-kind-interface">LooseWorkWithExtrinsics</a></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in lib/five/work/work.ts:329</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#baseurl" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>base<wbr/>URL?</span></a>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ParseOptions | 如视 Five SDK</title><meta name="description" content="Documentation for 如视 Five SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">如视 Five SDK</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/five.html">five</a></li><li><a href="" aria-current="page">ParseOptions</a></li></ul><h1>Type Alias ParseOptions</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">type</span> <span class="tsd-kind-type-alias">ParseOptions</span> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="#baseurl">baseURL</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#jsonp">jsonp</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#shortpath">shortPath</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#transform">transform</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">THREE.Matrix4</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><br/>    <a class="tsd-kind-property" href="#workcode">workCode</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> (<span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">input</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span>)<span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy" data-refl="5935"><h4>Hierarchy (<a href="../hierarchy.html#five.ParseOptions">View Summary</a>)</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">ParseOptions</span><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><a href="../interfaces/five.LooseWorkWithExtrinsics.html" class="tsd-signature-type tsd-kind-interface">LooseWorkWithExtrinsics</a></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in lib/five/work/work.ts:329</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#baseurl" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>base<wbr/>URL?</span></a>
2
2
  <a href="#jsonp" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>jsonp?</span></a>
3
3
  <a href="#shortpath" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>short<wbr/>Path?</span></a>
4
4
  <a href="#transform" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>transform?</span></a>
@@ -2,6 +2,7 @@ import * as THREE from "three";
2
2
  import { Pano } from "../utils/pano";
3
3
  import { Works } from "../work";
4
4
  import { MovePanoOptions } from "../types/movePanoOptions";
5
+ import { MoveToPositionOptions } from "../types/moveToPositionOptions";
5
6
  import { State } from "../types/state";
6
7
  import { Pose } from "../types/pose";
7
8
  import { MovePanoEffect } from "../types/movePanoEffect";
@@ -50,7 +51,7 @@ declare class ModelController extends PanoramaLikeController implements Required
50
51
  /** 移动点位 */
51
52
  moveToPano(pano: Pano, options: MovePanoOptions | undefined, userAction: boolean): void;
52
53
  /** 移动相机位置 */
53
- moveToPosition(position: THREE.Vector3, options: MovePanoOptions | undefined, userAction: boolean): void;
54
+ moveToPosition(position: THREE.Vector3, options: MoveToPositionOptions | undefined, userAction: boolean): void;
54
55
  /** 触摸 点击屏幕 */
55
56
  protected onTapGesture(event: GestureEvent): void;
56
57
  }
package/five/index.d.ts CHANGED
@@ -34,6 +34,7 @@ export { type CubeFace } from "./types/cube";
34
34
  export { type ImageOptions, type TextureOptions } from "./types/imageOptions";
35
35
  export { type MovePanoEffect } from "./types/movePanoEffect";
36
36
  export { type MovePanoOptions } from "./types/movePanoOptions";
37
+ export { type MoveToPositionOptions } from "./types/moveToPositionOptions";
37
38
  export { type Viewport, type Scissor } from "./types/viewport";
38
39
  export { type Pose } from "./types/pose";
39
40
  export { type State } from "./types/state";