mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
wip
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
packages/frontend/assets/room/objects/monstera/soil.png
Normal file
BIN
packages/frontend/assets/room/objects/monstera/soil.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user