You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently my project requires an auto rotation globe with fly routes. Each route has a small airplane symbol in the middle of the route. I am able to follow my project's design by using your library except the routes. I am using arcStroke to present the route. But the problem is I don't know how to add the airplane symbol on the arcs. I have read the guideline, arcStroke also supports ThreeJS Line and TubeGeometry, and in the arcStroke function returns an ThreeJS object. But I am a very very beginner at 3D and ThreeJS.
Please help me to put the airplane icon on the arc.
Thank you very much
The text was updated successfully, but these errors were encountered:
You won't be able to do it with the the arcs layer directly, that only plots arc lines between two points really. But I would recommend you to look into the HTML Elements layer. That will allow you to put any custom marker (like an airplane icon f.e.) anywhere on the globe. You just need to define the position where you want it, and you could also animate its position if you'd like.
Dear Vasturiano,
Currently my project requires an auto rotation globe with fly routes. Each route has a small airplane symbol in the middle of the route. I am able to follow my project's design by using your library except the routes. I am using arcStroke to present the route. But the problem is I don't know how to add the airplane symbol on the arcs. I have read the guideline, arcStroke also supports ThreeJS Line and TubeGeometry, and in the arcStroke function returns an ThreeJS object. But I am a very very beginner at 3D and ThreeJS.
Please help me to put the airplane icon on the arc.
Thank you very much
The text was updated successfully, but these errors were encountered: