From 27a72a669b0956a5d02d6df00e9e58a186cfdd40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 24 Mar 2025 14:18:14 +0100 Subject: [PATCH] Comment Isosurfacing's performance section for now Timings are not so good, and the code has already been updated since those benchmarks were run. --- Isosurfacing_3/doc/Isosurfacing_3/Isosurfacing_3.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Isosurfacing_3/doc/Isosurfacing_3/Isosurfacing_3.txt b/Isosurfacing_3/doc/Isosurfacing_3/Isosurfacing_3.txt index 876b00d6252..ae6c369494d 100644 --- a/Isosurfacing_3/doc/Isosurfacing_3/Isosurfacing_3.txt +++ b/Isosurfacing_3/doc/Isosurfacing_3/Isosurfacing_3.txt @@ -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`. + + \section SecIsosurfacingExamples Examples The first two examples are very basic examples for Marching Cubes and %Dual Contouring.