How to translate the vertices of any geometry

I want to know is there any way possible to translate the geometry vertices (geometry.vertices)
i also noticed we have an built in function that is translate that work on an mesh but i want the translation on the vertices level too

Hi!
geometry.translate( x, y, z )?
https://threejs.org/docs/#api/en/core/Geometry.translate

1 Like