diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-11 19:38:00 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-11 19:38:00 +0000 |
commit | 3076e87b4b2a553cd0ab770b7d226e7e7ed95b26 (patch) | |
tree | 805dfb04766ee8a48bfccc13c273b4797229c503 /graphics/Makefile | |
parent | 5cc7bd102db41f72e833eb8c45f6bf2d20ba58fe (diff) | |
download | FreeBSD-ports-3076e87b4b2a553cd0ab770b7d226e7e7ed95b26.zip FreeBSD-ports-3076e87b4b2a553cd0ab770b7d226e7e7ed95b26.tar.gz |
Add moth.
Moth is a simple to use triangle mesh editor based on standardized OpenGL and
XML (file format) technologies. Its major field of application is the creation
of 3D models for interactive applications like games, visualizations,
simulations, virtual worlds and similar uses. Another field of application is
3D sketching.
WWW: http://moth.titanothere.com/
PR: ports/85955
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0e6ee3e..9c4750b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -348,6 +348,7 @@ SUBDIR += ming SUBDIR += mingplot SUBDIR += morpheus + SUBDIR += moth SUBDIR += mrsidviewer SUBDIR += multivideo SUBDIR += mxp |