Hello,
I would like to load models in my project.
What would you recommend, considering ease of loading it with C#, existence of written libraries for that or writing my own ?
Posted Friday, 5 September, 2008 - 15:45 by docflabby
Ooh i was looking for something just like this - do you know of any other similar projects for other model files?
I have ported a very primative milkshake loader to c# but this looks far far better than my poor attempt!
Comments
Re: Models Format Recommendation
I have a project at https://sourceforge.net/projects/oogl/ that can load and animate milkshape files.
Its uses OpenTK for its OpenGL binding, so you might find it helpful to get some ideas.
Re: Models Format Recommendation
Ooh i was looking for something just like this - do you know of any other similar projects for other model files?
I have ported a very primative milkshake loader to c# but this looks far far better than my poor attempt!
Re: Models Format Recommendation
Thanks Kamujin!
I'll check it out!