Merge BufferGeometries with different attributes

Hi,

Trying to merge several geometries where some of them has different number of attributes. This works fine when using the deprecated Geometry, but converting them to BufferGeometry does not seem to work. Would the best way here be to use the deprecated Geometry object or is there any way to solve this?

Thanks

I wouldn’t say that. The merge worked technically but the final values in the merged geometry were default values which were mostly unusable.

Hence, you have to define the missing buffer attributes in your geometries with proper values for your app.

Thanks again!