Draconzis Posted August 12, 2016 Share Posted August 12, 2016 So far in all the tutorials about nevmeshing I have watched, people make the triangles relatively small, and they never clarify why. For example, in a space were two large triangles would cover the area, they instead put multiple triangles. If I had a large room that is rectangular and it does not have any static objects to mesh around, is it alright to just place two really big triangles that covers the entire floor (leaving some space from the walls, of course)? Link to comment Share on other sites More sharing options...
Di0nysys Posted August 12, 2016 Share Posted August 12, 2016 Yup. Not a problem unless you're placing several NPC's around the room and want them to spawn in specific spots. NPC's in Skyrim are dropped at the closest node to their placement position. Having a higher vertcount is sometimes useful for marking preferred paths in case you have specific scenes or want to mark the exact path you want a follower to take when accompanying the player. TLDR; Useful for specific cases, but not required. Link to comment Share on other sites More sharing options...
Draconzis Posted August 12, 2016 Author Share Posted August 12, 2016 Yup. Not a problem unless you're placing several NPC's around the room and want them to spawn in specific spots. NPC's in Skyrim are dropped at the closest node to their placement position. Having a higher vertcount is sometimes useful for marking preferred paths in case you have specific scenes or want to mark the exact path you want a follower to take when accompanying the player. TLDR; Useful for specific cases, but not required. Alright, makes sense. Thanks for the answer. Link to comment Share on other sites More sharing options...
NexusComa Posted August 13, 2016 Share Posted August 13, 2016 I've always let the kit auto make my navmesh then go back and touch it up. Considering the kit always keeps them small I just go with that. (I'm sure there is some reason I'm unaware of) Link to comment Share on other sites More sharing options...
Recommended Posts