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