You are correct about the lack of documentation. However, Helix Toolkit provides many examples in their GitHub site that can be used to help out. The example that will help you load a fbx file using Helix Toolkit is called FileLoadDemo.
How to load FBX file in Helixtoolkit.SharpDX using Assimp in WPF?
Yasmine_nj
1
Reputation point
I'm using Helixtoolkit in my WPF project and it seems that Helixtoolkit doesn't support FBX files. So I think I should use the 3D model import-export library Assimp. how can I import an FBX file into my WPF project using HelixToolkit.Wpf.SharpDX.Assimp ? There is no documentation for Assimp.