 |
ShadowRenderingProviderBaseIsCastingShadow Method |
Returns true if the light is casting shadow and is supported by current shadow rendering provider.
Namespace:
Ab3d.DirectX
Assembly:
Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 2.3.6548.1040
Syntaxpublic static bool IsCastingShadow(
ILight light
)
Parameters
- light
- Type: Ab3d.DirectX.LightsILight
ILight
Return Value
Type:
Booleantrue if the light is casting shadow, otherwise false
See Also