diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-08 06:16:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-08 06:16:41 +0000 |
commit | 5d8de5067bbc3723262214ee75b85fb4fcca453e (patch) | |
tree | 1fec5ca833d12ba9834168e4a77dd2fe00a631a5 /graphics/libqglviewer/pkg-descr | |
parent | 907e8e24ba60bf007c29b82f30c4fe5f04a5e7e2 (diff) |
Notes
Diffstat (limited to 'graphics/libqglviewer/pkg-descr')
-rw-r--r-- | graphics/libqglviewer/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/libqglviewer/pkg-descr b/graphics/libqglviewer/pkg-descr new file mode 100644 index 000000000000..ee84c0eec5be --- /dev/null +++ b/graphics/libqglviewer/pkg-descr @@ -0,0 +1,15 @@ +libQGLViewer is a GPL-free software C++ library which lets you quickly start +the development of a new 3D application. It is designed for 3D developers, who +can display and move around a 3D scene by simply providing the openGL orders +that define their 3D geometry. The viewer is designed to be as general as +possible and is not designed for a specific 3D application. It provides some +useful classical functionalities such as a camera trackball, screenshot saving, +mouse manipulated frames, stereo display, keyFrames and more. It hence has a +strong pedagogical interest and is well suited for openGL assignements. + +libQGLViewer is not a 3D viewer that can be used directly to view 3D scenes in +various formats (well, there is a 3dsViewer example, but it is just a proof of +concept). It is more likely to be the starting point for the coding of such a +viewer. + +WWW: http://artis.imag.fr/Members/Gilles.Debunne/QGLViewer/ |