Chris Zelenak
Chris Zelenak
Awesome to see the fix tho, @kjvalencik . Thanks for that :)
Thank you for the workaround snippet here, can confirm this allows for a connection in 8.7.90.459 as well. Trying to guess at the situation that would cause this sort of...
Awesome, thank you so much for the response. :) Do I interpret you correctly in that `tilesToRenderThisFrame` may include multiple LOD tiles? eg, it is my responsibility as the rendering...
Ooh, excellent @kring , thank you for advice on `LocalHorizontalCoordinateSystem`. And thanks so much @timoore I will check `GltfReader` and `vsgCs` out both. Really appreciate the advice.
@timoore @kring I've made some good progress on using `GltfReader` as my entry into the pipeline, in concert with several `glb` and `gltf` files from the Cesium Sandcastle. This lets...
So I wanted to check back in here and say that largely I'm seeing what I'd "like" in general, very much in part thanks to both of your advice. `vsgCs`...
As a side note, seeing the Google Photorealistic tiles rendered via the VisionOS renderer is quite cool. Screenshots don't really do it justice, the rendering makes the world feel like...
This was exactly it. :) The Google Elevation API in concert w/ the ellipsoidal correction in EGM96 has put everything within the same rough understanding of origin. Thanks so much.
Just adding a note here about `IPrepareRendererResources` - when I first encountered it, I went in with a very prescriptive idea of what `loadThread` and `mainThread` meant. The fact that...
Are you open to a PR for this?