Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 316 Bytes

readme.md

File metadata and controls

6 lines (5 loc) · 316 Bytes

This is a javascript implementation of finding the shortest path across a three.js mesh.

Try out the example. Click on any two faces, and the script will:

  • Draw a breadth-first search tree on the mesh as a blue spiral
  • Draw the shortest path as a red line