Difference between revisions of "ToDo/Pathfinding"
From SCI Wiki
Jump to navigationJump to search (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. ...") |
|||
Line 9: | Line 9: | ||
* [[ToDo/Pathfinding/Implementation|Implementation]] | * [[ToDo/Pathfinding/Implementation|Implementation]] | ||
* [[ToDo/Pathfinding/Future|Future]] | * [[ToDo/Pathfinding/Future|Future]] | ||
+ | |||
+ | |||
+ | | ||
+ | |||
+ | [[Category:ToDo Pages]] |
Latest revision as of 23:27, 16 November 2014
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.