for (let h = 0; h < smeshes.length; h++) {
        const sm = smeshes[h]
        sg.add(sm)
        sm.position.copy(offset)
      }