You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Texture paths currently can't be resolved correctly for nested USDZ files. One level is fine.
Fixing this would require adjustments to the WASM bindings.
The current approach is very brute force: when texture references can't be found in the toplevel folder or file, the virtual filesystem is queried for all other potential toplevel files/USDZ archives to check if they are the one containing the texture.
That means that identical texture paths between different USDZ files most likely won't be resolved correctly.
Deeply nested USDZ files (USDZ inside USDZ) also will probably not work right now.
The text was updated successfully, but these errors were encountered:
Texture paths currently can't be resolved correctly for nested USDZ files. One level is fine.
Fixing this would require adjustments to the WASM bindings.
The current approach is very brute force: when texture references can't be found in the toplevel folder or file, the virtual filesystem is queried for all other potential toplevel files/USDZ archives to check if they are the one containing the texture.
That means that identical texture paths between different USDZ files most likely won't be resolved correctly.
Deeply nested USDZ files (USDZ inside USDZ) also will probably not work right now.
The text was updated successfully, but these errors were encountered: