Geodan / mapbox-3dtiles

3D Tiles implementation using Mapbox GL JS custom layers
BSD 3-Clause "New" or "Revised" License
297 stars 62 forks source link

Splitted code into modules #26

Closed tomvantilburg closed 4 years ago

tomvantilburg commented 4 years ago

Since all the code in one file became a bit large and we are already using a module setup anyway I have splitted the existing classes into separate module files.

Only thing I couldn't do nice yet is the 'debug' parameter that used to be set to the Mapbox3DTiles object.