Assignment:
Modify your program to include uv-texture mapping.
Use nearest-neighbor filtering.
Here are data files for geometry and
texture.
The data file has a (u,v) added for each vertex, and the
RGB has been removed, so each line is now x y z u v, where
the (u,v) is the position in the texture map for that vertex.
My Answer:
|
Quick Links
|