Skip to content

Alex-DG/threejs-character-controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.JS FBX Loader + Character controls

  • Load FBX character with animations.
  • The 3d model and animations can be found on mixamo.com.
  • By pressing on your keyboard: w,a,s,d and shift (turn on/off running mode) or space (start dancing!), you will be able to control the character movements and one special animation!.
  • This demo is based on SimonDev 3rd Person Camera Series on SimonDev Youtube Channel

movements

macarena

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

About

Load 3d FBX model with animations and using the keyboard to move the character: forward, backward, left, right and a special dance!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published