arpit-saxena / hashTableCuda

Code for summer project designing hash tables for the GPU using CUDA
0 stars 0 forks source link

Bounding box fix marking #6

Open arpit-saxena opened 3 years ago

arpit-saxena commented 3 years ago

I've tried to sort of rethink the indexing we use when we mark triangles. It seems to be better but still has problems.

I'm not 100% sure with this, so I'm opening this as a PR, it's easier to converse on lines of code this way.