Skip to content

Comment on Show HN: A toy ray tracer in Rustparent

Comments

Ray tracing is just colliding a line with some other goemetric primitive. It doesn't imply Whitted ray tracing at all. Basically all offline rendering now in toy renderers to high end production renderers is some sort of physically based ray tracing, so it is the norm rather than the exception.

The point is definitely pedantic but the differentiating factor in my mind isn't whether the ray is physically based or not. The important fact is that the ray undergoes multiple bounces, so at the end, a pixel isn't lit with a single ray, but many rays that meet end to end.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.