UNPKG

three-pathfinding-3d

Version:

A 3D pathfinding library for Three.js, supporting navigation meshes (navmeshes) and various pathfinding algorithms.

6 lines (5 loc) 169 B
import { Vector3 } from 'three'; export declare function funnel3D(start: Vector3, end: Vector3, portals?: Array<{ left: Vector3; right: Vector3; }>): Vector3[];