mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-22 16:13:45 +00:00
navmesh creation default fixes
fx navmesh scale detection fill in mission file based .nav file name account for walkableclimb having more filter weight than walkableslope when it comes to slanted quads generating navmesh data
This commit is contained in:
parent
9d4bfec4d1
commit
c9bc7aa6cb
2 changed files with 9 additions and 6 deletions
|
|
@ -195,9 +195,9 @@ NavMesh::NavMesh()
|
|||
|
||||
mCellSize = mCellHeight = 0.2f;
|
||||
mWalkableHeight = 2.0f;
|
||||
mWalkableClimb = 0.3f;
|
||||
mWalkableClimb = 0.5f;
|
||||
mWalkableRadius = 0.5f;
|
||||
mWalkableSlope = 40.0f;
|
||||
mWalkableSlope = 45.0f;
|
||||
mBorderSize = 1;
|
||||
mDetailSampleDist = 6.0f;
|
||||
mDetailSampleMaxError = 1.0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue