Issue regarding conversion from USDZ to GLB/GLTF using ASPOSE CLOUD API

I was implementing 3D conversion using ASPOSE cloud API. GLB to USDZ is working fine, but we also need USDZ to GLB/GLTF. When I tried to do this, I encountered some errors:

  1. GLB as a file format is not accepted. Screenshot attached:
    image.png (41.4 KB)

  2. For GLTF, the generated file is not visible in any online GLTF viewer and it says: ‘THREE.GLTFLoader: Unsupported asset. glTF versions >=2.0 are supported.’ Screenshot attached:
    image.png (24.9 KB)

How to fix these issues? Can anyone help me?

1 Like

@tanmoyBit

You can try to use gltf2 or gltf2_binary as format, to generate glTF 2.0 file.

To resolve the issue with the GLTF conversion using the ASPOSE Cloud API, use gltf2_binary as the format. This should ensure compatibility with GLTF viewers supporting glTF version 2.0 and above.