Direct3D Mobile Samples
A version of this page is also available for
4/8/2010
The following table shows the sample applications available for Microsoft Direct3D Mobile.
Sample | Description |
---|---|
Tut01_CreateDevice |
Shows how to create a Direct3D Mobile device and use it to clear the window. |
Tut02_Vertices |
Introduces the concept of the vertex buffer, a Direct3D Mobile object used to store vertices. Vertices can be defined in a wide variety of ways using a custom structure and a custom flexible vertex format (FVF). The vertices in this sample are already transformed and lit. Therefore, they have already been converted to 2-D window coordinates and are using assigned color values. |
Tut03_Matrices |
Introduces the use of 4x4 matrices to transform 3-D geometry from model space to world space using translations, rotations, and scaling. This 3-D scene is then transformed into a 2-D viewport using a projection. For general information, see Transformation and Coordinate Transformation Matrices. |
Tut04_Lights |
Introduces the use of lights, materials, and surface normals to render 3-D geometry with dynamic lighting. |
Tut05_Textures |
Introduces the use of textures to give 3-D objects a more realistic appearance. For general information, see Textures. |
Tut06_FixedPoint |
Builds upon the other samples. It demonstrates the use of lighting, texture mapping, and matrix transformations. However, although the previous samples submit numerical data to D3DM in floating point format, this sample submits in fixed point (16.16) format instead. |
TwoTri |
A simple application that displays two triangles. |
The source code for all Direct3D Mobile sample applications is located in the subdirectories of <Ak directory>\PUBLIC\DIRECTX\SDK\SAMPLES\D3DM.