Arul Posted February 11, 2016 Share Posted February 11, 2016 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 Quote Link to comment Share on other sites More sharing options...
julien-moreau Posted February 11, 2016 Share Posted February 11, 2016 Hi Arul ! To limit the "textile" effect, you should set the blur widths to 2.0 (not less, not more) Also, to limit more the textile effect, you can play with the fallOff (that smoothes the effect) and set it higher, like 0.0001 Can you play with the fallOff ? Can you also create a playground to repro case ? Arul 1 Quote Link to comment Share on other sites More sharing options...
Arul Posted February 15, 2016 Author Share Posted February 15, 2016 HI Wow its working. Thank you for your replay. this is my playground link http://www.babylonjs-playground.com/#1HCCT2#12 i want more realistic depth and smooth, can you pls tell me correct settings. thanks Quote Link to comment Share on other sites More sharing options...
julien-moreau Posted February 16, 2016 Share Posted February 16, 2016 This looks good : http://www.babylonjs-playground.com/#1HCCT2#17 An update of the SSAO rendering pipeline is coming soon. I'll be smoother where an additional internal pass will remove the textile effect Arul 1 Quote Link to comment Share on other sites More sharing options...
Arul Posted February 17, 2016 Author Share Posted February 17, 2016 Thanks you very much But i will expect with sharp edges, see this link - http://alteredqualia.com/three/examples/webgl_postprocessing_ssao.html Quote Link to comment Share on other sites More sharing options...
jerome Posted February 17, 2016 Share Posted February 17, 2016 why those guys from ThreeJS always have the nicest cars in their demos ?! julien-moreau 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.