V3D (3) Linux Manual Page
V3D – Fixed point vertex structure used by 3d functions. Allegro game programming library.
Synopsis
#include <allegro.h> typedef struct V3D
Description
fixed x, y, z; – positionA 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.
fixed u, v; – texture map coordinates
int c; – color
