/r3dvis

Visualise r3d::Mesh objects using VTK and other data/view handling functionality.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

r3dvis

Visualise r3d::Mesh objects using VTK. Also provides some other high-level VTK specific wrapper functions.

Download libbuild for easy build and install of this library.

Prerequisites

  • r3d

  • VTK

    Requires VTK version 9.1.0+ For integration with QTools, it's necessary to ensure VTK references the installed Qt5 distribution. When configuring VTK with CMake, ensure that WITH_QT is checked and that the correct Qt5 import libraries are being referenced. Importantly, if upgrading to a newer version of Qt, ensure that the Qt components of VTK are also rebuilt.