Hi All.
I'm in the process of trying to animate a character model using Blitz.
At a very simple level, i'm going to parent the lower leg to the knee joint, and then turn the knee joint, etc.
I tried parenting every child to a single pivot. When I did this, random sections of the model were moved (I presume to the origin, which my model is not at.)
Any advice, or possible causes?
Edit: and I have another problem below:
I'm in the process of trying to animate a character model using Blitz.
At a very simple level, i'm going to parent the lower leg to the knee joint, and then turn the knee joint, etc.
For i = 73 To 84 EntityParent GetChild(myModel, i), GetChild(myModel, 72) Next
I tried parenting every child to a single pivot. When I did this, random sections of the model were moved (I presume to the origin, which my model is not at.)
Any advice, or possible causes?
Edit: and I have another problem below: