Janine Liu

Results 247 comments of Janine Liu

Apologies for the delayed response to this, @byjtew. Thank you for opening this PR! It's looking like our camera system needs deeper reworking (#1768), so we're going to see if...

Thanks for the PR @Julot94, and sorry for the delayed response! It's looking like our camera system needs deeper reworking (#1768), so we're going to see if we can develop...

I'm also pushing an unrelated UI fix for when properties have special qualifiers (default value, etc.) because I was using the wrong units:

I have something going on the [`tileset-statistics`](https://github.com/CesiumGS/cesium-unreal/tree/tileset-statistics) branch, and now I'm looking to generate nodes for the tileset statistics in the material. My initial thought was to generate nodes _without_...

Actually wait... we still need to make a call to `loadMetadata` anyways because that's where the tileset statistics are stored ☹️ so it's the same problem either way...

I wonder if the best way to do this is to add a flag to `TilesetOptions` like `preloadTilesetMetadata` or something like that, and if true, wait on the `loadMetadata` future...

Hi @V2iDanAbend, are you able to address Kevin's comments above? We'd love to get this PR into our next release if possible!