Jump to content

BABYLON SSAORenderingPipeline Settings


Arul
 Share

Recommended Posts

hi

i have attached the SSAO rendering output image SSAO.png, i want to remove the  "textile effect", i dont know how to set the value for getBlurHPostProcess and  getBlurVPostProcess blur width.Can you pls help me How to remove the textile effect.

 

This is my SSAO Settings 

var ssao = new BABYLON.SSAORenderingPipeline('ssaopipeline', scene, { ssaoRatio: 1, combineRatio: 1.0 });

ssao.fallOff = 0.000001
ssao.area =0.0075
ssao.radius = 0.0001
ssao.totalStrength = 1.0
ssao.base = 0.5;

ssao.getBlurHPostProcess().blurWidth = 0.1;

ssao.getBlurVPostProcess().blurWidth = 0.1;

 

Thanks

 

 

SSAO.png

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...