Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.41 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.41 KB

MeshWalk.js

MeshWalk.js is a JS library which helps your TPS game development with three.js.

examples

Usage and Learning

See following demos and check the source code with some comments. (You need three.js via peerDependencies or importmap)

  1. get started
  2. keyboard Input
  3. the CameraControl
  4. objects
  5. terrain
  6. AnimationController
  7. all together
  8. remove collider

examples with recast-navigation-js:

  1. with recast nav-mesh: followers
  2. with recast nav-mesh: auto navigation