nytimes / three-loader-3dtiles

This is a Three.js loader module for handling OGC 3D Tiles, created by Cesium. It currently supports the two main formats, Batched 3D Model (b3dm) - based on glTF Point cloud.
Other
439 stars 62 forks source link

Missing distribution file #167

Closed ShammyLevva closed 1 month ago

ShammyLevva commented 1 month ago

Install instructions says

  1. ES Module Download dist/three-loader-3dtiles.esm.min.js and use an importmap to import the dependencies. See here for a full example.

However I get a 404 error when visiting that folder. Indeed the entire dist folder is missing from all the branches.

Avnerus commented 1 month ago

Thank you for pointing this out! Indeed, the distribution files are not anymore included in the repository, only in the published NPM. I updated the example and README. Closing this for now but feel free to reopen if needed.