@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.
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/five.Camera.html +6 -6
- package/docs/classes/five.Five.html +34 -34
- package/docs/classes/five.Model.html +1 -1
- package/docs/classes/five.PBMContainer.html +6 -6
- package/docs/classes/five.PBMGroup.html +4 -3
- package/docs/classes/five.PBMMeshMaterial.html +28 -28
- package/docs/classes/five.TextureLoader.html +2 -2
- package/docs/classes/five.Tile.html +1 -1
- package/docs/classes/five.Tile3DModel.html +2 -1
- package/docs/classes/five.TileCubeTextureTarget.html +2 -2
- package/docs/classes/five.TileNode.html +2 -2
- package/docs/interfaces/five.CameraPose.html +2 -2
- package/docs/interfaces/five.EventCallback.html +117 -104
- package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +9 -9
- package/docs/interfaces/five.PBMParameters.html +2 -2
- package/docs/interfaces/five.TileCubeNode.html +3 -2
- package/docs/interfaces/react.FiveInjectionTypes.html +3 -3
- package/docs/modules/five.html +1 -1
- package/docs/types/five.ControllerEventTypes.html +31 -30
- package/docs/types/five.EventTypes.html +24 -24
- package/docs/types/five.GestureTypes.html +1 -1
- package/docs/types/five.LegacyEventType.html +63 -54
- package/docs/types/five.ParsedResultType.html +1 -1
- package/docs/types/five.TilesetFrameState.html +1 -1
- package/docs/variables/five.PROXY_CONTROLLER_EVENT_NAMES.html +1 -1
- package/five/index.d.ts +39 -11
- package/five/index.js +96 -96
- package/five/index.mjs +6733 -6541
- package/gltf-loader/index.js +3 -3
- package/gltf-loader/index.mjs +3 -3
- package/line/index.js +3 -3
- package/line/index.mjs +10 -10
- package/package.json +1 -1
- package/plugins/index.js +2 -2
- package/plugins/index.mjs +2 -2
- package/react/index.js +2 -2
- package/react/index.mjs +2 -2
- package/sticker/index.js +3 -3
- package/sticker/index.mjs +7 -7
- package/umd/five-gltf-loader.js +3 -3
- package/umd/five-line.js +3 -3
- package/umd/five-plugins.js +2 -2
- package/umd/five-react.js +2 -2
- package/umd/five-sticker.js +3 -3
- package/umd/five-vfx.js +2 -2
- package/umd/five-vue.js +2 -2
- package/umd/five.js +56 -56
- package/vfx/index.js +2 -2
- package/vfx/index.mjs +2 -2
- package/vue/index.js +2 -2
- 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"> => </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">
|
|
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"> => </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">"b3dm"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"pnts"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"at3d"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"pbm"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"dome"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"domez"</span><br/><span> </span><span class="tsd-signature-symbol">| </span><span class="tsd-signature-type">"glb"</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">"PerspectiveCamera"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"OrthographicCamera"</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">"PerspectiveCamera"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"OrthographicCamera"</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">"gesture.pan"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.tap"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.press"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.pinch"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.mousewheel"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.mousemove"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.momentum"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"initAnimation.start"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"initAnimation.end"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"camera.update"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"intersect.update"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.select"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.moveTo"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.moving"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.arrived"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.cancel"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.error"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.texture.load"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.texture.progress"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.texture.success"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.texture.error"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.texture.abort"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.session.start"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.session.end"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.gesture.tap"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.gesture.press"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.gesture.buttonUp"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.gesture.buttonDown"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.controller.update"</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">"gesture.pan"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.tap"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.dbltap"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.press"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.pinch"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.mousewheel"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.mousemove"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"gesture.momentum"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"initAnimation.start"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"initAnimation.end"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"camera.update"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"intersect.update"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.select"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.moveTo"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.moving"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.arrived"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.cancel"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.error"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.texture.load"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.texture.progress"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.texture.success"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.texture.error"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"pano.texture.abort"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.session.start"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.session.end"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.gesture.tap"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.gesture.press"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.gesture.buttonUp"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.gesture.buttonDown"</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"xr.controller.update"</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
|
-
|
|
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
|
-
/**
|
|
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
|
|
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
|
|
3118
|
-
private
|
|
3142
|
+
private contentObject;
|
|
3143
|
+
private disposer;
|
|
3119
3144
|
private disposers;
|
|
3120
|
-
constructor(
|
|
3121
|
-
generateBvhTree(): Promise<
|
|
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 {
|