Lab A07 Texture Mapping

Scaffold project to start with (bunny model included)

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

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

The bunny model with texture

1MB
Open

Unzip the file and copy the following files to your "models" directory:

bunny_normal.obj

bunny_normal.mtl

bunny-atlas.jpg

Resources

Model loading

Texture mapping

Last updated