It would be nice to see a new probe for OGC 3D tiles. Specification: https://github.com/CesiumGS/3d-tiles/tree/master/specification
An OGC 3D tileset starts with a tileset.json which has a root tile, and recursively contains zero or more children. Each tile may have content, which refers to a B3DM, I3DM, PNTS or CMPT file. Of course one can add a lot of checks, but it only makes sense to check for the tileset.json and a handful of tiles.
It would be nice to see a new probe for OGC 3D tiles. Specification: https://github.com/CesiumGS/3d-tiles/tree/master/specification An OGC 3D tileset starts with a tileset.json which has a root tile, and recursively contains zero or more children. Each tile may have content, which refers to a B3DM, I3DM, PNTS or CMPT file. Of course one can add a lot of checks, but it only makes sense to check for the tileset.json and a handful of tiles.
Here are some example tilesets which should also work, although it is located in a Github repo: https://github.com/CesiumGS/3d-tiles-samples/tree/master/tilesets