Comment Isosurfacing's performance section for now

Timings are not so good, and the code has already been updated
since those benchmarks were run.
This commit is contained in:
Mael Rouxel-Labbé 2025-03-24 14:18:14 +01:00
parent a50a7b2a30
commit 27a72a669b
1 changed files with 4 additions and 0 deletions

View File

@ -237,6 +237,8 @@ Both these domain models have template parameters enabling the user to customize
oracle, provided it meets the requirements described by the concept
`IsosurfacingEdgeIntersectionOracle_3`.
<!-- comment this for now. MC and TMC timings are probably not good
\section SecPerformance Performance
Due to their cell-based nature, the isosurfacing algorithms are well-suited for parallel execution.
@ -246,6 +248,8 @@ Due to their cell-based nature, the isosurfacing algorithms are well-suited for
<img src="MC_DC_performance.png" style="max-width:70%;"/>
</center>
-->
\section SecIsosurfacingExamples Examples
The first two examples are very basic examples for Marching Cubes and %Dual Contouring.