| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b3548dd commit a774101
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -118,6 +118,12 @@ class PlotLayer3D extends Observable { | |||
| 118 | 118 | let plotLayer = this._getPlotLayer(); | |
| 119 | 119 | if (plotLayer) { | |
| 120 | 120 | removeExtendLayersPlot(this._linkTool, plot); | |
| 121 | + if(plot._positionBillboards){ | ||
| 122 | + this._viewer.scene.primitives.remove(plot._positionBillboards); | ||
| 123 | + } | ||
| 124 | + if(plot._shapeBillboards){ | ||
| 125 | + this._viewer.scene.primitives.remove(plot._shapeBillboards); | ||
| 126 | + } | ||
| 121 | 127 | return plotLayer.remove(plot); | |
| 122 | 128 | } | |
| 123 | 129 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments