vkoskiv / c-ray

c-ray is a small, simple path tracer written in C
MIT License
797 stars 44 forks source link

New ray-triangle intersection routine: Minor performance increase #83

Closed madmann91 closed 4 years ago

madmann91 commented 4 years ago

Small performance increase (around 10%), fewer computations, and smaller code.