I am getting the error:
"Cannot merge vertex data that do not have the same set of attributes."
when I try to merge a BABYLON.Mesh created using Vertex data with ones created with MeshBuilder.
What attributes are different/am I missing?
https://playground.babylonjs.com/#AGL702 (Line 26)
Thanks