mapbox-maps-ios
mapbox-maps-ios copied to clipboard
Animated 3D models
Hello.
Is there a way to have animated puck3D
? Or the only way is custom implementation?
Thank you for great job.
@eke, thank you for reaching out. At the moment this is not a supported feature of puck3D , however, you could try to accomplish this using a custom implementation and CADisplayLink.
@ZiZasaurus Hello, thank you for response. Are there any examples of that approach in the wild?
@Eke we don't currently have any examples to point you to but we will consider this feature for a future release.
@Eke , Could you please share some more details about what kind of animation you're interested in - rotating the car wheels along route or something else? Thanks.
@astojilj Yeah, that would be enough. I'm trying to make person 3D model walk on the map, something similar to Pokemon Go character moving his legs while moving.
@astojilj Yeah, that would be enough. I'm trying to make person 3D model walk on the map, something similar to Pokemon Go character moving his legs while moving.
Yes, I've met the question as you too,and how did you do it? look forward to your reply。
Please, take a look at SceneKit Example. It should be sufficient to add animated models on top of MapView.