Open kashyapjain opened 1 year ago
How to convert usd file to usdz using the USDZLoader parse function as it also returns invalid zip
Do you mind sharing the UDSZ file that produces the runtime error?
The file is usd not usdz that is the problen itself i am using audio2face api which only returns usd and i want to load usd on three.js. I think the parse function in usdzLoader class is for the same pourpose but i am getting the same error from that too.
Below is the usd file https://drive.google.com/file/d/1QUNsc2JLPgsf4WH0ojg235TVGKwVRUIf/view?usp=sharing
This file is a usdc
(USD Crate) which we still don't support. We only support usda
(USD ASCII).
However, would be nice to clean this up a bit and have both a USDLoader
and a USDZLoader
.
Related: #24574
Yes that would be great
Description
Invalid zip file error when parsing usd file
Reproduction steps
1.tryi loading a usd file
Code
Live example
Screenshots
No response
Version
0.133.0
Device
No response
Browser
No response
OS
No response