1. Home
  2. Browse
  3. openmesh

openmesh

v9.0#1Go to latest

A generic and efficient polygon mesh data structure

Install

Run the following Vcpkg command to install the port.

vcpkg install openmesh

Usage

The package openmesh provides CMake targets:

find_package(openmesh REQUIRED)
target_include_directories(main PRIVATE ${OPENMESH_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${OPENMESH_LIBRARIES})

Dependencies

See source

Version

v9.0#1

Publication

Supports

All

Homepage

graphics.rwth-aachen.de/media/openmesh_static/Daily-Builds/Doc/index.html

Subtree

9484a57dd5

License

BSD-3-Clause

Definition

Manifest