Modular Pathfinding Kit

From Second Life Wiki
Revision as of 18:40, 8 July 2012 by Myopic Mole (talk | contribs)
Jump to navigation Jump to search

There is a lot of options for how to create pathfinding creatures. It’s best to start by having an idea of what you want to create, either a real world analogue like a horse or a dog, or something mythical such as a ghost or fairy.

things that don’t work (at present):
   1. 3D spatial movement - for example underwater free movement or aerial free movement
   2. mixing physics and pathfinding (for instance using llImpulse with a pathfinding character)

This guide has two paths:

  1. Quick Reference - a quick guide
  2. Detailed Guide - a through look at pathfinding scripting theory

Return to Good_Building_Practices