Hello,
How to add vertex color information to the polyline?
Assuming the input points have color information per point, this color information needs to be copied over to the polyline vertices.
Do you have any suggestions how I would do this? I tried to natively add color info to Vec2, but it seems to be getting lost in Polyline creation.