Skip to content

mortacious/vtk-tile-hierarchy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d229f70 · Jan 5, 2022

History

51 Commits
Dec 31, 2021
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Nov 8, 2021
Jan 4, 2022
Nov 8, 2021
Dec 22, 2021
Dec 21, 2021
Nov 8, 2021
Jan 4, 2022
Dec 23, 2021

Repository files navigation

VTK Tile Hierarchy

VTK Tile Hierarchy

A custom vtk module that provides classes to load and visualize large out-of-core datasets arranged in a multi-resolution spatial data structure (e.g. potree datasets).

Installation

From source (Python)

git clone https://github.com/mortacious/vtk-tile-hierarchy.git
cd vtk-tile-hierarchy
python setup.py install

From source (C++)

git clone https://github.com/mortacious/vtk-tile-hierarchy.git
cd vtk-tile-hierarchy
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make && sudo make install

Acknowledgements

The rendering algorithm used in this package was originally developed by Markus Schütz as part of his thesis.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published