Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'D3DMATERIAL7'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
D3DMATERIAL7
[ TDx_3DI_Library ]
[ next: D3DMATERIALCOLORSOURCE ]
[ prev: D3DLVERTEX ]
The definition of the internal DirectX D3DMATERIAL7 object is as follows:
struct D3DMATERIAL7 {
union {
D3DCOLORVALUE diffuse;
D3DCOLORVALUE dcvDiffuse;
};
union {
D3DCOLORVALUE ambient;
D3DCOLORVALUE dcvAmbient;
};
union {
D3DCOLORVALUE specular;
D3DCOLORVALUE dcvSpecular;
};
union {
D3DCOLORVALUE emissive;
D3DCOLORVALUE dcvEmissive;
union {
D3DVALUE power;
D3DVALUE dvPower;
};
}
|
|