Is it true that when I call setRotation() for a TransformGroup that it only rotates that current TransformGroup and not its children as well? If I want to rotate every child connected to the group to I have to traverse the tree or is there a better way?
Thanks,
DesQuite