.\" Generated by the Allegro makedoc utility .TH V3D 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME V3D \- Fixed point vertex structure used by 3d functions. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B typedef struct V3D .SH DESCRIPTION .nf fixed x, y, z; - position fixed u, v; - texture map coordinates int c; - color .fi 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. .SH SEE ALSO .BR V3D_f (3alleg4), .BR polygon3d (3alleg4), .BR ex3d (3alleg4)