synodic / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Abstract BVH #130

Open Behemyth opened 6 years ago

Behemyth commented 6 years ago

The BVH files BVH.cu + BVH.cuh need to be abstracted into a .cpp and .h.

Behemyth commented 6 years ago

Bulk of the abstraction is done. BVHData is a class that needs to be re-implemented/abstracted.