@xviewer.js/core 1.0.0-alpha.30 → 1.0.0-alpha.31
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/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -5125,7 +5125,7 @@ class EnvironmentPlugin extends Plugin {
|
|
|
5125
5125
|
};
|
|
5126
5126
|
this._debug = false;
|
|
5127
5127
|
this._debugNode = null;
|
|
5128
|
-
this.performance = _Performance.
|
|
5128
|
+
this.performance = _Performance.HIGH;
|
|
5129
5129
|
this.envMapIntensity = 1;
|
|
5130
5130
|
this.reflectExposure = 1;
|
|
5131
5131
|
this.reflectBlurIntensity = 5;
|