BaldrDash / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

Tile size inconsistency #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
dtNavMeshParams requires you to specify both tileWidth and tileHeight, where 
dtNavMeshCreateParams only supports one tileSize for both width and height.

Original issue reported on code.google.com by caytc...@gmail.com on 29 Nov 2010 at 3:55

GoogleCodeExporter commented 9 years ago
Are there plans to support arbitrary tile sizes in the future or is this just a 
minor inconsistency?

Original comment by caytc...@gmail.com on 29 Nov 2010 at 3:58

GoogleCodeExporter commented 9 years ago
The support for separate width and height is mainly for cases when you have 
just one navmesh piece. Detour should support rectangular tiles all the way 
through, but for the sake of simplicity Recast supports squares only.

If you have a good case where rectangular tiles would be good, let me know. 
Remember, all tiles must have the same shape and are laid out on a grid.

Original comment by memono...@gmail.com on 29 Nov 2010 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by memono...@gmail.com on 3 Feb 2011 at 9:24