I want to draw traces when ever Objec3D moves in that Globe.?

How to create traces like this in the pic
there is globe i am animation object3d in that globe I want to show traces when object 3d animate.

You can use LineDashedMaterial to create such lines - should be enough to set the gapSize to a value above dashSize. (example)

Isn’t this topic a duplicate of: I want to create animation like this with mouse scroll

Hey @Mugen87

Topic is different but picture I am providing for reference is the same.

Thanks