![]() |
|
#2
|
|||
|
|||
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) |
|
|