hi everyone,
I have designed a roller coaster path with easyroads3d and itweenpath. Although I have implemented position update and lookAt functionalities(I update the position with itween.pointonpath function and look direction with transform.lookat function), I couldn’t make the object orient the local rotation around y/z axis. How can I set the local up and local forward vectors? I just wanted to set the forward(but in local) vector as pointpositionforward-pointposition and right(but in local) vector as pointposition2-pointposition. I hope I make myself understood. Thanks in advance.