Exploring the potential of dat.GUI for modifying mesh vertices coordinates has been an interesting challenge.
Initially, my approach involved removing and recreating meshes each frame, but after some research on this insightful link, I realized that this method is not recommended.
Should I utilize verticesNeedUpdate instead? Strangely, it does not appear to be documented in Three.js resources.