itowns 2.43.2-next.6 → 2.43.2-next.7

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.
@@ -390,7 +390,7 @@ class PointsMaterial extends THREE.ShaderMaterial {
390
390
  }
391
391
  }
392
392
  recomputeClassification() {
393
- const needTransparency = recomputeTexture(this.classificationScheme, this.classificationTexture, 32);
393
+ const needTransparency = recomputeTexture(this.classificationScheme, this.classificationTexture, 256);
394
394
  this.userData.needTransparency[PNTS_MODE.CLASSIFICATION] = needTransparency;
395
395
  this.dispatchEvent({
396
396
  type: 'material_property_changed',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itowns",
3
- "version": "2.43.2-next.6",
3
+ "version": "2.43.2-next.7",
4
4
  "description": "A JS/WebGL framework for 3D geospatial data visualization",
5
5
  "type": "module",
6
6
  "main": "lib/Main.js",