Directx Fbx Converter 2016 Olympics

How to convert DirectX.X files for use in games. Hi Simon, thanks for the useful info. It is certainly most helpful! There is an alternative approach for accessing.x model content which might not be that great *cough* but is something that I have done in the past for my sins. In the past I seem to find when I see that it's like this: 'Well, you can pick any of these 4 toolkits, but people only use x' 2016-09-04T10:42:45 Kerr-A> So can I get a recommendation? 2016-09-04T10:42:51 dongs> stm8 has a free windows compiler from cosmic, about the only c hoice 2016-09-04T10:42:57 dongs> the guy who was doing stm8 support in.

14 Dec 2016CPOL

While putting together the UnityXNA article, I cast aside all warnings and threw caution to the wind and spent a bit of time trying to get my 3D starter XNA sample in to the framework, it should come as no surprise from the tenant of that article that I failed, granted I only spent about an hour or so on it but I realized quickly why it was only 2D so far.

That being said, I find myself looking at the UnityXNA source and Unity’s API daring myself to go back and fix it, I may if I have time .

Now one of the biggest barriers I hit was that some of my assets were in Microsoft’s DirectX X .X format, there is no problem for XNA but Unity does not like these, not one bit.

What Formats DOES Unity Support

Amazingly, Unity has an astounding amount of support for 3D model formats, including:

Road to Conversion

Now quite surprisingly, converting models FROM .X is quite difficult, want a package to SAVE in .X format no problem, but Import!, that’s a one way trip to the funny farm.

After a few hours of searching and installing tools, I eventually came across a solution that not only worked, it was also FREE.

Directx Fbx Converter 2016 Olympics

LithUnwrap is primarily a tool for mapping and editing the UV coordinates of low poly models, but it can also read and write models from one format to another.

It supports Importing & exporting LWO, OBJ, DXF, 3DS, ASC, COB, and X files.

So after launching up LithUnwrap, you can open up a model file:

Once loaded, we can simply then save the model to whichever format we want to use, I’ve no particular preference but I generally use OBJ files as they are more commonly supported by other tools, but if you are using Unity and have access to 3D Studio Max (or have a modeler who does), then you can just export to .3DS which Unity also supports:

Just be sure to use the “Model –> Save” options, the export options are for other things.

*Note

Directx Fbx Converter 2016 Olympics Soccer

I could not confirm (just because I didn’t have any assets to test with) if LithUnwrap will also convert / save all the features of a model such as Animations, Bones. It does support Meshes and Textures (including the ability to UnWrap / change the UV mapping of a model) but you should check if you have Animations or Bones in your model if they are also exported. Granted if you have no other option you might just have to live with it and re-create them in your tool of choice.

What Didn’t Work?

Directx Fbx Converter 2016 Olympics

In my journey, I followed many posts and hints of ways I could convert .X files, here why most of them didn’t work:

  • Milkshape – Was free to TRY and could read .X files. But doesn’t allow saving in the trial. Granted it wasn’t much and you may want to buy Milkshape if you wish.
  • TrueSpace3D – Truespace was made free several years back after Microsoft bought them, can be tricky to find but it's a great Free 3D tool. However, it cannot import .X files no matter what people say! (<Download Link>)
  • Online / downloadable model converters – looked at several but ALL require purchase, anything from $100 to $$$$, seems it’s a very hot market.
  • 3DS Max / Maya – I found hints that these big boy tools may be able to read .X files but couldn’t confirm (plus Autodesk’s site wasn’t working when I tried to check)
  • ModDb.com had some great tools (like xconv) but they generally only convert into 1 format or another, usually for specific Game engines like Modern Warfare
  • Blender is a great and FREE 3D modelling tool, however it can only Export .X files. I think it did Import .X files at one point but such things have been lost to the past (I went back as far as version 2.49b but no luck.)
  • Do it yourself – found a nice article on how you could write your own converter / importer for the .X format, but I’m just not going there right now – http://www.opengl.org/discussion_boards/showthread.php/166733-Convert-from-X-or-OBJ-to-openGL-in-C

Right, I’m going back to my futures series, next up is the SunBurn engine which has raised a fair few eyebrows of late with announcements such as this:

Later!

Online
Viewed 748 times
$begingroup$

I'm having an extremely difficult time trying to convert an FBX file into a format that can be used with DirectX. I've read a lot of articles on forums all over the internet and have followed instructions carefully but have not yet been successful in loading a skinned mesh from an FBX file.

As I understand it, I am required to set the 'Bone Offset' field of a DirectX skinned mesh frame to the inverse bind pose of the bone which I can get using FBX SDK like so:

Then I get animation like this:

Then in my renderer I have this:

The model, however, is disfigured...skinned mesh:

standard mesh:

What is the proper way to evaluate the transforms for a skinned mesh when converting from FBX to DirectX 9?

P. AveryP. Avery
4251 gold badge4 silver badges17 bronze badges
$endgroup$

Online Fbx Converter

Browse other questions tagged c++directxdirectx9fbxskinning or ask your own question.