mirror of https://github.com/CGAL/cgal
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:
parent
a50a7b2a30
commit
27a72a669b
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue