cesium-native
cesium-native copied to clipboard
Fix problem parsing i3dm BATCH_ID
The code for initializing BatchIdSemantic would fail when no component type was specified for the BATCH_ID semantic, but that is incorrect; uint16 is the default.
Addresses #1201
@timoore Could you update CHANGES and add a unit test before I take a deeper look?
@timoore Could you update CHANGES and add a unit test before I take a deeper look?
I've done that now. Good thing you insisted on the unit test; it revealed a more serious bug!