csci5607/assignment-2a/README.md

14 lines
318 B
Markdown
Raw Normal View History

2023-04-09 04:48:40 +00:00
# Assignment 2A
2023-04-09 05:21:23 +00:00
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
![](examples/test.png)