Difference between revisions of "Modular Pathfinding Kit"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "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…")
 
Line 9: Line 9:
This guide has two paths:
This guide has two paths:


# the quick guide - a quick reference
# [[Quick Reference|Modular Pathfinding Quick Reference]] - a quick guide
# the more detailed guide - a through look at pathfinding scripting theory
# [[Detailed Guide|Modular Pathfinding Detailed Guide]] - a through look at pathfinding scripting theory

Revision as of 11:41, 1 July 2012

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. underwater (free movement)
  2. free aerial movement
  3. anything else?

This guide has two paths:

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