diff --git a/docs/source/reference/modding/settings/navigator.rst b/docs/source/reference/modding/settings/navigator.rst index ab174e45c2..1b65c35a85 100644 --- a/docs/source/reference/modding/settings/navigator.rst +++ b/docs/source/reference/modding/settings/navigator.rst @@ -215,19 +215,10 @@ triangles per chunk Maximum number of triangles in each node of mesh AABB tree. -recast scale factor -------------------- - -:Type: floating point -:Range: > 0.0 -:Default: 0.013 - -Scale of nav mesh coordinates to world coordinates. - Expert Recastnavigation related settings **************************************** -This section is for OpenMW developers who knows about Recastnavigation `_ library and understands how it works. +This section is for OpenMW developers who knows about `Recastnavigation `_ library and understands how it works. cell height ----------- @@ -329,7 +320,7 @@ max polygons per tile Maximum number of polygons per nav mesh tile. Maximum number of nav mesh tiles depends on this value. 22 bits is a limit to store both tile identifier and polygon identifier (tiles = 2^(22 - log2(polygons))). -See recastnavigation `_ for more details. +See `recastnavigation `_ for more details. max verts per poly ------------------