I'm having a point cloud. After converting it to a FloatGrid, I have a surface voxel model. I want to obtain a solid voxel model. Is there any way I can do that with OpenVDB? I'm thinking of Floodfill 3D algorithm with a requirement that the surface voxel model needs to be watertight. Any suggestion is appreciated
I'm having a point cloud. After converting it to a FloatGrid, I have a surface voxel model. I want to obtain a solid voxel model. Is there any way I can do that with OpenVDB? I'm thinking of Floodfill 3D algorithm with a requirement that the surface voxel model needs to be watertight. Any suggestion is appreciated