BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
813 stars 232 forks source link

SSAO2 Rendering Pipeline samples capped at 8 #376

Closed Quas94 closed 1 year ago

Quas94 commented 2 years ago

The number of samples is capped at a value of 8, which isn't enough - still resulting in a very large number of horizontal artifacts for me.

ssao2

I had a look in the code and found private _getSSAO2Inspector(): React.ReactNode in src/renderer/editor/components/inspectors/scene/rendering-inspector.tsx - it has samples set to max={32} - but it doesn't appear to be in use, or at the very least it's not what's rendering the section in the screenshot above.

julien-moreau commented 1 year ago

Hi @Quas94

This tool is related to the babylonjs inspector. I suggest that you post your feedback/request on the forum so the Babylon.JS core team will answer :)

To edit the SSAO instance in the editor, simply select the scene in the graph and select" Rendering" tab in the inspector to edit the samples count

Thanks!

Babylon.JS Forum: https://forum.babylonjs.com/