Hello Everyone,
I have some force calculations that have vectors relative to there specific object’s orientation. How could I turn these into vectors using world coordinates.
Thanks,
Austin
Hello Everyone,
I have some force calculations that have vectors relative to there specific object’s orientation. How could I turn these into vectors using world coordinates.
Thanks,
Austin
transform.TransformDirection(forceVector); will return you the world-space-vector.