Subversion Repositories gelsvn

Rev

Rev 87 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87 Rev 89
Line 16... Line 16...
16
			ROTATE_ACTION,
16
			ROTATE_ACTION,
17
			PAN_ACTION,
17
			PAN_ACTION,
18
			ZOOM_ACTION
18
			ZOOM_ACTION
19
		};
19
		};
20
 
20
 
21
	/** This class represents a virtual tracball. 
21
	/** \brief This class represents a virtual tracball. 
-
 
22
 
22
			Use it in GLUT, FLTK or other OpenGL programs to allow the user to 
23
			Use it in GLUT, FLTK or other OpenGL programs to allow the user to 
23
			spin the model being rendered. It needs work to be used with non-GL
24
			spin the model being rendered. It needs work to be used with non-GL
24
			apps since it calls GL API functions. */
25
			apps since it calls GL API functions. */
25
	class QuatTrackBall 
26
	class QuatTrackBall 
26
	{
27
	{