Hi all,
My primary task to rotate around arbitrary axis, but I can't use glRotatef because some other calculations after transformations to be done. So I need manually transform each vector by rotation matrix. The problem is that my manual matrix taken from here and here is not equal to matrix that glRotatef makes.
Which matrix glRotatef use, isn't standard one?



So the problem somewhere in my code ... I'll check it