YiMingFu / recastnavigation

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

will temp obstacle function be added to tile mesh? #186

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
adding temp obstacle is a usefull funtion.i changed some code to add cube 
besides cylinder.
i build navmesh with tile mesh,so i can save navmesh file to disc.but temp 
obstacle is the other choice.
why don't add temp obstacle function to tile mesh?

Original issue reported on code.google.com by sandy...@gmail.com on 18 Nov 2011 at 10:02

GoogleCodeExporter commented 8 years ago
Can you be more specific? Are you using DetourTileCache?

Original comment by mi...@tinkercad.com on 18 Nov 2011 at 11:28

GoogleCodeExporter commented 8 years ago
Yes,i'm using DetourTileCache.
Is it ok to add addTempObstacle funtion to Sample_TileMesh?

Original comment by sandy...@gmail.com on 19 Nov 2011 at 8:00

GoogleCodeExporter commented 8 years ago
It is not impossible to that function to Sample_TileMesh, but I rather not do 
it as it complicates the code further. The samples seems to be already quite 
hard to follow.

Original comment by memono...@gmail.com on 19 Nov 2011 at 8:49

GoogleCodeExporter commented 8 years ago
I added Sample_TempObstacles::saveAll and Sample_TempObstacles::loadAll.
Seems like all right:)

Original comment by sandy...@gmail.com on 22 Nov 2011 at 8:28

GoogleCodeExporter commented 8 years ago

Original comment by memono...@gmail.com on 10 Mar 2012 at 9:01