1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 08:45:33 +00:00

Fix links

This commit is contained in:
elsid 2019-03-01 21:13:06 +03:00
parent 909d25320e
commit 298af7f6a6
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -218,7 +218,7 @@ Maximum number of triangles in each node of mesh AABB tree.
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
-----------
@ -320,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 <https://github.com/recastnavigation/recastnavigation>`_ for more details.
See `recastnavigation <https://github.com/recastnavigation/recastnavigation>`_ for more details.
max verts per poly
------------------