- 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
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