Perchik71 / Creation-Kit-Platform-Extended

A collection of modifications, enhancements, and reverse engineered resources for Creation Kit by Bethesda.
GNU General Public License v3.0
57 stars 8 forks source link

[Enhancement] Make Navmesh Find Cover not split triangles into multiple smaller triangles. #38

Open robertgk2017 opened 5 months ago

robertgk2017 commented 5 months ago

Currently Find cover will split a triangle edge into multiple triangles if it is not at a parallel angle to the object it is calculating cover from. It usually will do this to apply distinct cover heights to the new smaller triangles that adjusts to the height of the object, relative to the new smaller triangles.

Could this be disabled, such that the cover generation just defines the cover data without splitting triangles at all?