Ray marching

Previous: Graphics programming

Ray marching is a technique used in graphics programming to draw shapes using signed distance functions. It involves incrementally stepping along a ray by a safe distance (provided by the SDF).

Links to this note