Which 3D File Format Should I Choose

Started by
0 comments, last by LorenzoGatti 13 years ago
Hi everyone,

I'm relatively new to 3D game programming and I would like to known which 3D file format you guys recommend I use. The game engine I'm using supports the following file formats:

  • X
  • 3DS
  • MDL
  • MD2
  • MD3
I'll be using Blender 2.56 for the design.
Advertisement

Hi everyone,

I'm relatively new to 3D game programming and I would like to known which 3D file format you guys recommend I use. The game engine I'm using supports the following file formats:

  • X
  • 3DS
  • MDL
  • MD2
  • MD3
I'll be using Blender 2.56 for the design.


For practical purposes, the 3D file format you'll be using is Blender's one. If you aren't sure of which format you want to use for exported models, try multiple formats and perhaps different exporters and judge quality from the end result in your game engine. I expect model export from Blender to be automated with a Python script ("object A to file B in format C with settings D"), so using different file formats for different models shouldn't be a problem.

Omae Wa Mou Shindeiru

This topic is closed to new replies.

Advertisement