3d-tiles-validator icon indicating copy to clipboard operation
3d-tiles-validator copied to clipboard

Validator - Check that BATCH_ID values are correct

Open lilleyse opened this issue 8 years ago • 2 comments

@rms13

i3dm and pnts tiles contain an optional BATCH_ID semantic in their feature table. If this property exists, its values should be less than BATCH_LENGTH.

To help parse the contents of a feature table, you can require Cesium's Cesium3DTileFeatureTable file similar to how defined and defaultValue are often required.

Later we will also check that the batch id values for a b3dm tile are in range, but that won't be ready until we can parse embedded glb's.

lilleyse avatar Jul 06 '17 18:07 lilleyse

@lilleyse Should the BATCH_IDs be less than BATCH_LENGTH or exactly equal?

rms13 avatar Jul 07 '17 14:07 rms13

They should be less than.

lilleyse avatar Jul 07 '17 14:07 lilleyse