I’ve been reading up on matrices because I want a smoothly rotating third person camera (among other things). Unfortunately I can’t find any actual LWJGL code examples of manipulating a vector via a matrix. I’ve tried a bunch of stuff with no results.
All I need to do is rotate a vector position around another position. That can’t be too difficult, right? Any help is appreciated!