Results 8 comments of Ezequiel Chao

> Is there any possibility to add 3D Model Layer? > > I want to create a 3D model on specific coordinates. https://github.com/mapbox/mapbox-maps-flutter/issues/243#issue-1909283287

@fodedoumbouya @favazHF ``` await mapController.style.addStyleSource( 'test3d', jsonEncode( { 'type': 'model', 'models': { 'defaultModel': { 'uri': 'https://github.com/ezesoftchao/soscuba/raw/main/confort_last.glb', 'orientation': [0.0, 0.0, 90.0], 'position': [ -82, 23, ] } }, }, ), );...

> thank you man @ezesoftchao don't worry, you must test first with the glb example, later gltf

@evil159 Hi bro! I've seen the new model layer. Could you add a model source object for 3D in future features, like the suggestion in this suggestion: https://github.com/mapbox/mapbox-maps-flutter/issues/243#issue-1909283287

> > @fodedoumbouya @favazHF > > ``` > > await mapController.style.addStyleSource( > > 'test3d', > > jsonEncode( > > { > > 'type': 'model', > > 'models': { > >...

> As for using local 3D assets for models, please note currently(as of 2.1.0) model paths are expected to be platform specific, we have addressed this issue in #608, with...

https://github.com/mapbox/mapbox-maps-flutter/issues/243#issue-1909283287 This the solution

@hiteshgarg002 @dawid-niedzwiecki https://github.com/mapbox/mapbox-maps-flutter/issues/83#issuecomment-1520720569