Kevin Ring

Results 188 issues of Kevin Ring

It would be nice to be able to hot reload the C++ code, so we don't need to restart Unity every time we change it. This could be helpful, maybe:...

enhancement

This was part of the Cesium for Unreal v2.5.0 release, which is supposed to support UE 5.1. If the project is opened in UE 5.1, none of the Cesium assets...

Some servers (www.cmar.csiro.au and programs.communications.gov.au are two examples as of this writing) return an incomplete TLS certificate chain. That is, they only include the leaf certificate, not the intermediate certificate...

Geoserver has a bad habit of returning errors using HTTP status code 200. This causes our proxy to put long-expiration cache headers on the response, and then Varnish and end-user...

The returned share URL has a `-` before the ID, and visiting that URL doesn't work. Manually removing the `-` makes the URL work, though.

`EXT_meshopt_compression` is fun because it is, as far as I'm aware, the only thing other than a regular `bufferView` that can reference a `buffer`. This wasn't being accounted for in...

From the changelog: - Added `LayerWriter` to the `CesiumQuantizedMeshTerrain` library and namespace. - The glTF accessor for the texture coordinates created by `RasterOverlayUtilities::createRasterOverlayTextureCoordinates` now have min/max values that accurately reflect...

If you call `waitInMainThread` on a Future, and then that Future rejects, the `waitInMainThread` may never return. The problem is that `QueuedScheduler::dispatchUntilTaskCompletes` registers for task completion with a `.then` continuation,...

This adds a new "Cesium ion" option to the My Data -> Add web data panel: ![image](https://github.com/TerriaJS/terriajs/assets/924374/c5d05afa-c5af-4760-9d49-6676e192999a) Clicking the "Connect to Cesium ion" button pops up a separate window to...