.obj file
aw_t C++ class to store
the geometry data read in from the .obj file.
Minimally this class should contain:
std::vector<glm::vec3 > verts;
std::vector<unsigned int > vi;
std::string group;
vec3 oc variable.
.obj file—I would also suggest
writing a test driver that outputs the file contents
to test that you can read and write (copy) the file
unsigned int array
(as done previously for the triangle for example)
pyramid.obj file that we came up with in class
as input.
passthru.vert and passthru.frag.
Makefile with a README if there
any special program running instructions.
tar.gz
archive of your asg##/ directory, including:
README file containing
Makefile
.h headers and .cpp source)
make clean before tar)
handin notes