Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TD3DMaterial::ambient ]
[ next: diffuse ]
[ prev: Specular ]
public:
__property D3DCOLORVALUE ambient = { read=FGetambient, write=FSetambient, nodefault };
TD3DMATERIAL::AMBIENT
[ component property ]
- Description
The ambient property contains a TD3DColorValue component defining how the material reflects ambient lighting, thus helping determine the apparent color of the material.
This property is unioned with the Ambient property of this compponent.
Ambient values usually have less impact than Diffuse, 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.
|
|