blob: b342119c657a4bda559d23efccd509fb5b3d341d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
QwtPlot3D is not a program, but a feature-rich Qt/OpenGL-based C++ programming
library. She provides essentially a bunch of 3D-widgets for programmers.
Features
* Parametric Surfaces
* Lighting (experimental)
* User defined visual objects
* Scaling, rotating, shifting, zooming of data sets and mathematical
functions
* Interactive mouse and keyboard handling
* Resolution changing on the fly
* Reading from MESH data files
* Data structures providing nodes and triangulation
* Reading from FEM files
* Flat (2D) labeling
* Wireframe, filled polygons, hidden line
* Floor projections (Isolines, Data)
* Free configurable (labeling, numbering; linear, log or user-defined
transformations) and autoscalable axes
* Free color model
* Flat/Gouraud shading
* Color legends
* Pixmap output (all Qt supported formats)
* Vector output (PostScript, EPS and PDF) via gl2ps
WWW: http://qwtplot3d.sourceforge.net/
|