Questions tagged [qglviewer]

QGLViewer allows people programming in OpenGL to play around with three dimensional scenes or to write software that uses OpenGL.

libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL 3D viewers. It provides some of the typical 3D viewer functionalities, such as the possibility to move the camera using the mouse, which lacks in most of the other APIs. Other features include mouse manipulated frames, interpolated keyFrames, object selection, stereo display, screenshot saving and much more. It can be used by OpenGL beginners as well as to create complex applications, being fully customizable and easy to extend.

20 questions
0
votes
1 answer

Qt design doesn't load the plugin after installization qt designer plugin

I am new to Qt. I try to install the designer plugin on Mac OSX 10.10 that is provided by qglviewer. I do as the http://libqglviewer.com/installUnix.html#plugin says. I successfully compile and install the plugins. cd designerPlugin qmake make make…
Shawn
  • 167
  • 1
  • 1
  • 10
0
votes
1 answer

:-1: error: Use qmake LIB_DIR=/path/to/QGLViewer/libQGLViewer2.a

I have a problem with QGLviewer (same problem, both on linux and windows). In order to install QGLviewer i've followed theese steps http://www.libqglviewer.com/installWindows.html. Then I've tried to compile their example project and it failed. What…
Bartek
  • 71
  • 1
  • 3
0
votes
1 answer

Compiling LibQGLViewer fails due to library not found lGLU

I was trying to compile libQGLViewer in OS X Yosemite but after executing make the following error appears ld: library not found for -lGLU clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: ***…
BRabbit27
  • 6,333
  • 17
  • 90
  • 161
0
votes
1 answer

Can not compile GQLViewer 2.5.2 with QT 5.3

I am on a Windows machine and trying to compile the QGLViewer with Qt 5.3. Therefore I use the GQLViewer.pro file to compile the lib with the Qt Creator. Unfortunately it always prompts: \libQGLViewer-2.5.2\QGLViewer\saveSnapshot.cpp:545: Error:…
themech
  • 1
  • 1
0
votes
1 answer

On Mac, run simple example of qglViewer. Error with lGLU

I am new to qglViewer, and I am using Mac. I install qglViewer, qt by homebrew, and I want to run some example of qglViewer. However, I meet the following error: Can anyone help me, please? Thanks! EDIT: I don't know how to install libgl1-mesa-dev…
JJ.
  • 111
  • 11
1
2