修改粗糙金属度

This commit is contained in:
2026-06-04 19:01:53 +08:00
parent bef0bf527b
commit 2abb61104a
10 changed files with 359968 additions and 371 deletions

View File

@ -36,6 +36,6 @@ export class AppLight extends Monobehiver {
Awake(): void {
// 主光源(模拟太阳)
const light = new DirectionalLight("sun", new Vector3(-1, -2, -1), this.mainApp.appScene.object);
light.intensity = 1.2;
light.intensity = 1;
}
}