English

Convert USDZ to OBJ File in C#

USDZ files contain 3D geometry and shading data for a scene and are commonly used for creating augmented reality content. Sometimes, you may need to convert USD or USDZ to a 3D Object file. In accordance with such scenarios, this article covers how to convert a USDZ file to an OBJ file programmatically in C#.
February 18, 2022 · 2 min · Farhan Raza

Convert USDZ to OBJ File in Java

USDZ is an unencrypted and uncompressed ZIP archive for storing Universal Scene Description files. They are popularly used by different organizations to show their products online with the help of augmented reality. However, you might need to convert a USD or USDZ file to OBJ format, in some use cases. Accordingly, this article explains how to convert a USDZ file to an OBJ file programmatically in Java.
January 17, 2022 · 2 min · Farhan Raza