The Picard Maneuver to woahdude@lemmy.world · 3 年前Remember these things?startrek.websiteimagemessage-square94linkfedilinkarrow-up1250arrow-down122file-text
arrow-up1228arrow-down1imageRemember these things?startrek.websiteThe Picard Maneuver to woahdude@lemmy.world · 3 年前message-square94linkfedilinkfile-text
minus-squareThe Picard ManeuverOPlinkfedilinkarrow-up4·3 年前You could generate them back then? That’s impressive.
minus-squaregramathy@lemmy.mllinkfedilinkarrow-up10·3 年前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
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