Mouse movement.

Started by
0 comments, last by mihuljica 21 years, 8 months ago
I''m trying to use Glut for implementing rotation of the vector graphic by using mouse_DOWN and move. I want to implement only 4 directions of rotation in like-3dsMax way (click-and-rotate) .Is it posible to do it only with Glut, or it has to be OpenGL?
"There can be no process-based definition of intelligence. It is a resemblance between two individuals, one real and other prototypical."
Advertisement
yes check out the glut mouse callback functions theres 3 IIRC glutMotionFunc(..) is called if the mouise move if a button is pressed

http://uk.geocities.com/sloppyturds/gotterdammerung.html

This topic is closed to new replies.

Advertisement