Closed iche033 closed 8 months ago
Attention: Patch coverage is 84.48276%
with 9 lines
in your changes are missing coverage. Please review.
Project coverage is 80.47%. Comparing base (
e390fff
) to head (d92687c
).
Files | Patch % | Lines |
---|---|---|
graphics/src/MeshManager.cc | 84.48% | 9 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🎉 New feature
replaces #583
Summary
Adds function for doing convex decomposition using the header only library V-HACD.
The new function take a submesh and returns a vector of decomposed submeshes. Currently a couple of parameters are exposed:
_maxConvexHulls
: max number of convex hulls to produce_voxelResolution
: resolution of voxels to use when decomposing the submeshThese default values for these parameters are lower than the default values provided in V-HACD for a faster convex decomposition process as the process with original values could take quite some time for complex meshes.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.