diego1996 / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

Having information about scene limits will be nice! #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to extract from gkScene the limits for all the static 
objects.

The interface could be something like this:

  const Ogre::AxisAlignedBox& gkScene::GetLimits() const;

This will allow me implementation of a depth map to be used in pathfinder 
algorithm (A*)

Original issue reported on code.google.com by silveira.nestor@gmail.com on 17 Feb 2010 at 12:07

GoogleCodeExporter commented 9 years ago
Should be simple to implement.
If your willing to get a patch together I'll add it to the rest of OgreKit

Original comment by snailr...@gmail.com on 17 Feb 2010 at 6:14

GoogleCodeExporter commented 9 years ago

Original comment by silveira.nestor@gmail.com on 19 Feb 2010 at 8:50

GoogleCodeExporter commented 9 years ago

Original comment by silveira.nestor@gmail.com on 19 Feb 2010 at 8:51

GoogleCodeExporter commented 9 years ago

Original comment by silveira.nestor@gmail.com on 22 Feb 2010 at 12:06