Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TD3DMaterial::diffuse ]
[ next: emissive ]
[ prev: ambient ]
public:
__property D3DCOLORVALUE diffuse = { read=FGetdiffuse, write=FSetdiffuse, nodefault };
TD3DMATERIAL::DIFFUSE
[ component property ]
- Description
The diffuse property contains a TD3DColorValue component defining how the material reflects diffuse lighting, thus helping determine the apparent color of the material.
This property is unioned with the Diffuse property of this component.
Diffuse values usually have greater impact than Ambient, due to most scenes having more diffuse lighting than ambient.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|