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

Load textured 3d models #29

Open dandanaus opened 4 years ago

dandanaus commented 4 years ago

Hi Tom,

Would this implementation work with a textured 3d model that has been presented as a 3D tile service?

tomvantilburg commented 4 years ago

tbh we never tested it but since the whole process depends on the THREE.GLTFLoader (https://threejs.org/docs/#examples/en/loaders/GLTFLoader) I think it may work. Why not try it?