University OpenGL project

Dear all!

I have one problem regarding my university project. I have to program in opengl a table with max. 4 drawers. The problem is that I have to click on the drawer with the mouse and drawer must go out of the table (and possibly back in). Is there enyone who could help me?

Look for opengl Tutorials here :
http://nehe.gamedev.net/

Then for the mouse-drawer interaction search for ‘opengl picking’ ‘gluProject’ ‘gluUnProject’ and maybe some basic collision detection.