| libQGLViewer is an open source library which enables you to quickly start the development of a new
3D application. It is designed for 3D C++ developers, who can very easily 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.
Instead, it is aimed at being a very convenient tool for any program that aims at displaying 3D.
QGLViewer 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 actually more likely to
be the starting point for the coding of such a viewer. |