Mobile app version of vmapp.org
Login or Join
Cooney243

: Popular 3D model file format which can be edited (and offline batch-rendered) by free tools? I'm architecting a software project which involves 3D graphics and will soon need to select a 3D

@Cooney243

I'm architecting a software project which involves 3D graphics and will soon need to select a 3D modeler to build some models for us. I'm trying to figure out what file format I should require the modeler to deliver to us.


We would ideally like something which can be opened and edited with free tools, but we don't want to force the professional modeler to use non-industry-standard tools which he/she may not be familiar with.
We will need to write a script to batch-render the models with a variety of texture maps. We need to be able to re-run this script on demand, and without using a GUI. So either the format must be accepted by a standalone rendering engine which we can run from the command line, or it must be simple enough that we can write our own scripts to convert it to what the rendering engine accepts.


Can you recommend a suitable 3D model file format?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Cooney243

2 Comments

Sorted by latest first Latest Oldest Best

 

@Samaraweera207

An .obj is an object file that gets exported/imported amongst different 3D modeling softwares. en.wikipedia.org/wiki/Wavefront_.obj_file
For instance, it's common for 3D modelers to create their base object in Maya or 3DS Max, then export that model as an .obj so it can be imported into another program for creating detailed effects such as Z-brush or Mudbox.

I think an .obj would be an option for their needs as it can be read by multiple 3D programs.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme