Title: Trouble Animating FBX File in WPF
Explanation: I'm encountering difficulties animating an FBX file within a WPF (Windows Presentation Foundation) application. Despite trying various libraries like Assimp and Helixtool, I've been unsuccessful in achieving animation. The models load successfully but remain static without animation. I need assistance finding a solution to animate the FBX model within my WPF project.
Background Research: I've attempted to use different libraries, such as Assimp and Helixtool, to animate the FBX file in my WPF application. However, none of these attempts have been successful, and the model continues to load without animation. I've searched online for solutions but haven't found any that adequately address my issue.
Thank you for any help or guidance you can provide.