I'm working with threejs and my goal is straightforward. I aim to achieve the following:
- Create two cubes positioned with a 1 cube-wide gap in between
- Combine them into a single geometry object using geometry.merge
Unfortunately, despite hours of effort, I haven't been able to find any resources on how to do this.