BullFlack / recastnavigation

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

Move common mesh generation functions from Demo to Recast #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a wish list item.

While the intention of Recast is to provide a number of utilities to do
your own mesh generation. I find the sample generation techniques are good
enough for my purposes.

The trouble is the sample mesh generation techniques are all tied up with
the sample code. If the generation was refactored out into Recast helper
functions then it would be easier to use Recast generation out of the box.

For example, refactoring Sample_TileMesh::buildAllTiles() to some kind of
Recast utility function like rcTileMeshBuildAllTiles.

Original issue reported on code.google.com by cameron....@gmail.com on 20 Apr 2010 at 4:38

GoogleCodeExporter commented 8 years ago

Original comment by memono...@gmail.com on 8 Jul 2010 at 11:02