PatrolJS icon indicating copy to clipboard operation
PatrolJS copied to clipboard

Navigation mesh toolkit for ThreeJS

Results 3 PatrolJS issues
Sort by recently updated
recently updated
newest added

Hi, this links is broken: http://www.ai-blog.net/archives/000152.html -- Dirk

![image](https://user-images.githubusercontent.com/10474828/27673922-0ec0f4cc-5cac-11e7-8e0d-06ab89dd8f0c.png) If you put begin node straight against the stairs, and the end node on the platform, it does this (screenshot). It should be putting dots down the stairs and...

Now nodes can be built and passed around as a single object, and no name collisions would occur. ``` js jsonLoader.load( 'meshes/level.nav.js', function( geometry, materials ) { var zoneNodes =...