Homework 4General CommentsHomework assignments will be drawn from a variety of sources. For programs, make sure you commit your solution to SVN by the assignment deadline!DetailsCreate a project called MyFirstDrawing in your solution. In it, create an interesting drawing of your choice. Make sure you use dots, lines, polylines, rectangles, etc. In other words, use everything that was discussed in chapters 2 and 3. You may certainly go beyond that material if you wish.
Your code should have at least one instance of a function that draws an object that is called several times to draw the object in different locations/sizes.
You may find the OpenGL 2.1 Documentation to be helpful. But remember that you need to make slight adjustments to the calls since we are using Tao as a go-between.
The main point of the assignment is to give you an opportunity to explore the simple sorts of drawing you can accomplish in OpenGL.
Make sure you commit your code to SVN before the deadline.
|