Seamlessly connecting several extruded shapes

Hi All,

I have a problem with several extruded meshes with using BABYLON.MeshBuilder.ExtrudeShape.
What I need it is track sections which have not seams between each other.
For create a track section I use BABYLON.MeshBuilder.ExtrudeShape. For each track I have an array of path points and each track first point starts exactly from the position where was previous track last point. By this logic I expected that between tracks should not be seams, but what I got you can see on the attached screen.

Maybe somebody have ideas how I can resolve my problem?

Thanks,
Maksym

In your case, won’t a ribbon be better ?

1 Like

A Carriage Following a Track - Babylon.js Documentation might be worth a look though as suggested ribbons are a good approach

2 Likes