From ba62278123acb7c76f03787f38d8bfe2e1d94c80 Mon Sep 17 00:00:00 2001 From: Google Code Exporter Date: Fri, 13 Mar 2015 16:13:15 -0400 Subject: [PATCH 1/2] Migrating wiki contents from Google Code --- ProjectHome.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ProjectHome.md diff --git a/ProjectHome.md b/ProjectHome.md new file mode 100644 index 0000000..0dd9930 --- /dev/null +++ b/ProjectHome.md @@ -0,0 +1,9 @@ +# TopMod # + +**TopMod** is based on a new paradigm that allows dynamically changing the topology of 2-manifold polygonal meshes. The new paradigm always guarantees topological consistency of polygonal meshes. + +Based on our paradigm, by simply adding and deleting edges,handles can be created and deleted, holes can be opened or closed, polygonal meshes can be connected or disconnected. These edge insertion and edge deletion operations are highly consistent with subdivision algorithms. In particular, these operations can easily be included into a subdivision modeling system such that the topological changes and subdivision operations can be performed alternatively during model construction. + +TopMod demonstrates practical examples of topology changes based on this new paradigm and show that the new paradigm is convenient, effective, efficient, and friendly to subdivision surfaces. + +Please visit the new TopMod homepage at http://sites.google.com/site/topmod3d to find out more. \ No newline at end of file From e91572db57710c5cd0adfe4dad7e68f1cdd2a414 Mon Sep 17 00:00:00 2001 From: You Wu Date: Thu, 22 Sep 2016 19:50:46 -0500 Subject: [PATCH 2/2] Rename ProjectHome.md to README.md --- ProjectHome.md => README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ProjectHome.md => README.md (96%) diff --git a/ProjectHome.md b/README.md similarity index 96% rename from ProjectHome.md rename to README.md index 0dd9930..a11bb98 100644 --- a/ProjectHome.md +++ b/README.md @@ -6,4 +6,4 @@ Based on our paradigm, by simply adding and deleting edges,handles can be create TopMod demonstrates practical examples of topology changes based on this new paradigm and show that the new paradigm is convenient, effective, efficient, and friendly to subdivision surfaces. -Please visit the new TopMod homepage at http://sites.google.com/site/topmod3d to find out more. \ No newline at end of file +Please visit the new TopMod homepage at http://sites.google.com/site/topmod3d to find out more.