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

Add support for cmpt tiles #1

Closed RubioV closed 3 years ago

RubioV commented 5 years ago

Add support for composite tiles, according to https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification#introduction

bertt commented 3 years ago

created a composite test set see https://bertt.github.io/mapbox_3dtiles_samples/samples/composite/amsterdam/index.html#18.14/52.373409/4.8922/0/45

All cmpt tiles contain 2 inner i3dm's (payload glTF is a box with and without animation)

Error currently displayed: cmpt tiles not yet implemented

bertt commented 3 years ago

fixed