@colijnit/corecomponents_v12 254.1.7 → 254.1.8

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.
@@ -4381,7 +4381,7 @@
4381
4381
  }
4382
4382
  }, false);
4383
4383
  this.object = new CSS3DRenderer.CSS3DObject(this._element);
4384
- var geometry = new three.PlaneBufferGeometry(width, height);
4384
+ var geometry = new three.PlaneGeometry(width, height);
4385
4385
  this.mesh = new three.Mesh(geometry, options.tileMaterial);
4386
4386
  this.mesh.castShadow = true;
4387
4387
  }