ToDo/Pathfinding
From SCI Wiki
Revision as of 00:02, 31 August 2013 by Andrew Branscom (talk | contribs) (Created page with "SCI provides a pathfinding function which allows games to move objects around obstacles. The methods that were used in SCI to implement this functionality have been patented. ...")
SCI provides a pathfinding function which allows games to move objects around obstacles. The methods that were used in SCI to implement this functionality have been patented.
This is a report on how the semantics of the pathfinding function were determined and a non-infringing substitute was implemented in FreeSCI.