. "$GRIMOIRE/FUNCTIONS" SPELL=topmod VERSION=$(get_scm_version) SOURCE=$SPELL-svn.tar.bz2 SOURCE_URL[0]=svn_http://${SPELL}.googlecode.com/svn/trunk:topmod-svn SOURCE_IGNORE=volatile SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn/topmodx" WEB_SITE="http://www.topmod3d.org" FORCE_DOWNLOAD=on LICENSE[0]=GPLv2 ENTERED=20080428 SHORT="a topological mesh modeling system for creating high genus 2-manifold meshes" cat << EOF 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. EOF