Robmaister / SharpNav

Advanced Pathfinding for C#
sharpnav.com
Other
537 stars 129 forks source link

Suggestion. Use MeshOmatic #4

Closed SallyDT closed 10 years ago

SallyDT commented 10 years ago

Can I suggest you use MeshOMatic to load the OBJ files: http://www.opentk.com/project/Meshomatic

Robmaister commented 10 years ago

I'm going to choose not to, since it's OBJ loader is about where mine is - without group, object, or material support. The only difference is that it specifies InvariantCulture, which is a fix I'm going to make in a little bit (#3).

I may revisit this in the future for something other than the Examples project, but when I do that I'll likely want to also load material info and have a common interface/abstract class between all mesh formats, neither of which MeshOMatic does.