@realsee/five 6.3.0-alpha.1 → 6.3.0-alpha.3

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.
@@ -1,6 +1,8 @@
1
1
  <!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PBMParameters | 如视 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.PBMParameters.html">PBMParameters</a></li></ul><h1>Interface PBMParameters</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>PBM 材质参数</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">PBMParameters</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#brightness">brightness</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#clippers">clippers</a><span class="tsd-signature-symbol">: </span><a href="five.ClipperParameter.html" class="tsd-signature-type tsd-kind-interface">ClipperParameter</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#constantColor">constantColor</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Vector3</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#evennessPlane">evennessPlane</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span><span class="tsd-kind-property">depth</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">points</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Vector3</span><span class="tsd-signature-symbol">[]</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><a class="tsd-kind-property" href="five.PBMParameters.html#floorStyle">floorStyle</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;VISIBILITY&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;OPACITY&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#gradientTexture">gradientTexture</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Texture</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#modelAlpha">modelAlpha</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#opacity">opacity</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pano0">pano0</a><span class="tsd-signature-symbol">: </span><a href="five.PBMPanoPicture.html" class="tsd-signature-type tsd-kind-interface">PBMPanoPicture</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pano1">pano1</a><span class="tsd-signature-symbol">: </span><a href="five.PBMPanoPicture.html" class="tsd-signature-type tsd-kind-interface">PBMPanoPicture</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointAppearAnimationDuration">pointAppearAnimationDuration</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointBack">pointBack</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;VISIBLE&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;HIDDEN&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;DARK&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointColor">pointColor</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;RGB&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;ALTITUDE&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointMaxPixel">pointMaxPixel</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointMinPixel">pointMinPixel</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointScale">pointScale</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointShape">pointShape</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;SQUARE&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;CIRCLE&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointSize">pointSize</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;FIXED&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;ATTENUATION&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;GEOMETRIC&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#progress">progress</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#shownFloorIndex">shownFloorIndex</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#transition">transition</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;BLACK&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;SPREAD&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;FADE&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#useEDL">useEDL</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#useHQDepth">useHQDepth</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#useHQWeight">useHQWeight</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel"><h4>Implemented by</h4><ul class="tsd-hierarchy"><li><a href="../classes/five.PBMMeshMaterial.html" class="tsd-signature-type tsd-kind-class">PBMMeshMaterial</a></li><li><a href="../classes/five.PBMPointCloudMaterial.html" class="tsd-signature-type tsd-kind-class">PBMPointCloudMaterial</a></li></ul></section><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:21</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="five.PBMParameters.html#brightness" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>brightness</span></a>
2
+ </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">PBMParameters</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#brightness">brightness</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#clippers">clippers</a><span class="tsd-signature-symbol">: </span><a href="five.ClipperParameter.html" class="tsd-signature-type tsd-kind-interface">ClipperParameter</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#colorBrightness">colorBrightness</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#colorSaturation">colorSaturation</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#constantColor">constantColor</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Vector3</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#evennessPlane">evennessPlane</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span><span class="tsd-kind-property">depth</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">points</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Vector3</span><span class="tsd-signature-symbol">[]</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><a class="tsd-kind-property" href="five.PBMParameters.html#floorStyle">floorStyle</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;VISIBILITY&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;OPACITY&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#gradientTexture">gradientTexture</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Texture</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#modelAlpha">modelAlpha</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#opacity">opacity</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pano0">pano0</a><span class="tsd-signature-symbol">: </span><a href="five.PBMPanoPicture.html" class="tsd-signature-type tsd-kind-interface">PBMPanoPicture</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pano1">pano1</a><span class="tsd-signature-symbol">: </span><a href="five.PBMPanoPicture.html" class="tsd-signature-type tsd-kind-interface">PBMPanoPicture</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointAppearAnimationDuration">pointAppearAnimationDuration</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointBack">pointBack</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;VISIBLE&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;HIDDEN&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;DARK&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointColor">pointColor</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;RGB&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;ALTITUDE&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointEffect">pointEffect</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointMaxPixel">pointMaxPixel</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointMinPixel">pointMinPixel</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointScale">pointScale</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointShape">pointShape</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;SQUARE&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;CIRCLE&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#pointSize">pointSize</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;FIXED&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;ATTENUATION&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;GEOMETRIC&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#progress">progress</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#shownFloorIndex">shownFloorIndex</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#transition">transition</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">&quot;BLACK&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;SPREAD&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;FADE&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#useEDL">useEDL</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#useHQDepth">useHQDepth</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="five.PBMParameters.html#useHQWeight">useHQWeight</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel"><h4>Implemented by</h4><ul class="tsd-hierarchy"><li><a href="../classes/five.PBMMeshMaterial.html" class="tsd-signature-type tsd-kind-class">PBMMeshMaterial</a></li><li><a href="../classes/five.PBMPointCloudMaterial.html" class="tsd-signature-type tsd-kind-class">PBMPointCloudMaterial</a></li></ul></section><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:21</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="five.PBMParameters.html#brightness" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>brightness</span></a>
3
3
  <a href="five.PBMParameters.html#clippers" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>clippers</span></a>
4
+ <a href="five.PBMParameters.html#colorBrightness" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color<wbr/>Brightness</span></a>
5
+ <a href="five.PBMParameters.html#colorSaturation" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color<wbr/>Saturation</span></a>
4
6
  <a href="five.PBMParameters.html#constantColor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>constant<wbr/>Color</span></a>
5
7
  <a href="five.PBMParameters.html#evennessPlane" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>evenness<wbr/>Plane</span></a>
6
8
  <a href="five.PBMParameters.html#floorStyle" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>floor<wbr/>Style</span></a>
@@ -12,6 +14,7 @@
12
14
  <a href="five.PBMParameters.html#pointAppearAnimationDuration" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Appear<wbr/>Animation<wbr/>Duration</span></a>
13
15
  <a href="five.PBMParameters.html#pointBack" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Back</span></a>
14
16
  <a href="five.PBMParameters.html#pointColor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Color</span></a>
17
+ <a href="five.PBMParameters.html#pointEffect" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Effect</span></a>
15
18
  <a href="five.PBMParameters.html#pointMaxPixel" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Max<wbr/>Pixel</span></a>
16
19
  <a href="five.PBMParameters.html#pointMinPixel" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Min<wbr/>Pixel</span></a>
17
20
  <a href="five.PBMParameters.html#pointScale" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Scale</span></a>
@@ -25,20 +28,23 @@
25
28
  <a href="five.PBMParameters.html#useHQWeight" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>useHQWeight</span></a>
26
29
  </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="brightness" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>brightness</span><a href="#brightness" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">brightness</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>亮度</p>
