Anne Gropler
Anne Gropler
I forgot to mention that we use Cesium 1.92, and the Sandcastle is 1.96, both version display that behaviour. I hope this helps tracking down the bug, in case you...
Thanks for your quick response! I tried `pickFromRayMostDetailed` and it works really well! Are there any plans or chances to make this public some day?
The only way I could make it work with was this. (in case somebody still could not make it work with the help above) ```ts import * as L from...
Hello, is this the current recommendation to grab the html of the lightbox and inject the custom credits there? Because this seems like a hack. I'd like to add some...
I guess that `pickFromRayMostDetailed` won't be public soon. But we really rely on it currently, so I just hope it will make it to public API. I'll close this issue...
Thanks @jjhembd for your idea. Unfortunately, this does not work, since the values might be different per tile. I guess this is because the model matrix should be different? It...
Hello @syzdev , no, we still have the same problems and we don't know how to solve them.
Thanks @ggetz for your quick response! Here are the git bisect results: ```bash git bisect bad 73146e09e7512dc279a7dcb2c65a03c9af313329 is the first bad commit commit 73146e09e7512dc279a7dcb2c65a03c9af313329 Author: Peter Gagliardi Date: Thu Dec...
I confirm that setting `viewer.scene.fog.enabled=false;` makes the red sphere appear red. I will disable the fog in my local app while rendering that sphere.
Could you please specify your question or elaborate what this issue is about?