You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 19: Introduction to Character Animations (12)
herojelly

This is similar to the transforms we implemented in hw1, where we had to rotate an object, we had to move it to the origin, rotate it, and then move the object back to its original location.

pixelled

TiT_i represents the transformation from bone space to model space. Since in matrix form transformations are applied from right to left, we first apply the inverse TiT_i to transfrom into bone space, then apply rotations, and transform back into model space and apply the rest TpiT_{p_i}.

XTLiuuu

[deleted]

XTLiuuu

Can we apply the absolute transform before the relative transform?

You must be enrolled in the course to comment