@realsee/five 6.4.0-alpha.2 → 6.4.0-alpha.21

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 (81) 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 +5 -4
  4. package/docs/classes/five.Five.html +53 -53
  5. package/docs/classes/five.InternalWebGLRenderer.html +1 -1
  6. package/docs/classes/five.Model.html +24 -37
  7. package/docs/classes/five.ModelViewLayer.html +6 -6
  8. package/docs/classes/five.PBMMeshMaterial.html +37 -37
  9. package/docs/classes/five.PBMPointCloudMaterial.html +34 -34
  10. package/docs/classes/five.TextureLoader.html +2 -2
  11. package/docs/classes/five.Tile.html +2 -1
  12. package/docs/classes/five.Tile3DModel.html +2 -1
  13. package/docs/classes/five.TileCubeTextureTarget.html +3 -2
  14. package/docs/classes/five.TileRequestScheduler.html +2 -2
  15. package/docs/classes/five.Tileset.html +1 -1
  16. package/docs/classes/five.Work.html +14 -14
  17. package/docs/functions/five.loadGltf.html +1 -0
  18. package/docs/functions/five.loadX3p.html +1 -0
  19. package/docs/functions/five.parseWork.html +1 -1
  20. package/docs/interfaces/five.FiveInitArgs.html +2 -2
  21. package/docs/interfaces/five.FiveLoadOptions.html +13 -26
  22. package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +9 -9
  23. package/docs/interfaces/five.PBMParameters.html +13 -13
  24. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +6 -4
  25. package/docs/interfaces/five.Tile3dLayerOptions.html +27 -0
  26. package/docs/interfaces/five.TileHeader.html +2 -2
  27. package/docs/interfaces/five.TilesetHeader.html +4 -4
  28. package/docs/interfaces/five.TrajectoryHeader.html +2 -2
  29. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +6 -4
  30. package/docs/interfaces/five.WorkCubeImage.html +8 -8
  31. package/docs/interfaces/five.WorkImage.html +10 -10
  32. package/docs/interfaces/five.WorkInitial.html +8 -8
  33. package/docs/interfaces/five.WorkModel.html +6 -6
  34. package/docs/interfaces/five.WorkModelLayer.html +5 -0
  35. package/docs/interfaces/five.WorkObserver.html +20 -20
  36. package/docs/interfaces/five.WorkResolvedObserver.html +20 -20
  37. package/docs/interfaces/five.WorkTile.html +2 -2
  38. package/docs/interfaces/five.WorkVideo.html +4 -4
  39. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +6 -4
  40. package/docs/modules/five.html +5 -1
  41. package/docs/types/five.Mirror.html +1 -1
  42. package/docs/types/five.ModelMaterialValues.html +1 -1
  43. package/docs/types/five.Models.html +5 -5
  44. package/docs/types/five.ParseWorkOptions.html +1 -1
  45. package/docs/types/five.ParsedResultType.html +1 -1
  46. package/docs/types/five.Tile3dOptions.html +1 -0
  47. package/docs/types/five.TileRequestOrder.html +1 -1
  48. package/docs/types/five.TileRequestSchedulerOptions.html +1 -1
  49. package/docs/types/five.Works.html +1 -1
  50. package/five/index.d.ts +70 -75
  51. package/five/index.js +94 -94
  52. package/five/index.mjs +6825 -6603
  53. package/gltf-loader/index.js +5 -5
  54. package/gltf-loader/index.mjs +534 -515
  55. package/line/index.js +3 -3
  56. package/line/index.mjs +3 -3
  57. package/package.json +1 -1
  58. package/plugins/index.js +2 -2
  59. package/plugins/index.mjs +2 -2
  60. package/react/index.d.ts +1 -1
  61. package/react/index.js +2 -2
  62. package/react/index.mjs +2 -2
  63. package/shader-lib/index.js +2 -2
  64. package/shader-lib/index.mjs +2 -2
  65. package/sticker/index.js +3 -3
  66. package/sticker/index.mjs +3 -3
  67. package/umd/five-gltf-loader.js +5 -5
  68. package/umd/five-line.js +3 -3
  69. package/umd/five-plugins.js +2 -2
  70. package/umd/five-react.js +2 -2
  71. package/umd/five-shader-lib.js +2 -2
  72. package/umd/five-sticker.js +3 -3
  73. package/umd/five-vfx.js +2 -2
  74. package/umd/five-vue.js +2 -2
  75. package/umd/five.js +51 -51
  76. package/vfx/index.js +2 -2
  77. package/vfx/index.mjs +2 -2
  78. package/vue/index.d.ts +1 -1
  79. package/vue/index.js +2 -2
  80. package/vue/index.mjs +2 -2
  81. package/docs/functions/five.loadGlb.html +0 -1
