Jump to content

How to achieve a better SSAO effect?


Sirius_H
 Share

Recommended Posts

Hi,

i have tried SSAO but found it really hard adjusting parameters...the shadow part is either too noisy or too unapparent, and anti-alias is gone when SSAO is enabled. So is there a perfect parameter setting or something? And is it possible to have both SSAO and anti-alias at the same time?
by the way, is the parameter ssaoRatio related to performance? it seems that bigger ssaoRatio leads to lower performance.

var ssao = new BABYLON.SSAORenderingPipeline('ssaopipeline', scene, { ssaoRatio: 0.5, combineRatio: 1.0 }, [camera]);
 
here is my code below:
 
Thanks!
Link to comment
Share on other sites

With SSAO 2 and defaultpipeline 's fxaa antialiasing it looks slightly better:
https://playground.babylonjs.com/#FUMYH5#3


But, SSAO is one of the effects (like chromatic aberration or Depth of field) in my opinion, that you just can't 'enable' and you are OK, it has to have an artistic value, or a good setting that means something in that scene, like with a low poly setting it emulates a bit of global illumination (darker in cavities) or enhances cavity or details of vegetation.
Most of the time it just makes things worse than before. (For me :) )

ssaoRatio is the size of the effect, so 0.5 means half resolution.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
On 2018/3/26 at 9:30 PM, BitOfGold said:

With SSAO 2 and defaultpipeline 's fxaa antialiasing it looks slightly better:
https://playground.babylonjs.com/#FUMYH5#3


But, SSAO is one of the effects (like chromatic aberration or Depth of field) in my opinion, that you just can't 'enable' and you are OK, it has to have an artistic value, or a good setting that means something in that scene, like with a low poly setting it emulates a bit of global illumination (darker in cavities) or enhances cavity or details of vegetation.
Most of the time it just makes things worse than before. (For me :) )

ssaoRatio is the size of the effect, so 0.5 means half resolution.

Thanks a lot for your SSAO 2 demo! I like that scene :D Of course this scene is not really what I'm working with, but the parameters do help a lot.

Link to comment
Share on other sites

  • 5 months later...

@BitOfGold is there any other way of tweaking the performance of SSAO2? I've tried adjusting the params, but it doesn't really seem to affect performance much, while still giving me a considerably worse SSAO effect. Also does SSAO2 require Webgl2? At least my iPhone throws and refuses to run. I have a pretty low poly scene, and love the depth fake GI gives, even better than what actually shadows can do.

I also tried SSAO(1), which does seem to perform well, but in now way gives a good enough effect (lots of artifacts, and either too strong an effect or not visible at all). 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...