Hey!
So, I’ve got two objects, and I want to find one object’s local transformation in relation to the other. I’ve got scale and translation down, but I still need to figure out how to convert rotation in 3D space. I’m also trying to fit another constraint: I can’t just use .attach()
What do you suggest?