diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-30 14:47:16 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-30 14:47:16 +0000 |
commit | 7bed26d486beae936b94a7c3b27f0b791e52cd4b (patch) | |
tree | e4a5aba350352808ec8587ec2998d11411482aa7 /graphics/Makefile | |
parent | 534da3531bbde0b38604652311b8b1d20cbe9a59 (diff) |
Add xd3d 8.0.2, a simple scientific visualization tool.
It can plot 2d and 3d meshes, with shadowing, contour
plots, vector fields, iso-contour (3d), as well as 3d surfaces
z=f(x,y) defined by an algebraic expression or a cloud of
points. It generates high quality vector PostScript files for
scientific publications and still or animated bitmap images.
It includes the graph plotter xgraphic.
PR: 56986
Submitted by: thierry@pompo.net
Notes
Notes:
svn path=/head/; revision=89903
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 1cf6ba1e57be..546ec58978d9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -392,6 +392,7 @@ SUBDIR += xaos SUBDIR += xbarcode SUBDIR += xbmbrowser + SUBDIR += xd3d SUBDIR += xdgagrab SUBDIR += xdl SUBDIR += xenomorph |