pnext / three-loader

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

OctreeLoader v2 is unable to load BROTLI compressed point-cloud data #154

Closed im-hamza-dev closed 2 weeks ago

im-hamza-dev commented 2 weeks ago

I have implemented the point cloud viewer in Angular app. Its working as expected for version-2.0 data-format where it requires:

But when I was testing on different point-clouds. I came to know its not loading metadata.json with

Attached is metadata.json snapshot which is not loaded by three-loader.

image

How to resolve this issue or any workaround for this?

MPanknin commented 2 weeks ago

This is expected, because we did not implement brotli decoding, yet.

https://github.com/pnext/three-loader/pull/139

im-hamza-dev commented 2 weeks ago

Sure, so we can close this issue. Thanks for the quick response!