From b47c6d14a2c5019d9e05c8fa23de362c5a3f31fb Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Mon, 6 Dec 2010 03:57:51 +0000 Subject: [PATCH 1/1] add items to TODO list --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 552f751..59c363f 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,13 @@ - sort vertices by error, move the highest-error first - build-in jogl and have it self-extract +Marching Cubes + - better lighting + - crystal ball interface + - face normals + - auto-detect normal when adding a face to an existing patch + - throw an exception if normal unspecified and not attaching to existing patch? + - flip normals when bridging two patches? + - Mesh.invertAllFaceNormals()? Patch-specific version? + - Mesh.isWaterTight() + -- 1.7.10.4