Forceflow / cuda_voxelizer

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

Add an implementation for solid voxelization #33

Closed conceptclear closed 4 years ago

conceptclear commented 4 years ago

Hi, @Forceflow I have moved all required code to voxelize_solid.cu and provide an entry point "-solid" to call the function. Thanks for your advising

Forceflow commented 4 years ago

This looks really good. Will review later this week, got some busy days ahead first. Thanks man - I'll definitely include your name in the "Thanks" section once we get this all in ;)