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
We noticed in the Cygnus app that PolylinePipeline.wrapLongitude is called even for 3D polylines (and isn't protected by a bounding sphere, which wouldn't help for orbits anyway). This chews up a lot of CPU time for dynamic lines.
We can do a small fix now if reasonable; otherwise, we'll solve it with Dynamic Buffers, #932.
The text was updated successfully, but these errors were encountered:
We noticed in the Cygnus app that
PolylinePipeline.wrapLongitude
is called even for 3D polylines (and isn't protected by a bounding sphere, which wouldn't help for orbits anyway). This chews up a lot of CPU time for dynamic lines.We can do a small fix now if reasonable; otherwise, we'll solve it with Dynamic Buffers, #932.
The text was updated successfully, but these errors were encountered: