Robmaister / SharpNav

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

Using multiple meshes with specified transformation #13

Closed AqlaSolutions closed 10 years ago

AqlaSolutions commented 10 years ago

Are you going to add the possibility to use multiple obj models as a "Compouned Mesh" or somehow? I also need the possibility to specify position, rotation and scale when adding meshes to it.

AqlaSolutions commented 10 years ago

Already almost implemented it myself with your ObjModel class and SlimMath library. Let me know If you are going to add this feature and I'll post my code here.

Robmaister commented 10 years ago

Not in the Examples project. In the next few weeks we're going to clean up the last few major bugs, add unit tests, and have a "1.0" release.

After that, we're going to work on an editor of sorts that would allow you to create a scene with multiple models that you would then run through SharpNav, and it would allow you to tweak the mesh afterwards and also add in off-mesh connections and basically anything else you would ever want to do with a navmesh. This (along with a few other feature requests here) is something for that project. It will likely also be a separate repo that depends on SharpNav via submodule. So keep the code you have right now and I'll let you know when the repo is up and you can send a pull request then.