remove all z_near far params in engine calls, enable ssao again (#2956)

* remove all z_near far params in engine calls, enable ssao again

* fmt
This commit is contained in:
Kurt Hutten
2024-07-09 06:53:33 +10:00
committed by GitHub
parent 74ec749560
commit e8cae630a1
4 changed files with 9 additions and 39 deletions

View File

@ -157,7 +157,7 @@ export function createSettings() {
),
}),
enableSSAO: new Setting<boolean>({
defaultValue: false,
defaultValue: true,
description:
'Whether or not Screen Space Ambient Occlusion (SSAO) is enabled',
validate: (v) => typeof v === 'boolean',