1V3D_f(3) Allegro manual V3D_f(3)
2
3
4
6 V3D_f - Floating point vertex structure used by 3d functions. Allegro
7 game programming library.
8
10 #include <allegro.h>
11
12
13 typedef struct V3D_f
14
16 float x, y, z; - position
17 float u, v; - texture map coordinates
18 int c; - color
19
20 Like V3D but using float values instead of fixed ones. Read the
21 description of polygon3d_f() for a description on how to obtain/use
22 this structure.
23
24
26 V3D(3), polygon3d_f(3), excamera(3), exscn3d(3), exzbuf(3)
27
28
29
30Allegro version 4.4.2 V3D_f(3)