jgoffeney / Cesium4Unreal

Notes for playing around with the Cesium Unreal Plugin.
2 stars 0 forks source link

UE5 Cesium Plugin Warning and Error Suppression #3

Closed jgoffeney closed 2 years ago

jgoffeney commented 2 years ago

This warning / errors may be useful but they spam the logs so I am going to update them for my plugin.

LogCesium: Warning: [2022-01-18 08:24:44.620] [warning] [Batched3DModelContent.cpp:130] This b3dm header is using the legacy format[batchLength][batchTableByteLength]. The new format is[featureTableJsonByteLength][featureTableBinaryByteLength][batchTableJsonByteLength][batchTableBinaryByteLength] from https://github.com/CesiumGS/3d-tiles/tree/master/specification/TileFormats/Batched3DModel.
LogCesium: Error: [2022-01-18 08:24:44.620] [error] [GltfContent.cpp:37] Failed to load binary glTF from https://jason.goffeney:dMmH84snAzCh3x@terracotta.global.xterrain.io/3dtiles/vricon_tilesets/3563213151/10/513/408.b3dm:
- Only binary glTF version 2 is supported, found version 1
LogCesium: Error: [2022-01-18 08:24:44.470] [error] [Tileset.cpp:817] Tile contained an unknown refine value: replace
jgoffeney commented 2 years ago

I commented out the warnings and added options for lower case refine values in Tileset.cpp