CS334 Fundamentals of Computer Graphics

Spring 2008

General Information

TA: Carlos Vanegas
Email:
cvanegas@cs.purdue . edu
Website: http://www.cs.purdue.edu/homes/cvanegas/
Office: LWSN 3151
Office Hours: By appointment (send email)

Section 01-01: Wed 1:30-3:20pm
Section 02-01: Fri    3:30-5:20pm

Note: Blackboard Vista should now be listing this course for all of you. We will use it frequently for announcements/links/homework submissions.


PSOs

·       PSOs January 9|11

·       PSOs January 16|18 (Hints for Assignment #0)

·       PSOs January 23|25

·       PSOs Feb 6|8 and 13|15 (Hints for Assignment #2)

·       PSOs March/April (Final Project)


News

(03/26) Final Project: Help for Ray Tracing and Simplification can be found here.

(03/21) Midterm Grades have been posted to Blackboard Vista.

(02/01) Grades of Assignment 0 have been posted to Blackboard Vista.

(01/25) (Important!) Some submissions of Assignment 0 are incomplete:
Please verify that you have submitted Assignment 0 following the guidelines specified here. In case you did not submit all files, you should have received a message in Blackboard. Please resubmit the required files by Saturday Jan 26 at 11:59pm. The files that you re-submit must have been last modified before Jan 25 at 10:29am.

(01/22) Additional Tips to Compile in Visual Studio 2005

·        The include order should be as follows:
#include <windows.h>
#include <GL/gl.h>
#include <GL/glut.h>
#include <GL/glui.h>
#include <stdio.h>
#include <math.h>
#include <time.h>

·        Add all this files to additional dependencies:
odbc32.lib odbccp32.lib glu32.lib glut32.lib opengl32.lib glui32.lib

·        The runtime library used should be: Multi-threaded Debug (/MTd)

·        You might need to ignore the LIBCD.lib library.


How to submit CS334 Assignments

 

Note: All assignments, including Assignment 0, MUST be submitted using Blackboard Vista. Do NOT email me any files.

Submit through Blackboard Vista the following files in a single *.zip file:

·        Visual Studio Solution (*.sln)

·        Visual Studio Project (*.vcproj)

·        All source code and header files (*.cpp, *.c, *.h)

·        An executable (*.exe) of your project.