Kevin Ring

Results 385 comments of Kevin Ring

Is it possible to add some sort of wildcard export that allows any file in CesiumJS to be imported if desired?

Hmm interesting. Some apps import Cesium source files directly, too. i.e. right from the Source directory, not from Build. Maybe we just need to add a `./Source/` export to cover...

> This would let consumers write import Viewer from "cesium/Widgets/Viewer" and get a tree-shakable minified ESM version of Viewer (and its dependencies). I think this is already possible, at least...

This code is my fault, so let me know if you need me to take a look. @Fivedogs it might be helpful if you could provide us with the model...

> Move imagery providers to Core? The terrain providers are there. I considered doing this when I moved the terrain providers to core, but didn't. My thought process was that...

> gRPC (or other similar library) might be useful to make a server/client architecture that can bundle tiles together in a single request But HTTP/2 can already do this, right?

Cool idea! I have a few random thoughts... The first use-case of "various sets of point clouds, image files, photogrammetry, whatever" doesn't sound _super_ likely to me. I mean, yeah,...

Yeah pretty sure it's still an issue. We're you testing with a geojson with a property named `description`?

@joseph-kaile can you please add a link to the tileset you're referring to? Assuming it's public, of course.

FWIW, we don't do origin rebasing anymore in UE5.