Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 379 Bytes

README

Docker image to load pointclouds and visualize them using the potree cloud viewer

Usage

Save your pointclouds (.ply, .ptx, .laz, .las) into a folder. Go into that folder, and run:

docker run -dit --name=potree_viewer --rm -p 8080:80 -v "$PWD":/shared  potree

Then open a web browser to http://localhost:8080/

potree-docker