diff options
author | thierry <thierry@FreeBSD.org> | 2006-02-20 16:57:48 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-02-20 16:57:48 +0800 |
commit | 2d0b72389dd19a1417d687a9412095cad27cef6a (patch) | |
tree | ad90c9256e2d4a2f24336808f611b33a18d8251f /math/Makefile | |
parent | 79c36433c47597dc48900b01b2337f3eb5d005f0 (diff) | |
download | freebsd-ports-gnome-2d0b72389dd19a1417d687a9412095cad27cef6a.tar.gz freebsd-ports-gnome-2d0b72389dd19a1417d687a9412095cad27cef6a.tar.zst freebsd-ports-gnome-2d0b72389dd19a1417d687a9412095cad27cef6a.zip |
K3DSurf is a program to visualize and manipulate multidimensional surfaces
by using Mathematical equations. It's also a "Modeler" for POV-Ray in the
area of parametric surfaces.
Features :
* 3D, 4D, 5D and 6D HyperObjects visualization.
* Full support of all functions (like C language).
* Support of mouse event in the drawing area (Left:Rotate, Right:scale
and Midle:translate).
* Animation an Morph effect.
* Povscript and Mesh file generation(and Run if povray is installed).
VRML2 and OBJ files also supported.
* More than 100 well known examples.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 86a8472a2545..f03246ababa9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -95,6 +95,7 @@ SUBDIR += jama SUBDIR += javanns SUBDIR += javaview + SUBDIR += k3dsurf SUBDIR += kaskade SUBDIR += koctave SUBDIR += kseg |