@series-inc/rundot-3d-engine 0.6.16 → 0.6.17
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.
|
@@ -3074,7 +3074,7 @@ var VenusGame = class _VenusGame {
|
|
|
3074
3074
|
*/
|
|
3075
3075
|
applyRenderingConfig() {
|
|
3076
3076
|
this.renderer.shadowMap.enabled = this.config.shadowMapEnabled;
|
|
3077
|
-
this.renderer.shadowMap.type = this.config.shadowMapType === "pcf_soft" ? THREE7.PCFSoftShadowMap : THREE7.VSMShadowMap;
|
|
3077
|
+
this.renderer.shadowMap.type = this.config.shadowMapType === "basic" ? THREE7.BasicShadowMap : this.config.shadowMapType === "pcf_soft" ? THREE7.PCFSoftShadowMap : THREE7.VSMShadowMap;
|
|
3078
3078
|
this.renderer.shadowMap.autoUpdate = true;
|
|
3079
3079
|
this.renderer.outputColorSpace = THREE7.SRGBColorSpace;
|
|
3080
3080
|
if (this.config.toneMapping === "none") {
|
|
@@ -6549,4 +6549,4 @@ export {
|
|
|
6549
6549
|
PrefabLoader,
|
|
6550
6550
|
StowKitSystem
|
|
6551
6551
|
};
|
|
6552
|
-
//# sourceMappingURL=chunk-
|
|
6552
|
+
//# sourceMappingURL=chunk-PY4SEMYM.js.map
|