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
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