ionescu-calin / CG-Raytracer

0 stars 0 forks source link

Change current algorithm to use Cramer's rule to determine triangle intersection or implement the Möller–Trumbore algorighm #6

Closed ionescu-calin closed 7 years ago

ionescu-calin commented 7 years ago

http://www.flipcode.com/archives/Raytracing_Topics_Techniques-Part_7_Kd-Trees_and_More_Speed.shtml

ionescu-calin commented 7 years ago

Apparently we were already using this algorithm, but without Cramer's rule