vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
1.97k stars 293 forks source link

Is there a way to attach an image that moves with an arc? #159

Open HilbertIdeals5 opened 1 year ago

HilbertIdeals5 commented 1 year ago

For a project, I want to be able to depict an object, like a plane, flying from one point to another. Arcs seem like a good fit for the job, but I want the arcs to trail behind an image, then disappear when the image reaches its "destination"; similar to the "Emit Arcs on Click" demo, except with an image in front of the arc's line. Is there a way to do that?