From 1a23d7d7fa71dbbc18adfa327ff976a2938d8815 Mon Sep 17 00:00:00 2001 From: CNCKitchen Date: Tue, 17 Mar 2026 10:16:50 +0100 Subject: [PATCH] added new triangle decimation --- index.html | 6 +- js/decimation.js | 434 ++++++++++++++++++++++++++++++++++++++++++++++ js/main.js | 36 ++-- js/subdivision.js | 37 ++-- 4 files changed, 480 insertions(+), 33 deletions(-) create mode 100644 js/decimation.js diff --git a/index.html b/index.html index 04fe463..4800c88 100644 --- a/index.html +++ b/index.html @@ -141,15 +141,15 @@ 1.0 mm
- + 1.0 M

- Smaller edge length = finer geometry. Does not affect preview. + Smaller edge length = finer displacement detail. Output is then decimated to the triangle limit.