forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hydro] Add MeshBuilder -- interface for building ContactSurface mesh…
…es (RobotLocomotion#16134) The MeshBuilder classes extract the knowledge of how to add intersection polygons to mesh representations. The intersection algorithms can simply generate the polygon (using whatever logic they require) and pass the data over to the builder. This also renames the internal `AddPolygonToMeshData()` function to better reflect its purpose and contrast it with the new `AddPolygonToPolygonMeshData()` function.
- Loading branch information
1 parent
3fb728c
commit 636b2f3
Showing
8 changed files
with
661 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.