/ProgressiveMeshes

Progressive Meshes with OpenGL

Primary LanguageC++

Game Architecture final project
Progressive Meshes with OpenGL

Based on http://hhoppe.com/proj/pm/

only Bunny 1k & suzanne are safe for use out of all of the meshes

RUN WITH THIS
g++ *.cpp -o main -L/usr/local/lib -lglfw3 -pthread -lGLEW -lGLU -lGL -lrt -lXrandr -lXxf86vm -lXi -lXinerama -lX11 -ldl -lXcursor 

Segmentation fault when edge collapsing still
Will finish this.