Montana Tech of The University of Montana
Computer Science & Software Engineering

CSCI 441
Computer Graphics
Spring 2018



ASSIGNMENT 5

The goal of this assignment is to familiarize yourself with texturing objects.

Modify your last program (or the example from the book, Matrix Stack, posted on our website) so that each of the objects is textured. You may use any of the textures that are provided with the sample code, or you can use one (or more if you're ambitious) of your own. This assignment is similar to exercise 5.3 at the end of the chapter in your text.


Submit your java source code, texture image files, and GLSL files to the Moodle dropbox for assignment 5. If there are any special requirements for compiling and running your code (such as a specific directory structure), make sure that you specify this in the comments of your code. If there is no special reason (like preserving a directory structure) for zipping your code, please, don't. I use a script to print out assignments for grading, and archive files mess with it.



Page last updated: February 15, 2018