Mutagen-Modding / Mutagen.Bethesda.Analyzers

A project to diagnose and analyze the health of a mod or a load order
GNU General Public License v3.0
14 stars 4 forks source link

Overlapping Navmeshes #28

Open Elliebot-Z opened 3 years ago

Elliebot-Z commented 3 years ago

I'm unsure if there's a difference in severity between a navmesh overlapping itself versus two navmeshes overlapping each other. There must also exist a z-difference threshold where this no longer crashes.

Noggog commented 3 years ago

This may be rough to implement without getting super fancy, as we'll need to interpret navmesh data and do positional calculations or somesuch? We'll have to see once we dig in how rough it is. Good to have on the list, though