-
Notifications
You must be signed in to change notification settings - Fork 63
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
b3dm #1
Comments
Hi @dingqimin Glad to hear you are interested in using Unity3DTiles! The most likely problem is that this repository currently uses a slightly outdated version of the 3D Tiles tileset specification. We hope to have it updated to the latest spec soon. The b3dm reader is also pretty simple so I wouldn't rule out issues with it either. A quick test might be to create a blank scene with just a B3DMComponent pointing at a single b3dm file. That would allow you to test the b3dm loader independently of the rest of the tileset code. In the mean time, if you have a sample tileset and/or b3dm file you would like me to test with I'd be happy to see if I can identify/correct the issue. |
I am working on a branch to update the tileset schema. Please pull this branch and see if it resolves your issue: |
This update has been merged into master |
Hello, your project failed to load my B3DM file.Can you help me? |
Sorry for the slow reply. The b3dm loader we have implemented currently is very simple and has only been tested against b3dm files containing a single glb file with no additional information in the header. I bet your b3dm file probably exercises more of the specification than what we currently have implemented. I'm a bit over subscribed at the moment so I'm not sure when I will have a chance to look at this. In case anyone else out there wants to have a look, a good place to start would be to create a new scene and add a game object with just a B3DMComponent on it. Point it at the sample b3dm above and then step through https://github.com/NASA-AMMOS/Unity3DTiles/blob/master/Assets/Unity3DTiles/B3DMLoader.cs with a debugger to see where things go south. My guess is that we aren't handling a non-empty features table or some optional attributes correct as per the spec https://github.com/AnalyticalGraphicsInc/3d-tiles/blob/master/specification/TileFormats/Batched3DModel/README.md |
a good place to start would be to create a new scene and add a game object with just a B3DMComponent on it. the B3dm model isShow, |
you project can not load my 3dTiles. Is it tileset problem or b3dm problem?can you help me ?
The text was updated successfully, but these errors were encountered: