Welcome to OpenGL Graphics

"The engines don't move the ship at all. The ship stays where it is and the engines move the universe around it."
Futurama season2 episode 10

Assignment 0: worth 0%

The challenge of 3D graphics is juggling all the parts at the same time which I think I memtioned in Umer's class last semester. Once everything is in motion and working then you might see something on the screen.

Step 0: (even if you did it last semester, you might just do it again) Download a new copy of GameDev.zip. It is located on the right-hand side of this page in the blue box in the "Helpful tools" box.
Just like last semester unpack the zip file and move to your C: drive (delete the old one first, duh). There are some updates from the various vendors.

Step 1: Download the new framework ComponentFramework25.0.0.zip
Put it anywhere you can find again (and unpack it). You might even try running it. It should create a black empty screen.

Step 2: Come to class, I will explain all things.

Step 3: Let's start with lighing. On a 2-D surface (a monitor) we need to trick the brain into believing that the view is 3-D. The Phong model explained in code
Phong's original publication

Step 4: Add a texture to put some pants on poor Mario with a singular light source.
Scene1g.h
Scene1g.cpp
texturePhongVert.glsl
texturePhongFrag.glsl

Assignment 1: worth 20% overall grade due: Jan 31 2025 (Friday). Procrastinate tomorrow

Assignment 2: worth 20% overall grade due: Feb 7 (Friday)

Assignment 2.1:worth 0%: Let's build a Camera class. "What?! But you said there's no camera." I know, let me show you. You will need it.

Assignment 2.2: worth 0%: In preperation for Assignment 3, we will need to build a skybox."
You will need to be in class for this. Help in building a Skybox

Assignment 3: worth 20% overall grade due: March 19 (Wed)

Assignment 4: worth 20% overall grade