Potree is a web based pouint cloud visualizer project created by Markus Schütz.
This project contains only the main parts of the potree project adapted to be more easily used as a independent library, the code was adapted from the original repositorys.
Support for pointclouds from LAS, LAZ, Binary files.
Some features require support for the following GL extensions
Potree Converter 1.8 creates a multi file structure with each node as an individual file.
Potree Converter 2.1 creates a single file for all points and separates files for hierarchy index, its faster to create files. Requires a HTTP server configured for file streaming.
Tool to create hierarquical structure used for point-cloud rendering using potree-core.
There are two main versions 2.1 witch generates 4 contained files with point data, hierarchy,
To generate a folder output from a input file run the command .\PotreeConverter '..\input.laz' -o ../output
TXT2LAS
The potree converter tool only supports las and laz files, so textural file formats such as .pts, .xyz, have to be first converted into a supported format.