OpenGL - SSAO (screen space ambient occlusion)

  Рет қаралды 36,238

Brian Will

Brian Will

Күн бұрын

Пікірлер: 28
@ja100o
@ja100o 4 жыл бұрын
9:03 I´m currently replaying Far Cry 3 and I noticed that outline around characters and objects. Now I know why it´s there. Thank you very much!
@chofthch
@chofthch 2 жыл бұрын
im late but use hbao or hdao
@ja100o
@ja100o 2 жыл бұрын
@@chofthch thanks, I'll remember it for my next playthrough:D🫡
@chofthch
@chofthch 2 жыл бұрын
@@ja100o you are welcome
@JstaChillGuy
@JstaChillGuy 5 жыл бұрын
I'm glad I could find a video explaining what exactly SSAO is and what it does and what the difference in with and without it is/looks like. (I had to know for in-game graphics settings if I need/want it) Thumbs up. PS: Nice voice btw.
@Vagelis_Prokopiou
@Vagelis_Prokopiou 5 жыл бұрын
Thanks Brian. Excellent 👌
@SaintP0int
@SaintP0int 5 жыл бұрын
Thanks! I came here only looking for general idea of SSAO, and diagram helped me a lot!
@angieouchakova9107
@angieouchakova9107 5 жыл бұрын
great explanation, thanks!
@walidyider7766
@walidyider7766 9 ай бұрын
THANKK YOUUU SO MUUUCH
@jeroen3648
@jeroen3648 3 жыл бұрын
Thank you for this clear explaination :>
@LochNessHamster
@LochNessHamster 3 жыл бұрын
Ambient occlusion is like the drop shadow of 3D lighting.
@xpez9694
@xpez9694 3 ай бұрын
og cheats to make things look good regardless of render time..
@raghul1208
@raghul1208 2 жыл бұрын
nice playlist
@dmitrykolesnikovich
@dmitrykolesnikovich 4 жыл бұрын
Thank you so much for this video
@veggiet2009
@veggiet2009 2 жыл бұрын
Ambient occlusion is a good approximation for situations where direct illumination is not present. But then in the real world nothing really distinguishes an "emitted" light ray from a "reflected" light ray. But where a strong light is not present and where textures are less reflective, the lights get bounced in multiple directions the more light that gets sent in multiple directions either through diffuse reflection, or refraction, the more that light will appear like what we think of as "ambient" lighting
@syntaxed2
@syntaxed2 11 ай бұрын
There are no light "rays" in nature...just photons. Photons are particles, and particles are quantum objects - a quanta of a vibration in the electromagnetic field. They have wave-duality, meaning they are both particles and waves at the same time. They may also be entangled to other stuff. They dont bounce but rather get entangled to matter particles in varying degrees. We cant simulate any of this.
@staticminds2715
@staticminds2715 4 жыл бұрын
hey can you make some reshade filters ????? that do this
@187onaPigeon
@187onaPigeon 4 жыл бұрын
I am trying some OpenGL for the firsf time and 2 days ago 95% of this code would have been very confusing. I will try this later for sure. Thanks!
@Interestingworld4567
@Interestingworld4567 4 жыл бұрын
Try the VULKAN API
@CodeParticles
@CodeParticles 2 жыл бұрын
@Brian Will, I apologize for commenting 3 years so late, but is it possible to do a follow up on the improved SSAO called HBAO+? (Horizontal Based Ambient Occlusion? I read this on Nvidia papers, and they confirmed its better than SSAO in every way and even 3x more efficient?
@AssassinGrudge
@AssassinGrudge 5 жыл бұрын
wait ao is the number of samples that are occluded from point of view ?
@pelecyphora1
@pelecyphora1 4 жыл бұрын
A g8t explanation
@lisyarus
@lisyarus 4 жыл бұрын
Your way of generating a random vector inside a hemisphere doesn't produce a uniform distribution, since the probability around the four "corners" (±1, ±1, 1) is higher than in other areas. A better way would be to use rejection sampling: instead of normalizing the vector & making a random length, just check if it is inside the hemisphere, otherwise generate a new vector, and so on. This way, the distribution would be uniform.
@abyssaldision5134
@abyssaldision5134 Жыл бұрын
He's using accelerated lerp, so the majority of the samples end up around the origin (i.e., 0, 0, 0 not 1, 1, 1), thats what you want you don't want them evenly distributed inside the hemisphere.
@xr.spedtech
@xr.spedtech Жыл бұрын
You have a nice voice ... I put the "OOP is bad" video on speaker ... Best one for kicker speakers ....
@dmitrykolesnikovich
@dmitrykolesnikovich 4 жыл бұрын
Are two pictures on right real? I mean last ten seconds of video
@dmitry6123
@dmitry6123 5 жыл бұрын
Just two words: CACHE EFFICIENCY. Not a good idea to use whole gbuffer for random texture reads. Use 16bit depth buffer (reduced at least in half ) and restore position in any space you want. It would have much better performance. Just saying.
@robloxfan4271
@robloxfan4271 Жыл бұрын
Looks hardy any diffrent
OpenGL - deferred rendering
9:42
Brian Will
Рет қаралды 33 М.
OpenGL - gamma correction, HDR tone mapping, bloom
15:26
Brian Will
Рет қаралды 13 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
Ambient Occlusion as Fast As Possible
5:04
Techquickie
Рет қаралды 666 М.
OpenGL - Framebuffer Objects
14:37
Brian Will
Рет қаралды 21 М.
Stochastic Screen-Space Reflections (SIGGRAPH 2015)
29:01
Dan the Man
Рет қаралды 4,9 М.
All OpenGL Effects!
30:21
Low Level Game Dev
Рет қаралды 72 М.
What the Heck Is Ambient Occlusion?!
2:48
Greg Salazar
Рет қаралды 208 М.
Advanced OpenGL Topics, BETTER SSAO: HBAO
4:28
Low Level Game Dev
Рет қаралды 5 М.
OpenGL - Multisample Anti-Aliasing
11:21
Brian Will
Рет қаралды 18 М.
Basic Shadow Mapping // OpenGL Tutorial #35
16:54
OGLDEV
Рет қаралды 26 М.
OpenGL - depth and stencil buffers
10:01
Brian Will
Рет қаралды 18 М.
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН