Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 427 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 427 Bytes

Geo1004.2022 - hw01

Triangulating a polygonal mesh with generalised maps

For the implementation of a generalised map, the program written carries out the following steps:

  1. read a 3D polygonal mesh from an OBJ file,
  2. store the polygonal mesh in a generalised map,
  3. output all the darts and cells from the generalised map to .csv files, and finally
  4. output a triangulation of the polygonal mesh to a new OBJ file.