//=time() ?>
previous thread started getting too long. anyway here's a gif of randomly generated asteroids rendered using signed distance fields and raymarching https://t.co/eKGrRjxlwX
@tom_forsyth @antumbral starts having some issues if i deform the sphere too much :/
@antumbral @tom_forsyth yeah if i take the minimum of the difference and the fixed step, and play around with the number of steps and epsilon it actually starts working pretty ok
@antumbral @tom_forsyth ah yeah looks like you may be right, i'm stepping at the minimum of the fixed step or the height difference at the current position, and that removes the banding at lower step sizes
got my faux-3D perlin noise going on the GPU, noice