This function gets the face culling mode of the View.
Copy Code
|
|
---|---|
AT_ERRCOUNT IG_vect_view_get_cullface( HIG_VECT_VIEW hView, enumIGVectCullFace lpCullFace); |
Name | Type | Description |
---|---|---|
hView | HIG_VECT_VIEW | Handle to the View. |
lpCullFace | enumIGVectCullFace | Buffer for the face culling mode. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
Vector
Face culling mode specifies whether to render both front- and back-facing facets, only front-facing, or only back-facing ones.