Skip to content

arvind-iyer/aframe-recast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aframe-recast

Demo

This project uses Recast Navigation JS and exposes the ability to bake a navigation mesh in A-Frame.

This component does not handle path-finding using the nav mesh. For that, you can use aframe-extras - nav-agent

Setup

$ git clone https://github.com/arvind-iyer/aframe-recast
$ cd aframe-recast
$ npm install
$ npm run dev