A 3D view of depth data
So far, you have seen the display and rendering of the depth data on a 2D surface, but there are more interesting and useful things we can do using the depth data. Our screen is only two dimensional; the camera takes a picture of an object in front of it and then projects it on a plane surface. We can construct a 3D view of the depth data returns by the Kinect sensor, with the help of the 3D rendering engine. In this section you will learn how to leverage the 3D functionality in Windows Presentation Foundation to give a 3D view to the depth data.
Note
3D functionality enables the developer to represent complex illustrations of the data. Working with 3D graphics requires very good knowledge of the coordinate system, understanding of Mesh, Modeling, Materials, and Camera projections. If you are new to 3D graphics, please refer to the following URL: http://msdn.microsoft.com/en-us/library/ms747437.aspx (3-D Graphics Overview), which covers details on using 3D graphics...