Ashley Rogers

Results 17 issues of Ashley Rogers

Similarly to CesiumGS/cesium-unreal#1377, we currently don't publish the Doxygen docs that we build for cesium-native. For the reasons listed in the linked issue, it would be a good move for...

Throughout cesium-native, we currently use `{@link TypeName}` to represent a reference to another documented type or function. The problem with this syntax is that it's not Doxygen's syntax - it's...

good first issue
quality

Requires CesiumGS/cesium-native#841. As described in the above ticket, we don't currently support Cesium ion Self-Hosted servers that are running in single-user authentication mode. This is inconvenient, especially since single-user mode...

While Cesium for Unreal currently has an API documentation that can be generated from the source using Doxygen, we don't seem to be publishing it anywhere currently. As noted in...

As noted [on the forums](https://community.cesium.com/t/unable-to-use-bing-maps-labels-only-raster-overlay/31497) and documented in CesiumGS/cesium-unity#455, some Ion imagery assets provide [protocol-relative URLs](https://en.wikipedia.org/wiki/Wikipedia:Protocol-relative_URL) for their content. While this is technically supported by the RFC 3986 standard, our...

Closes #637. Users often have data with heights referenced to mean sea-level (MSL), but Cesium uses the WGS84 ellipsoid internally, which can differ from MSL by dozens of meters in...

[As identified on the forums](https://community.cesium.com/t/unable-to-use-bing-maps-labels-only-raster-overlay/31497), Cesium for Unity (and potentially all cesium-native clients) attempts to load some Ion imagery overlays from the incorrect URLs. For example, for asset 2411391, the...

bug

Same issue I wrote about on the forums: https://community.cesium.com/t/crash-in-cesium-for-unity-during-code-reloading/29544 Occasionally during code reloading, Cesium for Unity will crash due to a read access violation coming from one of two lines,...

bug

CesiumGS/cesium-native#786 moved the dependencies for `cesium-native` to vcpkg. In the process, this introduced some small changes that break the build for the Unity native plugin. This pull request fixes these...

To test out CesiumGS/cesium-native#876, I've created a long-running [soak test](https://en.wikipedia.org/wiki/Soak_testing) to evaluate the memory usage of cesium-native over a long period. The test consists of loading the Google P3DT and...