(I'm using Bevy 0.13)
Today I add the mesh to the curve.
The first step is to calculate vertices, and then set triangles. The indices are the indices of vertices, indicating the three vertices of triangles.
For a real use case, perhaps I could load the 3D model and transform the asset and mesh to fit the curve.