Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Optimise the RayTracer to a workable state

No due date 16% complete

To be able to implement future features with reasonable testing speed, we want to optimise the RayTracer first. This is done by adding algorithmic optimisations like AABB and hierachy search, but also possible with SIMD and CUDA.

Loading