27
30
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:41</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="clippers" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>clippers</span><a href="#clippers" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">clippers</span><span class="tsd-signature-symbol">:</span> <a href="five.ClipperParameter.html" class="tsd-signature-type tsd-kind-interface">ClipperParameter</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>模型裁切参数(工程侧调用)</p>
28
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:39</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="constantColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constant<wbr/>Color</span><a href="#constantColor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">constant<wbr/>Color</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Vector3</span></div><div class="tsd-comment tsd-typography"><p>模型颜色</p>
31
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:39</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="colorBrightness" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>color<wbr/>Brightness</span><a href="#colorBrightness" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">color<wbr/>Brightness</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>亮度调整值</p>
32
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:71</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="colorSaturation" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>color<wbr/>Saturation</span><a href="#colorSaturation" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">color<wbr/>Saturation</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>饱和度调整值</p>
33
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:69</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="constantColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constant<wbr/>Color</span><a href="#constantColor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">constant<wbr/>Color</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Vector3</span></div><div class="tsd-comment tsd-typography"><p>模型颜色</p>
29
34
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:43</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="evennessPlane" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>evenness<wbr/>Plane</span><a href="#evennessPlane" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">evenness<wbr/>Plane</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">depth</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">points</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Vector3</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-comment tsd-typography"><p>点云平整度</p>
30
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:69</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="floorStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>floor<wbr/>Style</span><a href="#floorStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">floor<wbr/>Style</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;VISIBILITY&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;OPACITY&quot;</span></div><div class="tsd-comment tsd-typography"><p>楼层样式</p>
31
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:35</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="gradientTexture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>gradient<wbr/>Texture</span><a href="#gradientTexture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">gradient<wbr/>Texture</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Texture</span></div><div class="tsd-comment tsd-typography"><p>高程彩色图</p>
32
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:67</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="modelAlpha" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>model<wbr/>Alpha</span><a href="#modelAlpha" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">model<wbr/>Alpha</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>模型贴图和全景图的混合程度 [0-1]</p>
35
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:75</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="floorStyle" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>floor<wbr/>Style</span><a href="#floorStyle" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">floor<wbr/>Style</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;VISIBILITY&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;OPACITY&quot;</span></div><div class="tsd-comment tsd-typography"><p>楼层样式</p>
36
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:35</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="gradientTexture" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>gradient<wbr/>Texture</span><a href="#gradientTexture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">gradient<wbr/>Texture</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Texture</span></div><div class="tsd-comment tsd-typography"><p>高程着色材质</p>
37
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:73</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="modelAlpha" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>model<wbr/>Alpha</span><a href="#modelAlpha" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">model<wbr/>Alpha</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>模型贴图和全景图的混合程度 [0-1]</p>
33
38
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:27</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="opacity" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>opacity</span><a href="#opacity" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">opacity</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>模型透明度</p>
34
39
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:33</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pano0" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pano0</span><a href="#pano0" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">pano0</span><span class="tsd-signature-symbol">:</span> <a href="five.PBMPanoPicture.html" class="tsd-signature-type tsd-kind-interface">PBMPanoPicture</a></div><div class="tsd-comment tsd-typography"><p>起始点</p>
35
40
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:23</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pano1" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>pano1</span><a href="#pano1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">pano1</span><span class="tsd-signature-symbol">:</span> <a href="five.PBMPanoPicture.html" class="tsd-signature-type tsd-kind-interface">PBMPanoPicture</a></div><div class="tsd-comment tsd-typography"><p>结束点</p>
36
41
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:25</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointAppearAnimationDuration" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Appear<wbr/>Animation<wbr/>Duration</span><a href="#pointAppearAnimationDuration" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Appear<wbr/>Animation<wbr/>Duration</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>点云出现动画时间</p>
37
42
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:61</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointBack" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Back</span><a href="#pointBack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Back</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;VISIBLE&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;HIDDEN&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;DARK&quot;</span></div><div class="tsd-comment tsd-typography"><p>点云背面绘制方式</p>
38
43
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:57</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointColor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Color</span><a href="#pointColor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Color</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;RGB&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;ALTITUDE&quot;</span></div><div class="tsd-comment tsd-typography"><p>点云着色方式</p>
39
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:53</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointMaxPixel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Max<wbr/>Pixel</span><a href="#pointMaxPixel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Max<wbr/>Pixel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>点云最大尺寸</p>
40
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:65</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointMinPixel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Min<wbr/>Pixel</span><a href="#pointMinPixel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Min<wbr/>Pixel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>点云最小尺寸</p>
41
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:63</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointScale" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Scale</span><a href="#pointScale" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Scale</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>点云基础大小</p>
44
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:53</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointEffect" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Effect</span><a href="#pointEffect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Effect</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>点云特效</p>
45
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:63</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointMaxPixel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Max<wbr/>Pixel</span><a href="#pointMaxPixel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Max<wbr/>Pixel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>点云最大尺寸</p>
46
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:67</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointMinPixel" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Min<wbr/>Pixel</span><a href="#pointMinPixel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Min<wbr/>Pixel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>点云最小尺寸</p>
47
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:65</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointScale" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Scale</span><a href="#pointScale" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Scale</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>点云基础大小</p>
42
48
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:59</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointShape" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Shape</span><a href="#pointShape" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Shape</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;SQUARE&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;CIRCLE&quot;</span></div><div class="tsd-comment tsd-typography"><p>点云形状</p>
43
49
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:51</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="pointSize" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>point<wbr/>Size</span><a href="#pointSize" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">point<wbr/>Size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;FIXED&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;ATTENUATION&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;GEOMETRIC&quot;</span></div><div class="tsd-comment tsd-typography"><p>点云大小绘制方式</p>
44
50
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:55</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="progress" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>progress</span><a href="#progress" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">progress</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>全景图混合程度 [0-1]</p>
@@ -47,4 +53,4 @@
47
53
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:31</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="useEDL" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>useEDL</span><a href="#useEDL" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">useEDL</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>是否使用EDL</p>
48
54
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:45</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="useHQDepth" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>useHQDepth</span><a href="#useHQDepth" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">useHQDepth</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>是否使用HQ_DEPTH_MASK</p>
49
55
  </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:49</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="useHQWeight" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>useHQWeight</span><a href="#useHQWeight" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">useHQWeight</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>是否使用HQ</p>
