Forceflow / cuda_voxelizer

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

Can grid size of voxel be different ? #54

Closed sunjc0306 closed 2 years ago

sunjc0306 commented 3 years ago

Thanks for your contribution ! I have a question.Can grid size of voxel be different ? For example 128192128, rather than128128128 ?

Forceflow commented 3 years ago

I've been thinking about this - I think there's nothing in the original paper implementation that prohibits that, and I'm already splitting the sizes into X/Y/Z where I can, instead of using a singular gridsize value.

Feel free to experiment - changes should be relatively straightforward.