Forceflow / cuda_voxelizer

CUDA Voxelizer to convert polygon meshes into annotated voxel grids
MIT License
597 stars 98 forks source link

What the does the `TopLeftEdge` mean #68

Closed maidamai0 closed 1 year ago

maidamai0 commented 2 years 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

Forceflow commented 1 year ago

Check the original Schwarz & Seidel paper this method is based on for details: http://research.michael-schwarz.com/publ/files/vox-siga10.pdf