Skip to content

Commit

Permalink
new tool polyMeshColorize
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret committed May 6, 2024
1 parent d83c7ee commit fdc9687
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
- *visualisation*
- polyMeshEdit: tool to edit a mesh (add local noise, remove selected faces).
(Bertrand Kerautret [#78](https://github.com/DGtal-team/DGtalTools-contrib/pull/78))

- polyMeshColorize: tool to colorize a mesh.
(Bertrand Kerautret [#83](https://github.com/DGtal-team/DGtalTools-contrib/pull/83))

# DGtalTools-contrib 1.3

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,13 @@ This section, can contain all tools related to visualisation:
- meshViewerEdit: tool to visualize a mesh and to apply simple edits (face removal, color edits...).
- graphViewer: tool to display graphs from a list of edges, a list of vertex and an optionnal list of radius for each edge.
- polyMeshEdit: tool to edit a mesh (add local noise, remove selected faces).

- polyMeshColorize: tool to colorize a mesh.
<table>
<tr>
<td><img width="260" src="https://cloud.githubusercontent.com/assets/772865/12538777/cd8c2d28-c2e2-11e5-93ab-cb4a6cfadc8e.png"></td>
<td> <img width="260" src="https://cloud.githubusercontent.com/assets/772865/12523276/22205f46-c156-11e5-827d-ec788baf7029.png"> </td>
<td><img width="260" src="https://cloud.githubusercontent.com/assets/772865/13536787/02f16df6-e242-11e5-8541-88f8ca3f0a48.png"></td>
<td><img width="260" src=""https://github.com/DGtal-team/DGtalTools-contrib/assets/772865/10592c26-40b4-4cd4-8118-b30a82ab0be3"></td>
</tr>
<tr>
<td>displayTgtCoverAlphaTS</td>
Expand All @@ -109,6 +110,6 @@ This section, can contain all tools related to visualisation:
<td><img width="260" src="https://github.com/DGtal-team/DGtalTools-contrib/assets/772865/5da7e052-d332-4c1e-95bd-bfd06d4cd1e7"></td>
</tr>
<tr>
<td>polyMeshEdit</td>
<td>polyMeshEdit</td><td>polyMeshColorize</td>
</tr>
</table>
3 changes: 2 additions & 1 deletion visualisation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ SET(DGTAL_TOOLS_CONTRIB
)

SET(DGTAL_TOOLS_CONTRIB_POLY
polyMeshEdit
polyMeshEdit
polyMeshColorize
)


Expand Down
Loading

0 comments on commit fdc9687

Please sign in to comment.