Ray Marching

Ray marching is a specific algorithm, a variant on ray casting where samples are taken down a line to test for intersections or other criteria. This is easier to implement and allows for speed optimizations via number of samples, but is not as precise even when large numbers of samples are used.

Examples in Go
No examples yet.
You can see if there are examples in other languages or
be the first to post an example in Go!