Difference between revisions of "Qtmeshview"
From CSWiki
Line 23: | Line 23: | ||
./qtmeshview <some models> | ./qtmeshview <some models> | ||
+ | |||
+ | |||
+ | Currently it only builds under linux, but it should be a simple matter to change the .pro file for windows and mac. | ||
+ | |||
'''Note:''' | '''Note:''' | ||
I realize that libQGLViewer is another library to find and keep track of. However, I have found it useful and easy to use. It provides a large amount of functionality that I'd rather not implement myself, such as camera keyframing, multiple object selection, basic scenegraph functionality, .jpeg and .png screenshots, and an arcball manipulator. | I realize that libQGLViewer is another library to find and keep track of. However, I have found it useful and easy to use. It provides a large amount of functionality that I'd rather not implement myself, such as camera keyframing, multiple object selection, basic scenegraph functionality, .jpeg and .png screenshots, and an arcball manipulator. |
Revision as of 14:04, 29 September 2006
qtmeshview
This is a port of Szymon's mesh_view program to Qt 4.0+ and libQGLViewer. Download the required libraries if you don't already have them:
Get the source:
Then you should be able to compile and run qtmeshview like so:
qmake
make
./qtmeshview <some models>
Currently it only builds under linux, but it should be a simple matter to change the .pro file for windows and mac.
Note:
I realize that libQGLViewer is another library to find and keep track of. However, I have found it useful and easy to use. It provides a large amount of functionality that I'd rather not implement myself, such as camera keyframing, multiple object selection, basic scenegraph functionality, .jpeg and .png screenshots, and an arcball manipulator.