Well, this is a project assignment for one of the subjects for my master course -- advance computer graphics. It's a mesh viewer, it simply displays a model with several options like camera control, transformation, grid and boundary box, and rendering scheme etc. It was written in OpenGL, Glui and Glut was used here as the interface.
I am not a good programmer, or frankly speaking, I am not a programmer at all. I only studied C programming in my first year of uni, eh that was 6 years ago. However, after 15 hours fighting, I figured out this product. I began to feel good. This is my first real program.
I spent three hours on a stupid error: I added a return-type before a function name when I called this function inside main. The compiler didn't indicate either an error or warning. This was a strong memory since I would never commit it for lifetime.
I started doing this project on 9th, Sept and completed on 21st, Sept.
No comments:
Post a Comment