3D graphics requires points in three dimensional space expressed as x y z There are a number of different possible orientations in a Cartesian coordinate system, however converting between different systems is reasonably straight forward. A simple Vector3 class is all that is required to get started. Example code will