Hi,
You can specify the rotation of a bone in world coordinates. Just use the
viz.ABSOLUTE_WORLD flag when applying the rotation.
Code:
bone.rotate(0,1,0,90,viz.ABSOLUTE_WORLD)
There have been bugs with applying an absolute rotation to a bone. They have been fixed in 3.0.