This is a React project for post-processing Mixamo animations to make them work directly on RPM avatars.
There has been an issue for long where animations from Mixamo to RPM did not correctly worked, useClip React hook in this project helps you extract a processed clip which works as expected.
- Go to https://web-anim-test.vercel.app
- Go to mixamo.com and download any animation on any character
- Drag and drop the FBX file into test app screen
- Observe the animations playing correctly on RPM avatars
- Clone the repo and open the terminal in project root
- Run
npm iin terminal to install the node packages - Run
npm run startin terminal to run the app in localhost