If I understand..
Try the HoverDragController in the examples.

camController = new HoverDragController(view.camera, stage);
camController.radius = 200;

//renderloop enterframe
camController.target = yourObject.ScenePosition

That would make it follow yourObject and orbit at the radius

Reply via email to