I'm working on a little InSim project, and for it I need to know the coordinates of the wheels. Specifically the front wheels. As far as I know, the X and Y coordinates that the CompCar packet contains is for the center of the car, right?
So I can obviously check each car and see how much the offset is from the center to the wheels and use the direction of the car to calculate the X and Y coordinates for the wheels, but I was wondering if there's an easier way to do this, or some kind of list already. So for example someone else that has done this before.
Thanks in advance!
So I can obviously check each car and see how much the offset is from the center to the wheels and use the direction of the car to calculate the X and Y coordinates for the wheels, but I was wondering if there's an easier way to do this, or some kind of list already. So for example someone else that has done this before.
Thanks in advance!