- Understand Phong Lighting (ambient, diffuse and specular)
- Using Phong Shader
mkdir build
cd build
cmake ..\lesson05 -G "NMake Makefiles"
nmake
occ-lesson-05
If the compilation is not working or if the program shows weird behavior, please check the troubleshooting section.
To further practice with the learning goals of this lesson. A series of exercises are introduced as can be found below. Solution to these exercises are given here.
