English

Convert OBJ to 3DS File in C#

An OBJ file is a geometry definition file containing vertex, vertex normals, vertices, etc. However, a 3DS file can contain information about 3D vector graphics. In certain use cases, you might want to convert an OBJ file to 3DS format. In accordance with such requirements, this article covers how to convert an OBJ file to 3DS format programmatically in C#.
August 30, 2022 · 2 min · Farhan Raza

Convert OBJ to 3DS in Java

OBJ files contain polygonal faces, texture maps, and other information about 3D objects. Whereas, the 3DS files are used to store mesh data and material information along with other data. Sometimes, you may need to convert an OBJ file to 3DS format. For such requirements, this article covers how to convert an OBJ file to a 3DS file programmatically in Java.
August 1, 2022 · 2 min · Farhan Raza