[ TDx_3DDevice ]
[ next: GetRenderState() ]
[ prev: GetLightEnable() ]
public:
virtual bool __fastcall GetMaterial( 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::GetMaterial()
method
will
retrieve
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 for holding the device's material properties if this method returns successfully.
SEE ALSO
Top
Parameters