Weird face  -  threejs examples

Weird face - threejs examples

Looks like I might start making stuff like this until I start to gain a better sense of what I really want to do with threejs in terms of making real content rather than demo videos for my blog posts on threejs that I have been doing thus far for the most part. For fellow javaScript nerds there are a lot of things to write about when it comes to the code and so forth as always. The main thing that I worked out lately is a system for lerping all the points of the position attribute of a buffer geometry instance back and forth between one state and another which is what I am doing for the mouth here. It would be best to park most of the details with that in a blog post of course. I will link to such a blog post here when I write it. For now I can link to some other posts that are loosely related to what I am doing here. THE BLOG POST ON THIS: https://dustinpfister.github.io/2022/... Other Relevant posts: https://dustinpfister.github.io/2021/... https://dustinpfister.github.io/2022/... https://dustinpfister.github.io/2021/... THREEJS DOCS: https://threejs.org/docs/#api/en/math... https://threejs.org/docs/#api/en/core...