RayTracing / raytracing.github.io

Main Web Site (Online Books)
https://raytracing.github.io/
Creative Commons Zero v1.0 Universal
8.77k stars 862 forks source link

Epsilon Offsets #329

Open trevordblack opened 4 years ago

trevordblack commented 4 years ago

Lots of discussion in how to deal with intersection inaccuracies and surface acne happening in #137.

That issue is also lots of things jumbled into one issue. I carved out epsilons and put it into its own issue.

Ref. “A Fast and Robust Method for Avoiding Self-Intersection”, Ray Tracing Gems, part II, chapter 6.

hollasch commented 4 years ago

There's another epsilon lurking in constant_medium.h as well. Search for rec1.t.

trevordblack commented 4 years ago

ack "\.000"