pnext / three-loader

Point cloud loader for ThreeJS, based on the core parts of Potree
Other
201 stars 88 forks source link

Handle failing responses properly #102

Closed kamilmingulov closed 2 years ago

kamilmingulov commented 2 years ago

Status of responses here is assumed always to bee 'OK', it is not always the case. Here I attempt to handle statuses as 404 and 500.

fahadm commented 2 years ago

Thank you for the PR, In general the changes look good, Please look at my comment. And in the meantime, I will test a bit to see if everything works correctly.