Microsoft DirectX 8.0 (C++)

What Are Materials?

Materials describe how polygons reflect light or appear to emit light in a 3-D scene. Essentially, a material is a set of properties that tell Microsoft® Direct3D® the following things about the polygons it is rendering.

Direct3D applications written in C++ use the D3DMATERIAL8 structure to describe material properties. For more information, see Material Properties.