Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TDx_3DDevice::SetMaterial() ]
[ next: SetRenderState() ]
[ prev: SetLight() ]
public:
virtual bool __fastcall SetMaterial( TD3DMaterial* pMaterial );
TDX_3DDEVICE::SETMATERIAL()
[ component method ]
- Description
The
TDx_3DDevice::SetMaterial()
method
will
define
the
device's
material
properties.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDPARAMS
- Parameters
Material
The Material parameter references a TD3DMaterial component that defines the material properties to be set for this device.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|