Kevin Ring

Results 188 issues of Kevin Ring

I'm guessing the (default) private inheritance is just a typo? It causes a C4673 warning in MSVC in our project: ``` D:\a\cesium-unreal\cesium-unreal\packages\CesiumForUnreal\HostProject\Plugins\CesiumForUnreal\Source\ThirdParty\include\swl\variant.hpp(656): error C4673: throwing 'swl::bad_variant_access' the following types will...

Reported here: https://community.cesium.com/t/fatal-error-while-spawning-cesium3dtileset/34641 When a Cesium3DTileset is added via the Editor, it will have a reference to a `CesiumIonServer` instance (usually the default SaaS one) and so Unreal will know...

bug

UE 5.2 / Cesium for Unreal doesn't work very well on this machine. I'm inclined to blame the terrible GPU (an "Intel Iris Plus Graphics 655 1536 MB"), but I...

bug

Our `UScreenCreditsWidget`, which is found in our CesiumRuntime module, uses Slate to display credits. But we're incorrectly only depending on Slate in Editor builds: ```csharp if (Target.bBuildEditor == true) {...

bug
good first issue
low hanging fruit

As a result, installing our binaries results in errors at startup: The workaround is tedious: https://support.apple.com/en-us/102445#openanyway The binaries built by Epic and installed via the Launcher _are_ signed, which is...

bug
quality

Scene `07_CesiumGoogleMapsTiles` has this billboard: ![image](https://github.com/user-attachments/assets/12bb4a73-f98a-40b0-b639-818bf0c2f83e) This text should be updated, because I don't think it's Experimental anymore, and you can now access it via Cesium ion.

I originally set out to fix the clearly-incorrect normals for tilesets with `KHR_materials_unlit` (#1528). The immediate cause of the bug was that it wasn't taking into account the scaled positions...

This is Google Photorealistic 3D Tiles, in the 12_CesiumGoogleMapsTiles level of CesiumForUnrealSamples. Note the dark bands: ![image](https://github.com/user-attachments/assets/f94ab297-44b9-4bce-890d-e56b6b65686a) It's caused by a very incorrect normal: ![image](https://github.com/user-attachments/assets/b3d85ddb-6e39-4c48-aa45-af3f0bb95350) Checking "Ignore KHR_materials_unlit" on the...

bug

`CesiumGltfComponent.cpp` copies the glTF vertex data into a `TArray`, which represents the mesh as an array of structures. Then, it calls `Init` on various Unreal "vertex buffer" classes to copy...

performance
low hanging fruit

#783 adds support for querying heights from a tileset at a point. However, it reports a warning - and doesn't find intersections - when the position falls within a tile...

enhancement