Robmaister / SharpNav

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

load multiple meshes? #5

Closed SallyDT closed 10 years ago

SallyDT commented 10 years ago

can you provide an option to load multiple meshes into the same scene?

Robmaister commented 10 years ago

If you're talking about the Examples project, it's just a small visualizer so that I can debug navmesh generation and will serve as a sort of "unit" test for any changes I make in the future.

SallyDT commented 10 years ago

Here is the use-case:

Robmaister commented 10 years ago

For an editor tool, this is great, but out of scope for the Examples project. The Examples project is supposed to serve as a sort of high-level unit test as well as be an example of how to properly use SharpNav. Cluttering it up with a whole bunch of extra features makes it harder to find where the actual example code is and might spread it out too much.

This will be included in an editor in the future (as well as ways of making your use-case work), but won't be for the Examples project.