How can I load .FBX files?
Posted
by
gardian06
on Game Development
See other posts from Game Development
or by gardian06
Published on 2012-03-29T02:38:16Z
Indexed on
2012/03/29
5:42 UTC
Read the original article
Hit count: 501
I am looking into options for the model assets for my game. I have gotten pretty good with Blender, and want to use C++/DirectX9 (don't need all the excess from 10+), but Blender 2.6 exports .fbx not .x (by nature) and supposedly what is exported from Blender to .x is not entirely stable.
In short how do I import .fbx models (I can work around not having animations if I must) into DirectX9? Is there a middleware, or conversion tool that will maintain stability?
© Game Development or respective owner