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:
-
GLB as a file format is not accepted. Screenshot attached:
image.png (41.4 KB) -
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?