Project3Fall13

From Immersive Visualization Lab Wiki
Revision as of 11:58, 12 October 2013 by Jschulze (Talk | contribs)

Jump to: navigation, search

Project 3: Rasterization

In this project you will need to implement your own software rasterizer. We provide a code template for the interface between your software rasterizer and OpenGL.

This assignment is due Friday, October 18th. It will be discussed by TA Matteo on Monday, October 14th at 3pm in Center Hall 105.

This assignment is currently under construction. Feel free to start working on it, but it won't be finalized until early afternoon on Oct 12th when this message will have disappeared.

We provide a code template for you which displays a software frame buffer on the screen. Your task is to rasterize your scene (described below) into this frame buffer. Throughout this assignment do not use any OpenGL routines which aren't already in the base code! Instead, use your own vector and matrix classes from assignment #1 and add your own rasterization code.