Skip to content

Files

Latest commit

 

History

History
26 lines (18 loc) · 1.04 KB

readme.md

File metadata and controls

26 lines (18 loc) · 1.04 KB

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