Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TD3DLightingCaps::Caps ]
[ next: ErrorValue ]
public:
__property dword Caps = { read=FGetCaps, write=FSetCaps, default=0 };
TD3DLIGHTINGCAPS::CAPS
[ component property ]
- Description
The Caps property defines the types of light source supported by the lighting module.
The described effect applies when the flag is set.
- Flags
D3DLIGHTCAPS_DIRECTIONAL
Support for directional lights is available.
D3DLIGHTCAPS_POINT
Support for point lights is available.
D3DLIGHTCAPS_SPOT
Support for spotlights is available.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|