LWJGL Forum

Programming => OpenGL => Topic started by: madeinsoviets on February 10, 2011, 16:13:33

Title: Please, suggest a model format
Post by: madeinsoviets on February 10, 2011, 16:13:33
Guys, can anyone suggest me a good model format? The parameters are: 1) easy, 2) frame animation, 3) existing 3D max export 4) existing java import. I'm currently looking at *.md2, but i didn't found ready java import right now...
Title: Re: Please, suggest a model format
Post by: kappa on February 10, 2011, 16:19:17
md5 is pretty good if your looking for skeletal animation but for frame animation both md2 and md3 are good options.

Have a look at the feck code at http://www.cokeandcode.com/feck in the render module. It has md2 and md3 importers there.
Title: Re: Please, suggest a model format
Post by: madeinsoviets on February 12, 2011, 10:29:39
i have a brief look and thinl that this will help - thanks a lot, man!;)