top | item 46590787

(no title)

jakkos | 1 month ago

> You can simply pick the minimum SDF value and get no blending at all.

While this true for traditional SDF rendering (e.g. raymarching), the method of "interpolating cached distances" used here means that you will always get blending between objects.

discuss

order

nkrisc|1 month ago

Oh right, of course. I wasn’t thinking about the specific implementation in the video. Thanks.