Implementing Arc Rotate Object like Arc Rotate camera

thanks @sebavan

I have donet something similar in unity where I have rotated the object based on the cameras up vector and side vector. I tried this in babylon but camera up in babylon is always 0,1,0 even after I set camera.updateUpVectorFromRotation = true; (I am using an arc rotate camera)