What SSAO algorithm does Filament use? #7797
Nolram12345
started this conversation in
General
Replies: 1 comment 2 replies
-
Filament uses SAO. We don't use GTAO, just a technique from GTAO for the specific case of approximating multi-bounce AO ("colored" AO). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious about what SSAO algorithm Filament uses. From what I can tell, part of it is SAO (Scalable Ambient Obscurance), but there's also bits of GTAO it would seem?
Beta Was this translation helpful? Give feedback.
All reactions