English

Convert OBJ to USDZ in Python

In a 3D object file, we can find 3D coordinates, texture maps, polygonal faces, and other information related to your 3D object. Whereas, a USDZ file format enables iOS devices to display 3D and AR content without the need for specialized apps. In this article, we will learn how to convert an OBJ file to USDZ format in Python.
November 10, 2022 · 3 min · Muzammil Khan

Convert OBJ to STL in Python

OBJ file is an end product of the 3D modeling process, usually generated by CAD (Computer Aided Design) software. It is a geometry definition file containing vertex, vertex normals, vertices, etc. In certain cases, we may need to convert an OBJ file to STL format. The STL file contains information about 3D vector graphics. In this article, we will learn how to convert an OBJ file to STL format in Python.
October 6, 2022 · 3 min · Muzammil Khan