Question: Conceptually, there are 6 transformations that are applied in the vertex buffer to a vec 4 from the position buffer in order to get the

Conceptually, there are 6 transformations that are applied in the vertex buffer to a vec 4 from the position buffer in order to get the final position to assign to gl_Position. In practice these are actually combined into one or two matrices to be used in the vertex shader. These transformations are: - animation rotation - world rotation - animation translation - world translation - animation scale - world scale a. (5 points) List those transformations in the order in which they are applied to the position from the buffer. b. (3 points) For the world translation matrix T, the world scale matrix S, and the world translation matrix R, write the matrix product that would combine thos into the world transformation matrix
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
