Closed iche033 closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.54%. Comparing base (
691a087
) to head (943ecb2
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🎉 New feature
Summary
Add a new static function in MeshManager to merge all submeshes into one. The new function returns a new mesh with a single combined submesh
Note I also made the
ConvexDecomposition
function that I added in https://github.com/gazebosim/gz-common/pull/585 static as it does not need to be a member function.Test it
Added a test that merges two submehes and checked that all its vertices, normals, indices, and texcoords are correct.
Run the
UNIT_MeshManager_TEST
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.