vis-core 0.21.18 → 0.21.19
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/index.js +1 -1
- package/dist/index.module.js +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.module.js
CHANGED
|
@@ -45558,7 +45558,7 @@ function createAreaLightMaterial(h) {
|
|
|
45558
45558
|
const e = new MeshBasicMaterial();
|
|
45559
45559
|
return e.color.setScalar(h), e;
|
|
45560
45560
|
}
|
|
45561
|
-
const version = "0.21.
|
|
45561
|
+
const version = "0.21.19";
|
|
45562
45562
|
class Event {
|
|
45563
45563
|
constructor() {
|
|
45564
45564
|
M0(this, "event", new EventEmitter());
|
|
@@ -46879,7 +46879,7 @@ class Base extends Event {
|
|
|
46879
46879
|
bloom: !0,
|
|
46880
46880
|
ssao: !0,
|
|
46881
46881
|
ssaoParams: {
|
|
46882
|
-
minDistance:
|
|
46882
|
+
minDistance: 1e-3
|
|
46883
46883
|
},
|
|
46884
46884
|
scene: {
|
|
46885
46885
|
background: new Color$1(0)
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "0.21.
|
|
1
|
+
declare const _default: "0.21.19";
|
|
2
2
|
export default _default;
|