CesiumGS / cesium-unreal

Bringing the 3D geospatial ecosystem to Unreal Engine
https://cesium.com/platform/cesium-for-unreal/
Apache License 2.0
902 stars 287 forks source link

Use `AccessorUtility` in cesium-native instead of `GltfAccessors` #1347

Closed j9liu closed 6 months ago

j9liu commented 6 months ago

While working on features / metadata in Cesium for Unity, I ported a lot of the GltfAccessors.h code from Unreal to cesium-native. The code is exactly the same, so there's no need to keep the duplicate code in Unreal. This PR uses the cesium-native functions / typedefs and deletes the Unreal-specific files.

kring commented 6 months ago

This all looks good to me. Can you please take a look at the build failures on Linux and Android, though?