[ TDx_3DDevice ]
[ next: SetRenderState() ]
[ prev: SetLight() ]
public:
virtual bool __fastcall SetMaterial( TD3DMaterial* pMaterial );
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Parameters
See Also
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
Top
See Also
Material
The Material parameter references a TD3DMaterial component that defines the material properties to be set for this device.
SEE ALSO
Top
Parameters