1POLYTYPE_FLAT(3) Allegro manual POLYTYPE_FLAT(3)
2
3
4
6 POLYTYPE_FLAT - Polygon rendering mode type Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 #define POLYTYPE_FLAT
14
16 A simple flat shaded polygon, taking the color from the `c' value of
17 the first vertex. This polygon type is affected by the drawing_mode()
18 function, so it can be used to render XOR or translucent polygons.
19
20
22 polygon3d(3), drawing_mode(3), ex3d(3), excamera(3)
23
24
25
26Allegro version 4.4.3 POLYTYPE_FLAT(3)