Model format for small game

Posted by DeadMG on Game Development See other posts from Game Development or by DeadMG
Published on 2011-02-06T16:03:11Z Indexed on 2011/02/06 23:36 UTC
Read the original article Hit count: 208

Filed under:
|
|

I'm writing my own small-time game from scratch, and now I'm looking to start creating models. I've been wondering- what is the best model format to use? Given that I will be writing the model loading code myself and using whatever program generates them. Ideally, I'd look for a format that has fairly wide support between modelling programs, so I can pick the one I like most to actually perform the building, and the format itself would be relatively simple to load, rather than having all of the latest features.

© Game Development or respective owner

Related posts about c++

Related posts about directx