Skip to content

graticule actor draw: Fixes to the errors(random lines) in Graticule actor draw

Kameswarrao requested to merge kameswar/met.3d:graticule-actor-draw into master

The random lines appearing in the graticule actor, have been fixed by checking the distance between successive points, and ensuring that it is less than a threshold of 10.0f (equal to the longitude spacing in the graticule).

Merge request reports