/MeshSimplification-3

Polygon Mesh Simplification & 3D Viewer

Primary LanguageC#

Mesh Simplification

Final examination project for a computer science course spring 2018. The Project was done in a total of 80 development hours and includes the following features:

  • Slightly overengineered but fully featured Stanford Triangle Format(.PLY) Reader & Writer - (ascii, binary big & litte endian supported)
  • Model viewer with Arcball camera & OOP-Wrapped OpenGL
  • Step by step mesh simplification using edge contraction
  • history entries for reverting changes
  • Hardcoded german strings :P

TODO

  • Port to linux
  • Replace manual tests with unit & integration