Closed maidamai0 closed 1 year ago
Hi, thanks for sharing this code and I'm experimenting the code. I don't quite understand the TopLeftEdge function https://github.com/Forceflow/cuda_voxelizer/blob/8ad08043b1af5b9c6f3399322505e2faee83a28b/src/voxelize_solid.cu#L67
TopLeftEdge
Check the original Schwarz & Seidel paper this method is based on for details: http://research.michael-schwarz.com/publ/files/vox-siga10.pdf
Hi, thanks for sharing this code and I'm experimenting the code. I don't quite understand the
TopLeftEdge
function https://github.com/Forceflow/cuda_voxelizer/blob/8ad08043b1af5b9c6f3399322505e2faee83a28b/src/voxelize_solid.cu#L67