.\" Generated by the Allegro makedoc utility .TH POLYTYPE_FLAT 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME POLYTYPE_FLAT \- Polygon rendering mode type Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B #define POLYTYPE_FLAT .SH DESCRIPTION A simple flat shaded polygon, taking the color from the `c' value of the first vertex. This polygon type is affected by the drawing_mode() function, so it can be used to render XOR or translucent polygons. .SH SEE ALSO .BR polygon3d (3alleg4), .BR drawing_mode (3alleg4), .BR ex3d (3alleg4), .BR excamera (3alleg4)