An open API service indexing awesome lists of open source software.

https://github.com/patrick-s-young/three-catmull-rom-path-animation

Three.js demo using a Catmull-Rom path to translate a treadmill animation to a given target.
https://github.com/patrick-s-young/three-catmull-rom-path-animation

Last synced: 3 months ago
JSON representation

Three.js demo using a Catmull-Rom path to translate a treadmill animation to a given target.

Awesome Lists containing this project

README

        

# three-catmull-rom-path-animation
Three.js demo using a Catmull-Rom path to translate a treadmill animation to a given target.

## Progress Report
In addition to the path, the direction (tangent to the point along the curve) is needed to animate a character so that it rotates on its Y-axis as it walks along the curved. To test, arrows are placed over each rendered point along the curve. While the tangent slopes are working, the direction is not (the arrows flip from going toward the click point to away). Further tests are needed.

https://github.com/patrick-s-young/three-catmull-rom-path-animation/assets/42591798/bb9aadb5-df7b-4f5f-9721-fea1fa108c18
## Authors

* **Patrick Young** - [Patrick Young](https://github.com/patrick-s-young)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.