hi, I’m trying to simulate that (B) as a child to (A),
and i’m manually setting values for the position and rotation of object B, and I want to calculate the rotation of (B) to act like a child of (A) while A moving and rotating in 3d world
Quaternion c = rotationA * localrotationB;
