NextDroid / potree

WebGL point cloud viewer for large datasets
http://potree.org
Other
1 stars 0 forks source link

Added ability to load lanes through console #316

Closed jallen-NextDroid closed 3 years ago

jallen-NextDroid commented 3 years ago

Adds the ability to load additional lanes through the console. The command is window.loadAdditionalLanes(bucket, dataset, version, filename) For example: window.loadAdditionalLanes("veritas-test-2019-07-02", "SPP_test_GJ_F3_SLICE_640_740", 32, "lanes.fb")

Argument names for some of these functions suck (fname, name, etc.). I plan on fixing that sort of thing when I start the full potree clean up