Hello All,
As we can use on mesh
mesh.position.set()
To position the mesh.
Is it possible to position at the geometry level.
I check the translate() but it is not working as expected for me.
Please any suggestion here
Thanks
Hello All,
As we can use on mesh
mesh.position.set()
To position the mesh.
Is it possible to position at the geometry level.
I check the translate() but it is not working as expected for me.
Please any suggestion here
Thanks
The problem is with my way of translating actually i am translating the same geometry shared to other objects so thats why all have the same translation.
The translate function is the way to translate an obj at geometry level.