swordlegend / recastnavigation

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

Enhancement Request #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello Mikko,
  Is it possible for the classes below, to have their own .h and .cpp files? 

class PolyRefArray

class NavmeshFlags

class NavMeshTileTool

class TempObstacleCreateTool

class TempObstacleHilightTool

That way they can be overridden by users, without having to cut them out of the 
.cpp files they are currently in. 

I am making an editor for the C4 engine and I want to make it as easy to 
maintain as possible, so people can include the latest versions of 
recastnavigation in the future.

Original issue reported on code.google.com by hibberji...@hotmail.com on 16 Jan 2012 at 2:59

GoogleCodeExporter commented 9 years ago
I choose not do that. I want to encourage people to copy/paste and eventually 
rewrite the example code.

Original comment by memono...@gmail.com on 10 Mar 2012 at 8:58

GoogleCodeExporter commented 9 years ago
I decided not do that. I want to encourage people to copy/paste and eventually 
rewrite the example code.

Original comment by memono...@gmail.com on 10 Mar 2012 at 8:59