Skip to content

Triangulating a polygonal mesh with generalised maps.

Notifications You must be signed in to change notification settings

AIGheorg/geo1004.2122_hw01

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Triangulating a polygonal mesh with generalised maps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 42.8%
  • C 40.4%
  • CMake 16.8%