BartBruininks / mdvwhole

Density based object completion over PBC.
Apache License 2.0
23 stars 2 forks source link

Support mesh voxelization #43

Open BartBruininks opened 10 months ago

BartBruininks commented 10 months ago

If a mesh can be voxelized we can use mdvcontainment logic to figure out the containment hierarchy in meshes (in a robust manner in periodic space).

BartBruininks commented 10 months ago

A good way to do this might be to first make the meshes whole and then use open3d to voxels?