0

I have a large number of Wavefront .obj files that I need to convert to XAML MeshGeometry3D elements. I can do this manually by importing them in Microsoft Expression Blend and copying the XAML, but it would help greatly if I could automate the process.

Are there any libraries (preferably .NET, but I'll take anything) to do this?

Matthew
  • 28,056
  • 26
  • 104
  • 170

1 Answers1

3

This toolkit has almost everything you would need: http://helixtoolkit.codeplex.com/

Viktor
  • 679
  • 6
  • 21