@d5techs/3dgs-lib 1.1.2 → 1.1.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.
- package/dist/3dgs-lib.cjs +1 -1
- package/dist/3dgs-lib.cjs.map +1 -1
- package/dist/3dgs-lib.js +1 -1
- package/dist/3dgs-lib.js.map +1 -1
- package/package.json +1 -1
package/dist/3dgs-lib.cjs
CHANGED
|
@@ -13136,7 +13136,7 @@ class HotspotManager {
|
|
|
13136
13136
|
console.warn("HotspotManager: OBJ 加载无网格");
|
|
13137
13137
|
return;
|
|
13138
13138
|
}
|
|
13139
|
-
const meshStartIndex = this.meshRenderer.
|
|
13139
|
+
const meshStartIndex = this.meshRenderer.getOverlayMeshCount();
|
|
13140
13140
|
let placedScale = 1;
|
|
13141
13141
|
let placedLocalCenter = [0, 0, 0];
|
|
13142
13142
|
const firstBbox = loadedMeshes[0].mesh.getLocalBoundingBox();
|