-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V10 import a 3D object onto Android SDK? #4502
Comments
I believe you're looking for LocationPuck3D: There is an example in mapbox-maps-android repository. If you face issues with it, or you're interested in other type of models, please submit them to https://github.com/mapbox/mapbox-maps-android. Note that LocationPuck3D is developed to be used for 3D model of a vehicle. When placed on terrain, based on current position and bearing (modelRotation[2]), it would be additionally rotated (pitch and roll) so that it follows terrain slope. |
@astojilj |
@NickLambert95 For LocationPuck3D, it is possible to specify location https://github.com/mapbox/mapbox-maps-android/blob/5e1a6d358ce7af2783ea226301baa35bf07433fe/plugin-locationcomponent/README.md.
a. How complex are the models (number of vertices)? Could you write OpenGL renderer for it? |
@astojilj Can custom layer API be used for 3D markers? |
I was told in another thread by a Mapbox team member that V10.0 added support for 3D models (like GLTF's) for both native Android and iOS SDK's. I am having trouble finding the documentation for both platforms that showcases an example of how this is actually supposed to be done.
This is the closest I could find for iOS: mapbox/mapbox-maps-ios#154
I cannot find anything like this for Android. Does anyone know where I can find it?
The text was updated successfully, but these errors were encountered: