Open
Description
What happened?
Hi all,
I have a question about Cesium's DataSource rendering behavior that seems counterintuitive. I've noticed two specific behaviors that I'd like to understand better:
- When adding multiple DataSources, newly added ones appear beneath older ones
- The rendering order works from bottom to top, where entities at the bottom of the stack appear in front
Check the sandcastle link to see an example.
When running this example, you'll see that:
- the second DataSource is hidden by default since it's newer
- using lowerToBottom() actually makes it visible by putting it in front
Is this the expected behavior? It seems counterintuitive.
Thanks in advance!