Q3ReceiveShadowsStyle_Submit
You can use the Q3ReceiveShadowsStyle_Submit function to submit a shadow-receiving style in immediate mode.
TQ3Status Q3ReceiveShadowsStyle_Submit (
TQ3Boolean receives,
TQ3ViewObject view);
receives
- A Boolean value that determines whether objects in the scene receive shadows (
kQ3True) or do not receive shadows (kQ3False).
view
- A view.
DESCRIPTION
The Q3ReceiveShadowsStyle_Submit function sets the shadow-receiving style of the view specified by the view parameter to the style specified by the receives parameter.
SPECIAL CONSIDERATIONS
You should call Q3ReceiveShadowsStyle_Submit only in a submitting loop.