dropecho / desteer

desteer is a steering behaviors library written in C++. Its meant to be easily extensible and very clean.
13 stars 1 forks source link

IWorld Interface #15

Closed vantreeseba closed 8 years ago

vantreeseba commented 12 years ago

Build an IWorld interface that contains all the information about the "world" the desteer entities will need to know, and build a default implementation of it (like simple steering controller).

This should have a reference to a spatialQueryable interface.