diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-18 23:36:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-18 23:36:08 +0000 |
commit | 86ab39eda5107a81a643eb88759035dbd5a1dea4 (patch) | |
tree | 5864b623853cb31fbc43b9dbc92b84c641f90a53 /graphics/Makefile | |
parent | 6ff340cd2611abb45167051156e19554d175535a (diff) |
SharpConstruct is a 3D modeling program designed to paint depth on
to polygon models in real-time. Unlike traditional modeling programs,
SharpConstruct makes it easy to model organic shapes. There is no
need to even look at a wireframe (unless you want to). Instead, the
model is manipulated much like clay - push or pull an area, smooth
it, make a hollow or a hill. The entire process is both simple and
organic; you won't need years of modeling experience to create
detailed models in SharpConstruct.
WWW: http://sharp3d.sourceforge.net/
PR: ports/94523
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Notes
Notes:
svn path=/head/; revision=157624
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 7dc3e23ad227..2b35361e645a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -539,6 +539,7 @@ SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += seejpeg + SUBDIR += sharpconstruct SUBDIR += show SUBDIR += showimg SUBDIR += simage |