I need to draw and animate a 3D object on windows desktop that the user can interact with (a dog for example). User interaction assumes clicks, display of (iregular shape) dialogs for user input etc.
- Do you know any concrete way to achieve this?
I am thinking I have several options, any recomendations, which one is best, easiest?
- WPF
- OpenGL
- DirectX
- XNA
Are there any libraries (free or paid) that can help?
I have done some reasearch and it seems like WPF is a good choice.
Model is created in 3D modeling tool (3DStudioMax, Maya etc.) and then it's exported to XAML for use in WPF.