Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
POLYTYPE_FLAT(3)		Allegro	manual		      POLYTYPE_FLAT(3)

NAME
       POLYTYPE_FLAT  -	 Polygon  rendering mode type Allegro game programming
       library.

SYNOPSIS
       #include	<allegro.h>

       #define POLYTYPE_FLAT

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.

SEE ALSO
       polygon3d(3), drawing_mode(3), ex3d(3), excamera(3)

Allegro				 version 4.4.3		      POLYTYPE_FLAT(3)

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=POLYTYPE_FLAT&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help