package/vfx/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  * @realsee/five
4
- * Generated: 12/13/2024
5
- * Version: 6.4.0-alpha.2
4
+ * Generated: 2/27/2025
5
+ * Version: 6.4.0-alpha.21
6
6
  * Terms:
7
7
  * Realsee SDK License Agreement
8
8
  * Update: July 28, 2021
package/vfx/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  * @realsee/five
4
- * Generated: 12/13/2024
5
- * Version: 6.4.0-alpha.2
4
+ * Generated: 2/27/2025
5
+ * Version: 6.4.0-alpha.21
6
6
  * Terms:
7
7
  * Realsee SDK License Agreement
8
8
  * Update: July 28, 2021
package/vue/index.d.ts CHANGED
@@ -51,7 +51,7 @@ export declare interface FiveActionVueCallbacks {
51
51
  getPixels<T extends Uint8Array | Uint8ClampedArray = Uint8Array>(x: number, y: number, width: number, height: number, pixelRatio?: number, flipY?: boolean, buffer?: T): T;
52
52
  /**
53
53
  * 获取画面中的像素颜色
54
- * @param options 参数
54
+ * @param options - 参数
55
55
  * @returns
56
56
  */
57
57
  getPixels<T extends Uint8Array | Uint8ClampedArray = Uint8Array>(options: {
package/vue/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  * @realsee/five
4
- * Generated: 12/13/2024
5
- * Version: 6.4.0-alpha.2
4
+ * Generated: 2/27/2025
5
+ * Version: 6.4.0-alpha.21
6
6
  * Terms:
7
7
  * Realsee SDK License Agreement
8
8
  * Update: July 28, 2021
package/vue/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  * @realsee/five
4
- * Generated: 12/13/2024
5
- * Version: 6.4.0-alpha.2
4
+ * Generated: 2/27/2025
5
+ * Version: 6.4.0-alpha.21
6
6
  * Terms:
7
7
  * Realsee SDK License Agreement
8
8
  * Update: July 28, 2021
@@ -1 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>loadGlb | 如视 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.loadGlb.html">loadGlb</a></li></ul><h1>Function loadGlb</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class="tsd-signature tsd-anchor-link"><a id="loadGlb" class="tsd-anchor"></a><span class="tsd-kind-call-signature">load<wbr/>Glb</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">url</span>, <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/five.ParsedResultType.html" class="tsd-signature-type tsd-kind-type-alias">ParsedResultType</a><span class="tsd-signature-symbol">&gt;</span><a href="#loadGlb" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></li><li class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">url</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">options</span>: <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">fetcher</span><span class="tsd-signature-symbol">?: </span><a href="../classes/five.Fetcher.html" class="tsd-signature-type tsd-kind-class">Fetcher</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">upAxis</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">&quot;Y&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;Z&quot;</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = {}</span></span><ul class="tsd-parameters"><li class="tsd-parameter"><h5><code class="tsd-tag">Optional</code><span class="tsd-kind-property">fetcher</span><span class="tsd-signature-symbol">?: </span><a href="../classes/five.Fetcher.html" class="tsd-signature-type tsd-kind-class">Fetcher</a></h5></li><li class="tsd-parameter"><h5><code class="tsd-tag">Optional</code><span class="tsd-kind-property">up<wbr/>Axis</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">&quot;Y&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;Z&quot;</span></h5></li></ul></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../types/five.ParsedResultType.html" class="tsd-signature-type tsd-kind-type-alias">ParsedResultType</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources"><ul><li>Defined in lib/five/loaders/model/parsers/glb.ts:13</li></ul></aside></li></ul></section></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>