csci5607/assignment-2a/README.md
2023-04-09 00:21:23 -05:00

318 B

Assignment 2A

Compiles but does not run on CSE labs machines due to OpenGL 3.2 missing.

Try with examples/test.obj, run the program with

cmake -B build
make -C build
./build/HW2a examples/test.obj

This test has a few triangles in it. Other obj files should work in theory