-1

I'm new to WPF and I'm trying to add animated/rigged 3D objects using Helix toolkit but I can't import fbx files. Is there a way to import fbx files into WPF?

shesharp
  • 345
  • 2
  • 13

3 Answers3

1

You can use Visual Studio Mesh Pipeline to convert FBX to CMO, and import the CMO. Since FBX format is a very powerful but complicate format, converting to CMO may not get correct bone result, but you can try at least. And bone skinning only supports in HelixToolkit.SharpDX version.

Lance H
  • 886
  • 1
  • 9
  • 14
0

Helix toolkit does not have support for fbx files as far as i know. Have a look at the Import section of the toolkits feature list. I think the only way is to convert from fbx to one of the supported formats and import this.

Quergo
  • 888
  • 1
  • 8
  • 21
0

New HelixToolkit release contains Assimp importer, which will support FBX import.

Lance H
  • 886
  • 1
  • 9
  • 14