Apr
15
Posted by jester
Often when working with 3D transformations in code, we are required to calculate a transform matrix to apply to every model in a scene. This transform matrix is usually comprised of three components: translate, rotate and scale.
For more information on the transformations please refer to the following wiki article:
http://en.wikipedia.org/wiki/Transformation_matrix
Working...
Read more... |