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::GetLight() ]
[ next: GetLightEnable() ]
[ prev: GetInfo() ]
public:
virtual bool __fastcall GetLight( dword pLightIndex, TD3DLight* pLight );
TDX_3DDEVICE::GETLIGHT()
[ component method ]
- Description
The
TDx_3DDevice::GetLight()
method
will
retrieve
a
set
of
the
device's
lighting
properties.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDPARAMS
- Parameters
LightIndex
The LightIndex parameter defines the 0 based index of the lighting property set to be retrieved.
Light
The Light parameter references a TD3DLight component for holding the retrieved lighting properties if this method returns successfully.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|