50
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:47</li></ul></aside></section></section></details></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><details open class="tsd-accordion tsd-page-navigation"><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>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#brightness" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>brightness</span></a><a href="#clippers" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>clippers</span></a><a href="#constantColor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>constant<wbr/>Color</span></a><a href="#evennessPlane" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>evenness<wbr/>Plane</span></a><a href="#floorStyle" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>floor<wbr/>Style</span></a><a href="#gradientTexture" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>gradient<wbr/>Texture</span></a><a href="#modelAlpha" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>model<wbr/>Alpha</span></a><a href="#opacity" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>opacity</span></a><a href="#pano0" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pano0</span></a><a href="#pano1" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pano1</span></a><a href="#pointAppearAnimationDuration" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Appear<wbr/>Animation<wbr/>Duration</span></a><a href="#pointBack" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Back</span></a><a href="#pointColor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Color</span></a><a href="#pointMaxPixel" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Max<wbr/>Pixel</span></a><a href="#pointMinPixel" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Min<wbr/>Pixel</span></a><a href="#pointScale" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Scale</span></a><a href="#pointShape" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Shape</span></a><a href="#pointSize" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Size</span></a><a href="#progress" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>progress</span></a><a href="#shownFloorIndex" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>shown<wbr/>Floor<wbr/>Index</span></a><a href="#transition" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>transition</span></a><a href="#useEDL" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>useEDL</span></a><a href="#useHQDepth" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>useHQDepth</span></a><a href="#useHQWeight" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>useHQWeight</span></a></div></details></div></details></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>
56
+ </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:47</li></ul></aside></section></section></details></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><details open class="tsd-accordion tsd-page-navigation"><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>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#brightness" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>brightness</span></a><a href="#clippers" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>clippers</span></a><a href="#colorBrightness" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color<wbr/>Brightness</span></a><a href="#colorSaturation" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>color<wbr/>Saturation</span></a><a href="#constantColor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>constant<wbr/>Color</span></a><a href="#evennessPlane" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>evenness<wbr/>Plane</span></a><a href="#floorStyle" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>floor<wbr/>Style</span></a><a href="#gradientTexture" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>gradient<wbr/>Texture</span></a><a href="#modelAlpha" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>model<wbr/>Alpha</span></a><a href="#opacity" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>opacity</span></a><a href="#pano0" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pano0</span></a><a href="#pano1" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pano1</span></a><a href="#pointAppearAnimationDuration" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Appear<wbr/>Animation<wbr/>Duration</span></a><a href="#pointBack" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Back</span></a><a href="#pointColor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Color</span></a><a href="#pointEffect" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Effect</span></a><a href="#pointMaxPixel" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Max<wbr/>Pixel</span></a><a href="#pointMinPixel" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Min<wbr/>Pixel</span></a><a href="#pointScale" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Scale</span></a><a href="#pointShape" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Shape</span></a><a href="#pointSize" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>point<wbr/>Size</span></a><a href="#progress" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>progress</span></a><a href="#shownFloorIndex" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>shown<wbr/>Floor<wbr/>Index</span></a><a href="#transition" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>transition</span></a><a href="#useEDL" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>useEDL</span></a><a href="#useHQDepth" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>useHQDepth</span></a><a href="#useHQWeight" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>useHQWeight</span></a></div></details></div></details></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>defaultPbmParameters | 如视 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.defaultPbmParameters.html">defaultPbmParameters</a></li></ul><h1>Variable defaultPbmParameters<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">default<wbr/>Pbm<wbr/>Parameters</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/five.PBMParameters.html" class="tsd-signature-type tsd-kind-interface">PBMParameters</a><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:84</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>defaultPbmParameters | 如视 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.defaultPbmParameters.html">defaultPbmParameters</a></li></ul><h1>Variable defaultPbmParameters<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">default<wbr/>Pbm<wbr/>Parameters</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/five.PBMParameters.html" class="tsd-signature-type tsd-kind-interface">PBMParameters</a><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/pbmParameters.ts:90</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
@@ -2545,12 +2545,18 @@ export declare class PBMMeshMaterial extends THREE_2.ShaderMaterial implements P
2545
2545
  pointBack: PBMParameters['pointBack'];
2546
2546
  /** 点云出现动画时间 */
2547
2547
  pointAppearAnimationDuration: PBMParameters['pointAppearAnimationDuration'];
2548
+ /** 点云特效 */
2549
+ pointEffect: number;
2548
2550
  /** 点云像素最小值*/
2549
2551
  pointMinPixel: PBMParameters['pointMinPixel'];
2550
2552
  /** 点云像素最大值*/
2551
2553
  pointMaxPixel: PBMParameters['pointMaxPixel'];
2552
2554
  /** 高程彩色图*/
2553
2555
  gradientTexture: PBMParameters['gradientTexture'];
2556
+ /** HSV饱和度调整值*/
2557
+ colorSaturation: number;
2558
+ /** HSV亮度调整值*/
2559
+ colorBrightness: number;
2554
2560
  /** 所属楼层*/
2555
2561
  floor: number;
2556
2562
  /** 点云平整度*/
@@ -2615,11 +2621,17 @@ export declare interface PBMParameters {
2615
2621
  pointScale: number;
2616
2622
  /** 点云出现动画时间 */
2617
2623
  pointAppearAnimationDuration: number;
2624
+ /** 点云特效 */
2625
+ pointEffect: number;
2618
2626
  /** 点云最小尺寸*/
2619
2627
  pointMinPixel: number;
2620
2628
  /** 点云最大尺寸*/
2621
2629
  pointMaxPixel: number;
2622
- /** 高程彩色图*/
2630
+ /** 饱和度调整值*/
2631
+ colorSaturation: number;
2632
+ /** 亮度调整值*/
2633
+ colorBrightness: number;
2634
+ /** 高程着色材质*/
2623
2635
  gradientTexture: THREE_2.Texture | null;
2624
2636
  /** 点云平整度*/
2625
2637
  evennessPlane: {
@@ -2677,6 +2689,8 @@ export declare class PBMPointCloudMaterial extends THREE_2.ShaderMaterial implem
2677
2689
  pointBack: PBMParameters['pointBack'];
2678
2690
  /** 点云出现动画时间 */
2679
2691
  pointAppearAnimationDuration: PBMParameters['pointAppearAnimationDuration'];
2692
+ /** 点云特效 */
2693
+ pointEffect: number;
2680
2694
  /** 点云像素最小值*/
2681
2695
  pointMinPixel: PBMParameters['pointMinPixel'];
2682
2696
  /** 点云像素最大值*/
@@ -2685,6 +2699,10 @@ export declare class PBMPointCloudMaterial extends THREE_2.ShaderMaterial implem
2685
2699
  gradientTexture: PBMParameters['gradientTexture'];
2686
2700
  /** 所属楼层*/
2687
2701
  floor: number;
2702
+ /** 饱HSV和度调整值*/
2703
+ colorSaturation: number;
2704
+ /** HSV亮度调整值*/
2705
+ colorBrightness: number;
2688
2706
  /** 点云平整度*/
2689
2707
  evennessPlane: {
2690
2708
  depth: number;