V3D - Fixed point vertex structure used by 3d functions. Allegro game programming library.
Contents
Description
fixed x, y, z; - position
fixed u, v; - texture map coordinates
int c; - color
A vertex structure used by polygon3d and other polygon rendering functions. Read the description of
polygon3d() for a description on how to obtain/use this structure.
Name
V3D - Fixed point vertex structure used by 3d functions. Allegro game programming library.
See Also
V3D_f(3alleg4), polygon3d(3alleg4), ex3d(3alleg4) Allegro version 4.4.3 V3D(3alleg4)
Synopsis
#include<allegro.h>typedefstructV3D
