This function tells whether the lighting is enabled for the specified view.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_view_lighting_is_enabled( HIG_VECT_VIEW hView, VECT_BOOL* lpEnabled ); |
Name | Type | Description |
---|---|---|
hView | HIG_VECT_VIEW | Handle to the view. |
lpEnabled | VECT_BOOL* | Pointer to a VECT_BOOL variable which will be overwritten with VECT_TRUE if the lighting is enabled for the given view, and with VECT_FALSE otherwise. |
This function does not process image pixels.
Vector
See IG_vect_view_lighting_enable for additional information.