Home

Search IconIcon to open search

Raymarching and SDFs

A list of signed distance functions

# Notes

In this shadertoy the epsilon used to calculate the normals is 5 times bigger than min_dist to SDF to stop raymarching (1e-4 and 5e-4).

# Shadertoys

# Tutorials

# Useful articles and techniques

# Pitfalls