I try to merge a list of LineGeometry as in this example:
https://threejs.org/examples/#webgl_lines_fat
Using BufferGeometryUtils.mergeGeometries
And get these errors:
failed while trying to merge the instanceStart attribute
And
InterleavedBufferAttributes are not supported.
Would appreciate if someone can shad a light on this one and suggest another solution to achieve it