NextDroid / potree

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

Fix two bugs that prevent potree from loading #178

Closed nmhaddadND closed 4 years ago

nmhaddadND commented 4 years ago

This PR fixes two bugs that prevent potree from loading:

  1. A bug in demo/calibrationManager.js : needed to remove reference to schema as extrinsics.txt does not need or have a schema file.

  2. A bug in demo/radar.html : removed a reference tortkFlatbufferLoader.jswhich has now been renamed tortkLoader.js`

nmhaddadND commented 4 years ago

Sorry about the indentation errors, I converted from tabs to spaces and it changed the whole document. I have fixed indentation errors.

arjunskND commented 4 years ago

Does this fix issue Veritas#326 - the loading of I696E-Lane3-Run1_2019-07-17 ?

nmhaddadND commented 4 years ago

Does this fix issue Veritas#326 - the loading of I696E-Lane3-Run1_2019-07-17 ?

@arjunskND No. These two were introduced in the last merge to develop.