English

Convert STL to USDZ in C#

STL files are used in computer-aided manufacturing as these files contain 3D geometrical information. Whereas, a USDZ file is often used to create augmented-reality-based scenes. In certain use cases, you might need to convert an STL file to USDZ format. This article covers how to convert an STL file to a USDZ file programmatically in C#.
March 28, 2022 · 2 min · Farhan Raza