Q3DirectionalLight_GetCastShadowsState
You can use theQ3DirectionalLight_GetCastShadowsStatefunction to get the shadow-casting state of a directional light.
TQ3Status Q3DirectionalLight_GetCastShadowsState ( TQ3LightObject light, TQ3Boolean *castsShadows);
light- A directional light object.
castsShadows- On exit, a Boolean value that indicates whether the specified light casts shadows (
kQ3True) or does not cast shadows (kQ3False).DESCRIPTION
TheQ3DirectionalLight_GetCastShadowsStatefunction returns, in thecastsShadowsparameter, a Boolean value that indicates whether the light specified by thelightparameter casts shadows (kQ3True) or does not cast shadows (kQ3False).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help