b3dsdf v0.6.0
Full changelog: v0.5.0...v0.6.0
Now 106 nodes! This mostly adapts the remaining 2D sdfs from iq and some domain/vector operators from hg_sdf and D6464. Original sources of the nodes(glsl) can be found in the commit messages(shadertoy links) or in the reference list via README.md
.
New nodes
- sdRoundSquare 3425edd
- sdSpiral ec2ccda (Inexact distance)
- sdSpiralArcs 36b955a (Exact distance, up to 12 arcs)
- sdSpiralARound Archimedean spiral 2f7f220
- sdSpiralASquare Archimedean spiral 2f7f220
- sdSpiralAUV Archimedean spiral with UVs 55cf4ee
- sdSineN distance to sine wave with the newton solver 549ba43
- opRepeat Infinite Mirror 1D (pMod1Mirror, adapted from hg_sdf) 669bb87
- opMirror 1D (pMirror, adapted from hg_sdf) 57fb97f
- opSwirl (adapted from D6464) Swirl around XY b566f84