@jdultra/threedtiles 13.0.29 → 13.0.30

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.
@@ -193,7 +193,6 @@ export class OGC3DTile extends THREE.Object3D<THREE.Object3DEventMap> {
193
193
  * @param {Number} geometricErrorMultiplier set the LOD multiplier for the entire tileset
194
194
  */
195
195
  setGeometricErrorMultiplier(geometricErrorMultiplier: number): void;
196
- splatsReady: boolean | undefined;
197
196
  /**
198
197
  * Set the Distance Bias for the tileset.
199
198
  * the {@param distanceBias} can be a number between 0 and infinity.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jdultra/threedtiles",
3
- "version": "13.0.29",
3
+ "version": "13.0.30",
4
4
  "author": "Emeric Beaufays",
5
5
  "description": "An OGC 3DTiles viewer for Three.js",
6
6
  "main": "dist/threedtiles.cjs.js",