Description: Experiment 3 simple polygon display
Purpose: response function by mouse input and display polygon
Basic elements:
Mouse followed by n vertices (n> = 3), display polygons.
Establish polygon data structure (save vertex tables, side information, and other information)
Display with opengl polygon
Expanding requirements:
Determine the type of polygon (self-intersecting polygons, concave polygon convex polygon)
* If the concave polygon, polygons put into multiple convex polygons
To Search:
File list (Check if you may need any files):
实验3\123022011012赵雯雯.doc
.....\初始程序框架\Debug\main.exe
.....\............\.....\main.ilk
.....\............\.....\main.obj
.....\............\.....\main.pch
.....\............\.....\main.pdb
.....\............\.....\vc60.idb
.....\............\.....\vc60.pdb
.....\............\glut.dll
.....\............\glut.h
.....\............\glut.lib
.....\............\glut32.dll
.....\............\glut32.lib
.....\............\main.cpp
.....\............\main.dsp
.....\............\main.dsw
.....\............\main.ncb
.....\............\main.opt
.....\............\main.plg
.....\答案程序示范\glut.dll
.....\............\glut.lib
.....\............\glut32.dll
.....\............\glut32.lib
.....\............\main.exe
.....\简单多边形显示.doc
.....\初始程序框架\Debug
.....\初始程序框架
.....\答案程序示范
实验3