Package com.jme3.ai.agents.behaviors.npc.steering

Steer behaviors.

See: Description

Package com.jme3.ai.agents.behaviors.npc.steering Description

Steer behaviors. Basic steering behavior ai structure provided by Tihomir Radosavljević. Incorporate full steer behavior project into MonkeyBrains by Jesús Martín Berlanga.

References:
- Craig W. Reynolds: "Steering Behaviors For Autonomous Characters"
- OpenSteer

For more information visit: http://jmesteer.bdevel.org/

If you find any bug please contact with me (Jesús) and I will be glad to fix it. You will find my email at the website mentioned before.
Version:
3.1.0, 26/10/2014


//////////////////////////
////////Changelog/////////
//////////////////////////

- 3.1.0, 26/10/2014, Jesús Martín Berlanga:
Wander behavior fixes

- 3.0.2, 9/10/2014, Tihomir Radosavljević:
Some steers accepts game entities instead of agents

Official integration with MonkeyBrains. Naming and style conventions to follow the same structure.

- 3.0.1, 20/8/2014, Jesús Martín Berlanga:
Small javadoc fixes

- 3.0, 17/8/2014, Jesús Martín Berlanga:
First official release

...


Author:
Jesús Martin Berlanga, Tihomir Radosavljević