tsoding / ray-tracer

My ongoing effort to learn how to make Ray Tracers
MIT License
15 stars 2 forks source link

Marching: actual correct (signed) distance functions #35

Open w23 opened 6 years ago

w23 commented 6 years ago

Use the estimated distance to march along the ray

rexim commented 6 years ago

@w23 sounds interesting to implement on the stream. Thanks!