I’m currently creating a little spline tool, that’ll allow me to construct roads, paths or corridors and I have it at a point where I can create the static mesh for the floor. I am now attempting to add the ability to add walls. The left wall spawn fine, that didn’t really require much work. However, the tricky bit is getting it to spawn the same wall mesh on the right hand side of the floor mesh.
Here’s the current state of the walls. On a straight, the right hand looks fine. But as soon as you manipulate the rotation of the spline point, the right hand wall starts to go off.
As I have the mesh designed to work on the X axis, I managed to get the right wall to spawn, by adding the width of the static mesh on the Y, to the start and end locations of the Start and End positions. Very rookie mistake, as I though, as the spline points rotated around, this would naturally move as I wanted.
Any advice on what might resolve this issue and get the right hand wall to go around the right handside, as intended?