Final project for Graphics and Visualization 50.017 module. A man who dances. Powered by (three)JS.
TODO
- Implement Dual-Quaternion Skinning
- Implement Inverse Kinematics
- Implement parameter modulation with music
npm installTo build and serve the webpack bundle:
npm run build && npm run serve(This writes build/bundle.js to disk and runs http-server to serve the files).
For a server with hot module reloading, run:
npm run startand visit localhost:8080/bundle (this runs the webpack-dev-server). Note that the bundle file will not be written to disk in this case.