From 1b10358feba5aecfda3f9091491b093e26c2a809 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 22 Nov 2000 19:24:17 +0000 Subject: [PATCH] - Update. --- Packages/Geomview/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Packages/Geomview/TODO b/Packages/Geomview/TODO index 6c04f4d2836..6505e06e36d 100644 --- a/Packages/Geomview/TODO +++ b/Packages/Geomview/TODO @@ -1,2 +1,7 @@ - Remove the requirement to have a ./.geomview file with (echo "started") inside. Synchronization can probably be done with select() ? +- Reading a Point from Geomview should be possible. It works, but not all the + time, there's some non-deterministic bug somewhere, either geomview or CGAL. +- Write operator<<(Triangulation), 2D and 3D. Use "(progn" ... ")" from GCL + for that ? +- Use the OOGL library coming with Geomview to parse stuff ?