this post was submitted on 18 Dec 2023
227 points (91.9% liked)

woahdude

283 readers
1 users here now

founded 1 year ago
MODERATORS
 

It's not a trick, if you're wondering. There actually is something to see.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 8 months ago

The actual concept isn’t difficult to implement (z+1? Shift it over a pixel and fill with an appropriate noise/blur function, then shift back for z-1)

the hard part is building the depth map, especially when you’re using higher resolution. You’re essentially doing 3D rendering at that point