I am able to get the world transform from raycasting using the tapped 2d point, now suppose the 3d usdz model is facing completely opposite direction and is placed on an image using image tracking, I have to dynamically rotate that model so that its face points towards the direction in which user has tapped.
Note:- The angle should be calculated dynamically based on the rayCasting result.