8 Managing Point Lights
Q3PointLight_GetCastShadowsState
function to get the shadow-casting state of a point light.
TQ3Status Q3PointLight_GetCastShadowsState ( TQ3LightObject light, TQ3Boolean *castsShadows);light
A point light object.castsShadows
On exit, a Boolean value that indicates whether the specified light casts shadows (kQ3True
) or does not cast shadows (kQ3False
).
Q3PointLight_GetCastShadowsState
function returns, in the castsShadows
parameter, a Boolean value that indicates whether the light specified by the light
parameter casts shadows (kQ3True
) or does not cast shadows (kQ3False
).
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker