CSCI 342 Fall 2014
Computer Graphics
Archived Class
Charles Cusack
Computer Science
Hope College
Main
Schedule
Grading
Gradebook
Homework

Policies
Advice
College
    Policies

Notes
Programs
Tutorials

CSCI 125
CSCI 255
Others

Admin

Homework 4

General Comments

Homework assignments will be drawn from a variety of sources. For programs, make sure you commit your solution to SVN by the assignment deadline!

Details

Create 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.