Merge LineGeometries

Hello, is it possible to merge LineGeometry (three.js examples) geometries? LineGeometry uses InterleavedBufferAttribute therefore built in mergeBufferGeometries function throws an error - InterleavedBufferAttributes aren’t supported. Can I leverage custom merge function or are there technical constraints?

1 Like