@realsee/five 6.2.0-alpha.8 → 6.2.0

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 (53) hide show
  1. package/docs/assets/navigation.js +1 -1
  2. package/docs/assets/search.js +1 -1
  3. package/docs/classes/five.Camera.html +6 -6
  4. package/docs/classes/five.Five.html +34 -34
  5. package/docs/classes/five.Model.html +1 -1
  6. package/docs/classes/five.PBMContainer.html +6 -6
  7. package/docs/classes/five.PBMGroup.html +4 -3
  8. package/docs/classes/five.PBMMeshMaterial.html +28 -28
  9. package/docs/classes/five.TextureLoader.html +2 -2
  10. package/docs/classes/five.Tile.html +1 -1
  11. package/docs/classes/five.Tile3DModel.html +2 -1
  12. package/docs/classes/five.TileCubeTextureTarget.html +2 -2
  13. package/docs/classes/five.TileNode.html +2 -2
  14. package/docs/interfaces/five.CameraPose.html +2 -2
  15. package/docs/interfaces/five.EventCallback.html +117 -104
  16. package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +9 -9
  17. package/docs/interfaces/five.PBMParameters.html +2 -2
  18. package/docs/interfaces/five.TileCubeNode.html +3 -2
  19. package/docs/interfaces/react.FiveInjectionTypes.html +3 -3
  20. package/docs/modules/five.html +1 -1
  21. package/docs/types/five.ControllerEventTypes.html +31 -30
  22. package/docs/types/five.EventTypes.html +24 -24
  23. package/docs/types/five.GestureTypes.html +1 -1
  24. package/docs/types/five.LegacyEventType.html +63 -54
  25. package/docs/types/five.ParsedResultType.html +1 -1
  26. package/docs/types/five.TilesetFrameState.html +1 -1
  27. package/docs/variables/five.PROXY_CONTROLLER_EVENT_NAMES.html +1 -1
  28. package/five/index.d.ts +39 -11
  29. package/five/index.js +96 -96
  30. package/five/index.mjs +6733 -6541
  31. package/gltf-loader/index.js +3 -3
  32. package/gltf-loader/index.mjs +3 -3
  33. package/line/index.js +3 -3
  34. package/line/index.mjs +10 -10
  35. package/package.json +1 -1
  36. package/plugins/index.js +2 -2
  37. package/plugins/index.mjs +2 -2
  38. package/react/index.js +2 -2
  39. package/react/index.mjs +2 -2
  40. package/sticker/index.js +3 -3
  41. package/sticker/index.mjs +7 -7
  42. package/umd/five-gltf-loader.js +3 -3
  43. package/umd/five-line.js +3 -3
  44. package/umd/five-plugins.js +2 -2
  45. package/umd/five-react.js +2 -2
  46. package/umd/five-sticker.js +3 -3
  47. package/umd/five-vfx.js +2 -2
  48. package/umd/five-vue.js +2 -2
  49. package/umd/five.js +56 -56
  50. package/vfx/index.js +2 -2
  51. package/vfx/index.mjs +2 -2
  52. package/vue/index.js +2 -2
  53. package/vue/index.mjs +2 -2
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ParsedResultType | 如视 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></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.ParsedResultType.html">ParsedResultType</a></li></ul><h1>Type Alias ParsedResultType</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Parsed<wbr/>Result<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">byteLength</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">dispose</span><span class="tsd-signature-symbol">: </span><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><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">object</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Object3D</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">: </span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;b3dm&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;pnts&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;at3d&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;pbm&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;dome&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;domez&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;glb&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/loaders/model/parsers/type.ts:3</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ParsedResultType | 如视 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></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.ParsedResultType.html">ParsedResultType</a></li></ul><h1>Type Alias ParsedResultType</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Parsed<wbr/>Result<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">byteLength</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">dispose</span><span class="tsd-signature-symbol">: </span><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><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">scene</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Object3D</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">textures</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Texture</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">: </span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;b3dm&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;pnts&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;at3d&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;pbm&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;dome&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;domez&quot;</span><br/><span>        </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">&quot;glb&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">uri</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/loaders/model/parsers/type.ts:3</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>TilesetFrameState | 如视 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></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.TilesetFrameState.html">TilesetFrameState</a></li></ul><h1>Type Alias TilesetFrameState</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Tileset<wbr/>Frame<wbr/>State</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">camera</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span><span class="tsd-kind-property">direction</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector3</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">position</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector3</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">refine</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;PerspectiveCamera&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;OrthographicCamera&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">up</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector3</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">visible</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">cullingVolume</span><span class="tsd-signature-symbol">: </span><a href="../classes/five.CullingVolume.html" class="tsd-signature-type tsd-kind-class">CullingVolume</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">frameNumber</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">height</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">maxLevelOfDetail</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">minLevelOfDetail</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">pixelRatio</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">sseDenominator</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/loaders/model/tiled-model/frame-state.ts:3</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>TilesetFrameState | 如视 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></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.TilesetFrameState.html">TilesetFrameState</a></li></ul><h1>Type Alias TilesetFrameState</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">Tileset<wbr/>Frame<wbr/>State</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">camera</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span><span class="tsd-kind-property">direction</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector3</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">far</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">near</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">position</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector3</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">refine</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;PerspectiveCamera&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;OrthographicCamera&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">up</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector3</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">visible</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">cullingVolume</span><span class="tsd-signature-symbol">: </span><a href="../classes/five.CullingVolume.html" class="tsd-signature-type tsd-kind-class">CullingVolume</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">frameNumber</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">height</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">maxLevelOfDetail</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">maxScreenSpaceError</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">minLevelOfDetail</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">pixelRatio</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">sseDenominator</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/loaders/model/tiled-model/frame-state.ts:3</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PROXY_CONTROLLER_EVENT_NAMES | 如视 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></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.PROXY_CONTROLLER_EVENT_NAMES.html">PROXY_CONTROLLER_EVENT_NAMES</a></li></ul><h1>Variable PROXY_CONTROLLER_EVENT_NAMES<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">PROXY_<wbr/>CONTROLLER_<wbr/>EVENT_<wbr/>NAMES</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-keyword">readonly </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">&quot;gesture.pan&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.tap&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.press&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.pinch&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.mousewheel&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.mousemove&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.momentum&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;initAnimation.start&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;initAnimation.end&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;camera.update&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;intersect.update&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.select&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.moveTo&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.moving&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.arrived&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.cancel&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.error&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.texture.load&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.texture.progress&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.texture.success&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.texture.error&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.texture.abort&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.session.start&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.session.end&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.gesture.tap&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.gesture.press&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.gesture.buttonUp&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.gesture.buttonDown&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.controller.update&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:5</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PROXY_CONTROLLER_EVENT_NAMES | 如视 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></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">如视 Five SDK</a></li><li><a href="../modules/five.html">five</a></li><li><a href="five.PROXY_CONTROLLER_EVENT_NAMES.html">PROXY_CONTROLLER_EVENT_NAMES</a></li></ul><h1>Variable PROXY_CONTROLLER_EVENT_NAMES<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">PROXY_<wbr/>CONTROLLER_<wbr/>EVENT_<wbr/>NAMES</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-keyword">readonly </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">&quot;gesture.pan&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.tap&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.dbltap&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.press&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.pinch&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.mousewheel&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.mousemove&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;gesture.momentum&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;initAnimation.start&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;initAnimation.end&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;camera.update&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;intersect.update&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.select&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.moveTo&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.moving&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.arrived&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.cancel&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.error&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.texture.load&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.texture.progress&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.texture.success&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.texture.error&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;pano.texture.abort&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.session.start&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.session.end&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.gesture.tap&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.gesture.press&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.gesture.buttonUp&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.gesture.buttonDown&quot;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;xr.controller.update&quot;</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/application/events.ts:5</li></ul></aside></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>如视 Five SDK</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
package/five/index.d.ts CHANGED
@@ -178,6 +178,8 @@ export declare type ControllerEventTypes = {
178
178
  "gesture.pan"(event: GestureEvent): void;
179
179
  /** 手势 点击屏幕 */
180
180
  "gesture.tap"(event: GestureEvent): void;
181
+ /** 手势 双击屏幕 */
182
+ "gesture.dbltap"(event: GestureEvent): void;
181
183
  /** 手势 长按屏幕 */
182
184
  "gesture.press"(event: GestureEvent): void;
183
185
  /** 手势 双指缩放 */
@@ -1115,7 +1117,7 @@ export declare interface GestureEvent extends StateEvent {
1115
1117
  overallVelocityY: number;
1116
1118
  }
1117
1119
 
1118
- export declare type GestureTypes = "pan" | "tap" | "pinch" | "press" | "mouseWheel" | "mouseMove";
1120
+ export declare type GestureTypes = "pan" | "tap" | "dbltap" | "pinch" | "press" | "mouseWheel" | "mouseMove";
1119
1121
 
1120
1122
  export declare function getViewportScale(): number;
1121
1123
 
@@ -1287,6 +1289,21 @@ export declare type LegacyEventType = {
1287
1289
  * @param final - 是否手势结束
1288
1290
  */
1289
1291
  tapGesture(raycaster: THREE_2.Raycaster, tapPosition: THREE_2.Vector2, final: boolean): void;
1292
+ /**
1293
+ * 意图要触发 dlbtap 手势(点击屏幕), 可以通过 `return false` 阻止
1294
+ * @param raycaster - 点击对应的三维射线
1295
+ * @param tapPosition - 点击对应的屏幕位置
1296
+ * @param final - 是否手势结束
1297
+ * @returns 可以通过 `return false` 阻止
1298
+ */
1299
+ wantsDblTapGesture(raycaster: THREE_2.Raycaster, tapPosition: THREE_2.Vector2, final: boolean): void | false;
1300
+ /**
1301
+ * dbltap 手势(点击屏幕) 被触发
1302
+ * @param raycaster - 点击对应的三维射线
1303
+ * @param tapPosition - 点击对应的屏幕位置
1304
+ * @param final - 是否手势结束
1305
+ */
1306
+ dblTapGesture(raycaster: THREE_2.Raycaster, tapPosition: THREE_2.Vector2, final: boolean): void;
1290
1307
  /**
1291
1308
  * 意图要触发 pinch 手势(双指缩放),可以通过 `return false` 阻止
1292
1309
  * @param scale - 缩放数值
@@ -2373,7 +2390,8 @@ export declare type ParsedResultType = {
2373
2390
  type: 'b3dm' | 'pnts' | 'at3d' | 'pbm' | 'dome' | 'domez' | 'glb';
2374
2391
  byteLength: number;
2375
2392
  uri: string;
2376
- object: THREE_2.Object3D;
2393
+ scene: THREE_2.Object3D;
2394
+ textures: THREE_2.Texture[];
2377
2395
  dispose: () => void;
2378
2396
  };
2379
2397
 
@@ -2418,7 +2436,10 @@ export declare class PBMContainer extends THREE_2.Group {
2418
2436
  setMaterial(parameters: Partial<PBMParameters>): void;
2419
2437
  }
2420
2438
 
2421
- /** PBM 模型组 */
2439
+ /**
2440
+ * PBM 模型组
2441
+ * @deprecated 弃用, 直接使用 THREE.Group
2442
+ */
2422
2443
  export declare class PBMGroup extends THREE_2.Group {
2423
2444
  }
2424
2445
 
@@ -2559,9 +2580,9 @@ export declare interface PBMParameters {
2559
2580
  pointBack: 'VISIBLE' | 'HIDDEN' | 'DARK';
2560
2581
  /** 点云基础大小*/
2561
2582
  pointScale: number;
2562
- /** 点云最大尺寸*/
2563
- pointMinPixel: number;
2564
2583
  /** 点云最小尺寸*/
2584
+ pointMinPixel: number;
2585
+ /** 点云最大尺寸*/
2565
2586
  pointMaxPixel: number;
2566
2587
  /** 高程彩色图*/
2567
2588
  gradientTexture: THREE_2.Texture | null;
@@ -2586,7 +2607,7 @@ export declare interface Pose {
2586
2607
 
2587
2608
  export declare type PostProcessingType = 'edl' | 'hq' | 'luminance' | null;
2588
2609
 
2589
- export declare const PROXY_CONTROLLER_EVENT_NAMES: readonly ["gesture.pan", "gesture.tap", "gesture.press", "gesture.pinch", "gesture.mousewheel", "gesture.mousemove", "gesture.momentum", "initAnimation.start", "initAnimation.end", "camera.update", "intersect.update", "pano.select", "pano.moveTo", "pano.moving", "pano.arrived", "pano.cancel", "pano.error", "pano.texture.load", "pano.texture.progress", "pano.texture.success", "pano.texture.error", "pano.texture.abort", "xr.session.start", "xr.session.end", "xr.gesture.tap", "xr.gesture.press", "xr.gesture.buttonUp", "xr.gesture.buttonDown", "xr.controller.update"];
2610
+ export declare const PROXY_CONTROLLER_EVENT_NAMES: readonly ["gesture.pan", "gesture.tap", "gesture.dbltap", "gesture.press", "gesture.pinch", "gesture.mousewheel", "gesture.mousemove", "gesture.momentum", "initAnimation.start", "initAnimation.end", "camera.update", "intersect.update", "pano.select", "pano.moveTo", "pano.moving", "pano.arrived", "pano.cancel", "pano.error", "pano.texture.load", "pano.texture.progress", "pano.texture.success", "pano.texture.error", "pano.texture.abort", "xr.session.start", "xr.session.end", "xr.gesture.tap", "xr.gesture.press", "xr.gesture.buttonUp", "xr.gesture.buttonDown", "xr.controller.update"];
2590
2611
 
2591
2612
  export declare class RegionBoundingVolume implements BoundingVolume {
2592
2613
  type: "regin";
@@ -2957,6 +2978,7 @@ export declare class Tile3DModel extends THREE_2.Object3D {
2957
2978
  ecefToLocalMatrix: THREE_2.Matrix4;
2958
2979
  };
2959
2980
  tileset: Tileset;
2981
+ /** 当处于模型颜色不展示,处于全景状态时 */
2960
2982
  idle: boolean;
2961
2983
  minLevelOfDetail: number;
2962
2984
  maxLevelOfDetail: number;
@@ -2971,6 +2993,7 @@ export declare class Tile3DModel extends THREE_2.Object3D {
2971
2993
  private clearStencilObject;
2972
2994
  private disposed;
2973
2995
  private unloadTileQueue;
2996
+ private renderer?;
2974
2997
  constructor(model: Model, tilesetHeader: TilesetHeader, options: Tile3DModelLoaderOptions);
2975
2998
  getRenderHash(): string;
2976
2999
  get maxMemoryUsage(): number;
@@ -3051,6 +3074,7 @@ export declare interface TileCubeNode {
3051
3074
  position: THREE_2.Vector2;
3052
3075
  size: number;
3053
3076
  box: THREE_2.Box3;
3077
+ parent: TileCubeNode | null;
3054
3078
  children: TileCubeNode[];
3055
3079
  }
3056
3080
 
@@ -3066,9 +3090,10 @@ export declare class TileCubeTextureTarget {
3066
3090
  private disposed;
3067
3091
  private loadedCubeNodes;
3068
3092
  private loadingCubeNodes;
3093
+ private drawedCubeNodes;
3069
3094
  private baseCubeTexture;
3070
3095
  private _cubeRenderTarget;
3071
- private textures;
3096
+ private prepareToRender;
3072
3097
  constructor(baseCubeTexture: THREE_2.CubeTexture, tileTree: TileCubeTree, tileSources: WorkTile[], options: {
3073
3098
  textureSize: number;
3074
3099
  textureLoader: TextureLoader;
@@ -3114,11 +3139,11 @@ export declare interface TileHeader {
3114
3139
  }
3115
3140
 
3116
3141
  export declare class TileNode extends THREE_2.Group {
3117
- private obj;
3118
- private objDisposer;
3142
+ private contentObject;
3143
+ private disposer;
3119
3144
  private disposers;
3120
- constructor(obj: THREE_2.Object3D, objDisposer: () => void);
3121
- generateBvhTree(): Promise<void>;
3145
+ constructor(contentObject: THREE_2.Object3D, disposer?: () => void);
3146
+ generateBvhTree(): Promise<this>;
3122
3147
  intersectRaycaster(raycaster: THREE_2.Raycaster, sortByDistance?: boolean, target?: Intersection[]): Intersection[];
3123
3148
  dispose(): void;
3124
3149
  clone(): this;
@@ -3243,6 +3268,8 @@ export declare class Tileset {
3243
3268
  export declare type TilesetFrameState = {
3244
3269
  camera: {
3245
3270
  type: "PerspectiveCamera" | "OrthographicCamera";
3271
+ near: number;
3272
+ far: number;
3246
3273
  position: THREE.Vector3;
3247
3274
  direction: THREE.Vector3;
3248
3275
  up: THREE.Vector3;
@@ -3256,6 +3283,7 @@ export declare type TilesetFrameState = {
3256
3283
  sseDenominator: number;
3257
3284
  minLevelOfDetail: number;
3258
3285
  maxLevelOfDetail: number;
3286
+ maxScreenSpaceError: number;
3259
3287
  };
3260
3288
 
3261
3289
  export declare interface TilesetHeader {