www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_3DI_Library v1.90 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: admin@bcb-tools.com.
|
|