Hi,
I am new to OpenGl, almost new to C++.
I am looking for some code that does the following things.
- Open an OpenGL window (maybe using glut)
- Rotate the view point when the user press the left mouse button
- zoom when the user press the right mouse button
- translate the point of view the user press the central button
Basically what I need is a very simple graphics platform in which I will plot results coming from my algorithms. I have tried using the glut library and some code coming from the web, but no luck!
This should be a basic project, can you please point me where to find it. It just seems unreal to me that a so simple project turns to be so hard to find, but I have been googling for hours and no results.
I really appreciate your help,
thank you very much