vis-core 0.19.3 → 0.19.4

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.
@@ -28868,7 +28868,7 @@ class OM {
28868
28868
  }),
28869
28869
  "baseTexture"
28870
28870
  );
28871
- c.needsSwap = !0, this.bloomComposer = o, this.finalComposer.addPass(c), this.bloomLayer.set(g1);
28871
+ c.needsSwap = !0, this.bloomComposer = o, this.finalComposer.addPass(c), this.mixPass = c, this.bloomLayer.set(g1);
28872
28872
  }
28873
28873
  addBloomGui(t) {
28874
28874
  this.bloomComposer && new HV({
@@ -28916,13 +28916,13 @@ class OM {
28916
28916
  (i = this.bloomComposer) == null || i.setSize(t, e), this.finalComposer.setSize(t, e);
28917
28917
  }
28918
28918
  render() {
28919
- this.active && (this.bloomComposerActive && this.bloomComposer && (this.scene.traverse((t) => {
28919
+ this.active && (this.bloomComposerActive && this.bloomComposer ? (this.mixPass.enabled = !0, this.scene.traverse((t) => {
28920
28920
  const e = t;
28921
28921
  e.isMesh && this.bloomLayer.test(e.layers) === !1 && (this.bloomMaterials[e.uuid] = e.material, e.material = AM);
28922
28922
  }), this.bloomComposer.render(), this.scene.traverse((t) => {
28923
28923
  const e = t;
28924
28924
  this.bloomMaterials[e.uuid] && (e.material = this.bloomMaterials[e.uuid], delete this.bloomMaterials[e.uuid]);
28925
- })), this.finalComposer.render());
28925
+ })) : this.mixPass && (this.mixPass.enabled = !1), this.finalComposer.render());
28926
28926
  }
28927
28927
  render2() {
28928
28928
  this.active;
@@ -40188,7 +40188,7 @@ function ra(s) {
40188
40188
  const t = new jt();
40189
40189
  return t.color.setScalar(s), t;
40190
40190
  }
40191
- const Hf = "0.19.3";
40191
+ const Hf = "0.19.4";
40192
40192
  class Yk {
40193
40193
  constructor() {
40194
40194
  A(this, "event", new ty());
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.19.3";
1
+ declare const _default: "0.19.4";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.19.3",
3
+ "version": "0.19.4",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version &&PUBLIC_EXCLUDE=public/city bundler",
@@ -66,7 +66,7 @@
66
66
  "esus-lite": "^0.2.2",
67
67
  "events": "^3.3.0",
68
68
  "geojson-cn": "^0.1.29",
69
- "gl-draw": "0.10.3",
69
+ "gl-draw": "0.10.4",
70
70
  "jsrsasign": "^11.1.0",
71
71
  "lodash-es": "^4.17.21"
72
72
  },