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).
git clone https://github.com/mortacious/vtk-tile-hierarchy.git
cd vtk-tile-hierarchy
python setup.py install
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
The rendering algorithm used in this package was originally developed by Markus Schütz as part of his thesis.