Skip to content

Flickering of lines while rendering #62

Discussion options

You must be logged in to vote

Update:
I had to change the API again, so there's a new answer to this question. Such is life with a pre-1.0 SDK :)
We made these changes while refining the ECS architecture.

The old approach (above) included calling setReferencePoint and using the returned SRSOperation.

The new approach is similar but simpler:

line.referencePoint = GeoPoint(...);

Then, just add a vector of points, expressed in the SRS of the reference point (e.g., lon, lat, alt).

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@ComradeMashkov
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ComradeMashkov
Comment options

Comment options

You must be logged in to vote
1 reply
@ComradeMashkov
Comment options

Comment options

You must be logged in to vote
1 reply
@ComradeMashkov
Comment options

Comment options

You must be logged in to vote
1 reply
@ComradeMashkov
Comment options

Answer selected by gwaldron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants