All Classes |Grouped Classes |Index

Class CL_PolygonRasterizer

Polygon rasterization description. More...

Derived from:

None

Derived by:

None

Group:

Display (Display)

#include <ClanLib/display.h>

Class Members:

Construction:

CL_PolygonRasterizer

Constructs a polygon rasterizer description.


Attributes:

is_antialiased

Returns true if the polygons are anti-aliased.

is_culled

Returns true if cull testing is enabled.

is_point_offset

Returns true if points are offset.

is_line_offset

Returns true if lines are offset.

is_polygon_offset

Returns true if polygons are offset.

get_face_cull_mode

Returns the polygon cull clipping mode.

get_face_fill_mode

Returns the filling mode for polygons.

get_offset_factor

Returns the offsetting factor.

get_offset_units

Returns the offsetting units.

get_front_face

Returns the side considered the front of a face.


Operations:

set_antialiased

Enables/disables anti-aliasing.

set_culled

Enables/disables polygon cull clipping.

set_point_offset

Enables/disables point offsetting.

set_line_offset

Enables/disables line offsetting.

set_polygon_offset

Enables/disables polygon offsetting.

set_face_cull_mode

Sets the polygon cull clipping mode.

set_face_fill_mode

Sets the filling mode for polygons.

set_front_face

Sets which side is the front side of a face.

set_offset_factor

Sets the offset factor.

set_offset_units

Sets the offset units.