How to change a geometry shape dynamically?

Hi, I’m learning threejs by myself now. I’m trying to make a pottery maker for fun and learning. The concept is that the model rotate along the Y axis and I can use mouse to change the shape of the model dynamically. I have basic javascript knowledge. I have no idea how to achieve this. Can anyone give me a little clue? Thank you.

Hi!
Just as an example:
http://inear.se/lathe/
But it’s made with r47 (this revision saw dinosaurs :smile:)

3 Likes

Even if the used three.js version is old, the general approach of the application seems reasonable to me.

@AlecHsueh You could study the code and try to reproduce the basic parts of the app with the latest three.js version.

3 Likes

But it’s made with r47 (this revision saw dinosaurs :smile:)

:smiley:

Thanks for all of your replies. I’ll take a loot at it. Thanks for all of you guys.:kissing_heart: