open-mesh

Generic data structure library for polygonal mesh representation

brewmacoslinux
Try with needOr install directly
Source

About

Generic data structure to represent and manipulate polygonal meshes

Commands

OpenMesh

Examples

Load and process a mesh file in your C++ application$ g++ -I$(brew --prefix open-mesh)/include myprogram.cpp -o myprogram
Link against OpenMesh library when compiling$ g++ myprogram.cpp -o myprogram -L$(brew --prefix open-mesh)/lib -lOpenMesh
Check installed OpenMesh version and location$ brew info open-mesh