Home -> IStateGroupNode -> SetPolygonCullMode

Description

The SetPolygonCullMode method sets the PolygonCullMode for the IStateGroupNode. All child renderable nodes will have their polygons culled according to this mode. It is PolygonCullMode::None by default.

Usage

void SetPolygonCullMode(PolygonCullMode cullMode);

Argument list

cullMode [PolygonCullMode]
The polygon cull mode to use

See also