docs: update tutorial link

This commit is contained in:
Victor B 2023-07-01 20:26:46 +02:00 committed by GitHub
parent 881ac559f1
commit 3f1c175c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ import * as TWEEN from '@tweenjs/tween.js'
- [User guide](./docs/user_guide.md)
- [Contributor guide](./docs/contributor_guide.md)
- [Tutorial](http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js
- [Tutorial](https://web.archive.org/web/20220601192930/http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js
- Also: [libtween](https://github.com/jsm174/libtween), a port of tween.js to C by [jsm174](https://github.com/jsm174)
- [Understanding tween.js](https://mikebolt.me/article/understanding-tweenjs.html)