A village


In this assignment you should use OpenGL to practice using simple transformations. Your code should behave like my example: ~thomas/VIS/OpenGL/village .

Note the following:

Your program does not have to be more fancy than my example code. So, you can use simple color (glColor) and not light. My coordinate system is not drawn perfectly (pieces are sometimes hidden by the grass).

Back