Skip to content

Commit

Permalink
more spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Nov 20, 2023
1 parent a88cb73 commit e8bdbf7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _posts/2023-11-20-curvature_and_remeshing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ the surface mesh.
<a href="../../../../images/bimba_curvature.png"><img src="../../../../images/bimba_curvature.png" style="max-width:95%"/></a><br>
<br><small> Mean curvature, Gaussian curvature, minimal principal curvature direction and maximal principal curvature direction on a mesh (ball radius set to 0.04).</small>
</div>

<br>
<br>

<h3>Isotropic Remeshing with Sizing Field</h3>

Almost since the introduction of the Polygon Mesh Processing package in CGAL, the function <code>isotropic_remeshing()</code>
Expand All @@ -49,11 +50,14 @@ and using the Interpolated Corrected Curvature Measures function for curvature c
<br><small>Input Mesh (left), curvature based isotropic remeshing(right).</small>
</div>

<br>
<br>
<div style="text-align:center;">
<a href="../../../../images/thorvaldsen_comparison.png"><img src="../../../../images/thorvaldsen_comparison.png" style="max-width:95%"/></a><br>
<br><small>Input Mesh (left), curvature based isotropic remeshing(right).</small>
</div>
<br>


<h3>Status</h3>

Expand Down

0 comments on commit e8bdbf7

Please sign in to comment.