Skip to content

MarkGillespie/OrientingMeshes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computing Orientable Double Covers

Any surface---whether orientable or not---has an orientable double cover.

A nonorientable surface Its orientable double cover
Nonorientable mobius strip Orientable double cover

On triangle meshes, this double cover has a simple construction. You take each triangle in the input mesh and make two copies, assigning the two copies opposite orientations. Then you glue together the copies of adjacent triangles whose orientations agree.

To build the code, you can run

cd build
make -j7

Then run the code with

bin/run /path/to/a/mesh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published