Log-Spherical Mapping in SDF Raymarching
1–4 of 4 posts
Re: Log-Spherical Mapping in SDF Raymarching
#2I also used this as an excuse to develop a mini framework for making interactive articles: https://github.com/pac-dev/dspnote
Re: Log-Spherical Mapping in SDF Raymarching
#3For some background, I've been looking for a way to make self-similar geometries in SDF raymarching for a while (and I know some others have as well). After a lot of trial and error, I came up with this loopless technique, and this post is mostly a rationalization of why it works. It's not a silver bullet, since the resulting fields have can be glitchy, but it can be massaged into some really nice results. I also use…
Re: Log-Spherical Mapping in SDF Raymarching
#4For some background, I've been looking for a way to make self-similar geometries in SDF raymarching for a while (and I know some others have as well). After a lot of trial and error, I came up with this loopless technique, and this post is mostly a rationalization of why it works. It's not a silver bullet, since the resulting fields have can be glitchy, but it can be massaged into some really nice results. I also use…