1quad3d(3)                       Allegro manual                       quad3d(3)
2
3
4

NAME

6       quad3d,  quad3d_f  - Draws a 3d quad onto the specified bitmap. Allegro
7       game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void quad3d(BITMAP *bmp, int type, BITMAP  *tex,  V3D  *v1,  *v2,  *v3,
14       *v4);
15
16       void  quad3d_f(BITMAP *bmp, int type, BITMAP *tex, V3D_f *v1, *v2, *v3,
17       *v4);
18

DESCRIPTION

20       Draw 3d quads, using either fixed or floating point vertex  structures.
21       These  are  equivalent  to calling polygon3d(bmp, type, tex, 4, v[]) or
22       polygon3d_f(bmp, type, tex, 4, v[]).
23
24       Read the beginning of chapter "Polygon rendering" for a list of renderā€
25       ing types you can use with this function.
26
27

SEE ALSO

29       polygon3d(3), triangle3d(3), ex3d(3)
30
31
32
33Allegro                          version 4.4.3                       quad3d(3)
Impressum