Introduction - If you have any usage issues, please Google them yourself
Experiment 3 simple polygon display
Experiment Objective: input and display polygon through mouse response function.
Basic contents:
The n vertices (n>=3) are displayed by mouse in order to display polygons.
1) build polygon data structure (save vertex table, side information, and other information).
2) use OpenGL to display polygons.