Soeh.. what I want to do, is simply to move the holding point of an item, such as the sword,
To simplify, I want to move it such that the hand is further down, not on the blade.
From my testing and understanding
GL11.glRotatef()
Only rotates around this point.
And I'm really weak in GL.
Any help or guidance is greatly appreciated!