Lab A08 Normal Mapping

Scaffold Project to start with (Box_normal model included)

https://github.com/zhaoyoubing/proj02/tree/LabA08_normalmap_start

With this scaffold project, you only need to work on Mesh.cpp and two shaders: normalmap.vert and normalmap.frag.

The Box_normal model

6MB
Open

Unzip the file and copy all the four files to your models directory, including:

Box_normal.obj

Box_normal.mtl

box_BaseColor.png (diffuse texture map)

box_Normal.png (normal map)

More Mapping

Skybox

Last updated