Is there a way to set the initial position of a geometry?

When I was trying to merge multiple BoxGeometries into in single mesh, I could not find a way to set the position of each box, so the final mesh are just multiple boxes stacks up together, you know, just looks like a single Box.

If there is a solution to set the position of geometries before I merge them? Thanks for the help!

Hi!
Are you looking for .translate() method?

2 Likes

Yeah, it is the one, thanks a lot for the help!

You’re welcome :beers: