English

Convert USDZ to GLB or GLTF File in C#

USDZ files are getting popular in different augmented reality scenarios. Sometimes, you may want to convert a USDZ file to GLB or GLTF format. In accordance with similar use cases, this article covers how to convert a USDZ file to GLB or GLTF format with ASCII or Binary encoding programmatically in C#.
July 19, 2022 · 2 min · Farhan Raza

Convert USDZ to GLB in Java

USDZ files are the ZIP files without any compression or encryption. Under certain use cases, you may need to convert a USDZ file to the GLB or GLTF file format. Accordingly, this article explains how to convert USDZ to GLB or GLTF format programmatically in Java.
June 19, 2022 · 2 min · Farhan Raza