Tagged Questions
7
votes
2answers
1k views
Minimize Polygon Vertices
What is a good algorithm for reducing the number of vertices in a polygon without changing the way it looks very much?
Input: A polygon, represented as a list of points, with way too many verticies: ...
2
votes
2answers
355 views
Modifying OpenGL axis system
I'm using OpenGL with gluPerspective, what would I need to do to make it use an axis-system which the origin is top left instead of bottom left?