Transforming Velocity/Direction vector
2546
1
0
-
- jkunz07
- Member

- 76 posts
- Joined: Sept. 2011
- Offline
If I want to transform a velocity vector by a matrix4, do I just multiply it by the transpose(inverse(matrix4))?
-
- jkunz07
- Member

- 76 posts
- Joined: Sept. 2011
- Offline
It seems like maybe I need to extract the scale from the matrix and multiply the velocity by that as well?