En

Convert OBJ to USDZ File Programmatically in C#

An OBJ file is a geometry definition file format that can contain texture maps, polygonal faces, and 3D coordinates. You may need to convert an OBJ file to a USDZ file for certain requirements. This article covers how to convert OBJ to USDZ file programmatically in C#.
March 1, 2022 · 2 min · Farhan Raza

Convert OBJ to USDZ in Java

In some scenarios, you might want to convert an OBJ file to USDZ format. In accordance with such requirements, this article covers how to convert an OBJ file to a USDZ file programmatically in Java.
February 1, 2022 · 2 min · Farhan Raza