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

NAME

6       V3D  -  Fixed point vertex structure used by 3d functions. Allegro game
7       programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       typedef struct V3D
14

DESCRIPTION

16          fixed x, y, z;       - position
17          fixed u, v;          - texture map coordinates
18          int c;               - color
19
20       A vertex structure used by polygon3d and other polygon rendering  func‐
21       tions.  Read the description of polygon3d() for a description on how to
22       obtain/use this structure.
23
24

SEE ALSO

26       V3D_f(3), polygon3d(3), ex3d(3)
27
28
29
30Allegro                          version 4.4.3                          V3D(3)
Impressum