January 2014
Intermediate to advanced
430 pages
9h 51m
English
Up to this point, we have used a left-handed coordinate system, where the z axis points away from the view. The Visual Studio graphics content pipeline assumes a right-handed coordinate system when producing .cmo files. For the resulting 3D models we use for the remainder of this book, use a clockwise vertex winding order. The difference between left-handed and right-handed coordinates can be seen in the following figure:

Left-handed versus right-handed Cartesian coordinates – note that the z axis is reversed
In this recipe, we will look at the changes necessary to use a right-handed coordinate system and what ...
Read now
Unlock full access