public void rotate(Quaternion newRot)
 {
     selectionController.rotateSelectedObject(ref newRot);
 }