How to load FBX file in Helixtoolkit.SharpDX using Assimp in WPF?

Yasmine_nj 1 Reputation point
2022-06-20T16:09:53.31+00:00

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.

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,676 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,277 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
766 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Wells 1 Reputation point
    2022-10-27T14:01:49.297+00:00

    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.