How would I create a rotation matrix that rotates X by a, Y by b, and Z by c?
I need to formulas, unless you're using the ardor3d api's functions/methods.
Matrix is set up like this
xx, xy, xz,
yx, yy, yz,
zx, zy, zz
A Quaternion is fine too.