mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 08:23:53 +00:00
Fix links
This commit is contained in:
parent
909d25320e
commit
298af7f6a6
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ Maximum number of triangles in each node of mesh AABB tree.
|
||||||
Expert Recastnavigation related settings
|
Expert Recastnavigation related settings
|
||||||
****************************************
|
****************************************
|
||||||
|
|
||||||
This section is for OpenMW developers who knows about Recastnavigation <https://github.com/recastnavigation/recastnavigation>`_ library and understands how it works.
|
This section is for OpenMW developers who knows about `Recastnavigation <https://github.com/recastnavigation/recastnavigation>`_ library and understands how it works.
|
||||||
|
|
||||||
cell height
|
cell height
|
||||||
-----------
|
-----------
|
||||||
|
@ -320,7 +320,7 @@ max polygons per tile
|
||||||
|
|
||||||
Maximum number of polygons per nav mesh tile. Maximum number of nav mesh tiles depends on
|
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))).
|
this value. 22 bits is a limit to store both tile identifier and polygon identifier (tiles = 2^(22 - log2(polygons))).
|
||||||
See recastnavigation <https://github.com/recastnavigation/recastnavigation>`_ for more details.
|
See `recastnavigation <https://github.com/recastnavigation/recastnavigation>`_ for more details.
|
||||||
|
|
||||||
max verts per poly
|
max verts per poly
|
||||||
------------------
|
------------------
|
||||||
|
|
Loading…
Reference in a new issue