I have a Rotation3DAnimation on a 3d model such that it revolves around another model.
But I would like to bind it to its centre of rotation such that whenever the central model is moved, the other model will continue to revolve around it.
How may I do this programmatically?
Thanks