-
Notifications
You must be signed in to change notification settings - Fork 26
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
Some USDZ models can't be loaded #6
Comments
Same here with some usdz files:
|
I think this is connected to animations. |
It's most likely on the wasm side of things, but not sure when/how it could be supporting what is missing |
It seems like the wasm side is not compiled with openvdb support. Maybe your files have simulation data in them? |
@meshula No idea! What about the file provided by @Alyona2209 in the issue? |
Yeah, my apologies, I just checked the contents of the file. The file is well formed, and the balloon is animated in various programs that I checked. I just opened the file in |
@meshula I'm seeing the errors in the console as I pasted above, which seems to be the same errors as @Alyona2209 saw in the screenshot and with the file attached in the first message of the issue. Could you maybe also check the files pointed on there #11 :
The files that don't work on my side seem to have animations too. Maybe |
Those files work in Quicklook and other places. The problem must be with three-usdz-loader itself. |
@meshula @GregOriol @Alyona2209 thanks for the report. The issues you are encountering with those files are very likely to be within the wasm side of things indeed. As mentioned in the readme, this library is just a wrapper around autodesk wasm adaptation of usd. It could be some missing extensions during compilation, or something else. I don’t have much time right now to investigate, but I would encourage you to compile autodesk usd repository yourself, and see if compiling with those extra extensions fixes your issues. I plan to investigate about all of those issues as soon as I have time, thanks for your understanding ! |
For some reason, some USDZ models are not been loaded in the viewer (but they are loaded on iOS). Without special errors, the scene just remains clean:
usdz (1).zip
Please, check
The text was updated successfully, but these errors were encountered: