Hi I have a cube attached to a hand - the hand being the parent and the cube being the child. Every time I go to move or rotate the hand it always rotates it at the location of the cube. This is a problem as it stretches the hand and puts it in the wrong place. How can I fix this?
1 Answer
1The hand needs to be placed so that it’s rotation point is at the local (0,0,0).
You probably have the cube at the local (0,0,0) and that is way it appears to rotate around it.