Game Development Reference
In-Depth Information
Seeking
Seeking is one of the core steering forces and calculates a force that moves the agent to-
ward their target. OpenSteer combines both seeking- and arrival-steering forces together in
order to allow agents to slow down slightly before reaching their target destination:
local seekForce = agent:ForceToPosition(destination);
Search WWH ::




Custom Search