Hey, dev forum,
Would someone please help me with this problem I have?
I’m making a roller coaster using bezier curves. The track is made by getting the next position on the curve after the length of the track model. Then it sets the position and orientation based on the previous position. However, as you can see, this has a lot of gaps between the models.
I believe my solution to this is to make the track completely by script. Problem is I have no clue how to. Could you please give me an example or tell me where to look for it so I can learn to do it on my own?
I would know how to place a brick that goes along the track all the way. But once you need them offset from the center you still get gaps.
Thanks in advance.