Q3View_SetLightGroup
You can use theQ3View_SetLightGroupfunction to set the light group associated with a view.
TQ3Status Q3View_SetLightGroup ( TQ3ViewObject view, TQ3GroupObject lightGroup);
view- A view.
lightGroup- A light group.
DESCRIPTION
TheQ3View_SetLightGroupfunction attaches the light group specified by thelightGroupparameter to the view specified by theviewparameter. The reference count of the specified light group is incremented. In addition, if some other light group was already attached to the specified view, the reference count of that light group is decremented.SEE ALSO
For information on creating and manipulating light groups, see the chapters "Light Objects" and "Group Objects" in this book.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help