Open Behemyth opened 6 years ago
The BVH files BVH.cu + BVH.cuh need to be abstracted into a .cpp and .h.
BVH.cu
BVH.cuh
.cpp
.h
Bulk of the abstraction is done. BVHData is a class that needs to be re-implemented/abstracted.
The BVH files
BVH.cu
+BVH.cuh
need to be abstracted into a.cpp
and.h
.