"Empty" elevation tile detection... #2152
Unanswered
keince
asked this question in
Support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the process of implementing an out-of-scenegraph Line-Of-Sight algorithm that looks for occlusion with a given elevation layer and a Line-Of-Sight between two points.
Is there anything that tells me if a particular elevation tile is void of elevation data in its height field? This would be beneficial so as to avoid the need to walk the entire height field in the tile.
So far, I've found nothing in the code that would indicate an "empty" elevation tile.
Any feedback would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions