Hi,
When I try to update the controls target to the object position to rotate object considering the object as the center, the lookAt of the camera is updating and bring the object to the center of the scene. But my requirement is that I have to update the target to different point and not to the scene center, but want to object to be placed at the it’s own point and want to move the object rotate around it.
OrbitControls does not transform an object. It always transform the camera. Besides, the camera is always orbited around the target vector. It’s not possible to configure OrbitControls differently.
It seems to me you need a different sort of controls class for your use case. This topic was lately discussed at GitHub. Maybe something like ObjectControls will be developed in the future: