this post was submitted on 18 Dec 2023
227 points (91.9% liked)
woahdude
296 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You could generate them back then? That's impressive.
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