-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing BATCH_LENGTH property in b3dm files #107
Comments
A first, quick response is that the There is a little bit of room for arguing about what "validity" means for "legacy" data, and I'll have a closer look at the data soon. Maybe it could be reasonable to assume that the |
There are some unknowns here, and would like to ask for confirmation:
The point is that it's not clear for me whether the original B3DM files contained glTF 1.0 or glTF 2.0 data. (glTF 2.0 was published mid 2017, so these B3DM files might still contain glTF 1.0). Could you attach one of the original B3DM files here, so that this can be analyzed further? It's very likely that the upgrade could be done with a small, custom script if necessary. But I'd like to get a clearer idea about the input, and whether the |
I think |
Hi
I assume the original b3dm contains glTF 1.0 as I see KHR_binary_glTF being removed from the file during upgrade |
I had a short look at the B3DM, and it indeed contains glTF 1.0 data, and no feature/batch table. Depending on your exact goal, there could be two options:
The latter will not try to upgrade the B3DM to create an "upgraded" B3DM. Instead, it will try to convert the B3DM directly into a GLB (with version 2.0, of course). There are some unknowns, and this is considered as a "preview feature", but from a quick test with the B3DM that you provided and a dummy "tileset.json" that refers to this B3DM, it seemed to work, so it should be worth a try. (If the goal is to explicitly create B3DM (and not GLB) as the output, then we might have to look closer into that - there'll probably also be an easy solution, but maybe converting to GLB with |
I'm currently trying to upgrade tilesets I created using ContextCapture in 2018.
The original .b3dm files don't have the BATCH_LENGTH property, and the upgrade tool doesn't add it during the upgrade process.
I'm currently receiving this error while running the 3d-tiles-validator:
for all .b3dm files in the tileset.
I added the upgraded tileset.json & example .b3dm
AKKO_247_TILES_cESIUM_ACT.zip
The text was updated successfully, but these errors were encountered: