iflow-engine-base 3.7.4 → 3.7.5
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.
|
@@ -33498,7 +33498,7 @@ class aR {
|
|
|
33498
33498
|
this.setShadows(!0), this.setGTAO(!1), this.setSSAO(!1), this.setSaturation(!0);
|
|
33499
33499
|
break;
|
|
33500
33500
|
case "advanced":
|
|
33501
|
-
this.setShadows(!0), this.
|
|
33501
|
+
this.setShadows(!0), this.setGTAO(!0), this.setSSAO(!1), this.setSaturation(!0);
|
|
33502
33502
|
break;
|
|
33503
33503
|
default:
|
|
33504
33504
|
console.warn(`[EngineModelModule] Unknown mode: ${e}`);
|
|
@@ -38092,7 +38092,8 @@ class e3 {
|
|
|
38092
38092
|
}
|
|
38093
38093
|
/** 鐩存帴璁剧疆鍦烘櫙涓幆澧冨厜鐨勫己搴?*/
|
|
38094
38094
|
setAmbientLightIntensity(e) {
|
|
38095
|
-
this.engine.renderer
|
|
38095
|
+
const t = this.engine.renderer;
|
|
38096
|
+
t && (t.toneMapping === _.NoToneMapping && (t.toneMapping = _.ACESFilmicToneMapping), t.toneMappingExposure = 2 * e, t.toneMappingExposure == 1 ? this.engine.renderer.toneMapping = 0 : this.engine.renderer.toneMapping = _.ACESFilmicToneMapping);
|
|
38096
38097
|
}
|
|
38097
38098
|
// ==================== 绉佹湁鏂规硶 ====================
|
|
38098
38099
|
/** 涓€娆℃€у簲鐢ㄦ墍鏈夋覆鏌撹缃?*/
|
|
@@ -54273,7 +54274,7 @@ class bU {
|
|
|
54273
54274
|
// 业务数据
|
|
54274
54275
|
models = [];
|
|
54275
54276
|
reactBoundingClientRect = { left: 0, top: 0 };
|
|
54276
|
-
version = "3.7.
|
|
54277
|
+
version = "3.7.5";
|
|
54277
54278
|
versionEl = null;
|
|
54278
54279
|
// 引擎容器
|
|
54279
54280
|
container;
|