Hacker News new | ask | show | jobs
by davvid 3981 days ago
how does sorting rays following similar direction help?

They're probably alluding to Disney's Hyperion renderer[1]. Sorting rays helps with cache coherency.

[1] https://disney-animation.s3.amazonaws.com/uploads/production...

1 comments

Yeah, I was a bit disappointed that they started focusing on their own renderer instead of just explaining more of the basics of path tracing. Note that it isn't necessary at all to sort rays, although it can make things faster if done correctly. Also note that Disney isn't the first to consider sorting rays and tracing them at the same time, similar research was done in the 90s.