-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
Hello developers,
I would like to calculate the total volume of an arbitrary sphere based SDF object. For now I am casting the SDF to a mesh and then use that to calculate the volume. However, writing the mesh is by far the most expensive step. I guess this is mainly due to the marching cubes. I was wondering if there is a way to get the volume from the voxels generated for the marching cubes directly. Or even better get the 'analytical' volume of the SDF without going to voxels at all?
Cheers and thanks in advance.
Bart
PS
If we get this working we will probably write a small algorithm about it and if you are interested you can partake in this publication. We can talk about the details later.
Metadata
Metadata
Assignees
Labels
No labels