Avokadoen / tdt4230_project_raytracing

My TDT4230 project submition, a GPGPU voxel ray tracer!
5 stars 0 forks source link

Investigate use of hash table for octree #30

Open Avokadoen opened 3 years ago

Avokadoen commented 3 years ago

Using a hash table and a accompanying hash for each individual cell would make compression of the octree trival, altough lookup would probably be a bit slower. Cells with the same properties would get the same hash and therefore be reused implicity. Then the lookup buffer could store individual hash keys