This commit is contained in:
syuilo
2026-02-11 15:37:16 +09:00
parent a0e318b43f
commit 24a7131b0b
4 changed files with 7 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -432,13 +432,13 @@ export class RoomEngine {
//postProcess2.exposure = 2;
//postProcess2.contrast = 0.9;
const ssao = new BABYLON.SSAORenderingPipeline('ssao', this.scene, {
ssaoRatio: 4,
combineRatio: 1,
});
ssao.radius = 0.0001;
ssao.totalStrength = 0.8;
this.scene.postProcessRenderPipelineManager.attachCamerasToRenderPipeline('ssao', this.camera);
//const ssao = new BABYLON.SSAORenderingPipeline('ssao', this.scene, {
// ssaoRatio: 4,
// combineRatio: 1,
//});
//ssao.radius = 0.0001;
//ssao.totalStrength = 0.8;
//this.scene.postProcessRenderPipelineManager.attachCamerasToRenderPipeline('ssao', this.camera);
//const lensEffect = new BABYLON.LensRenderingPipeline('lens', {
// edge_blur: 1.0,