aolagers / pointz

COPC LAZ viewer
https://pointz.aolagers.org
GNU Affero General Public License v3.0
1 stars 0 forks source link

Pointz

A simple WebGL point cloud viewer for the browser. Inspired by Potree.

Open Example

screenshot

Features

Links

Point Cloud Node states

stateDiagram-v2
    unloaded --> loading: load

    loading --> visible: show
    loading --> error
    loading --> unloaded: unload

    error --> loading: load

    visible --> cached: cache

    cached --> visible: show
    cached --> unloaded: unload