Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
V3D(3)				 Allegro manual 			  V3D(3)

NAME
     V3D  - Fixed point vertex structure used by 3d functions. Allegro game pro-
     gramming library.

SYNOPSIS
     #include <allegro.h>

     typedef struct V3D

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.

SEE ALSO
     V3D_f(3), polygon3d(3), ex3d(3)

Allegro 			  version 4.4.3 			  V3D(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=V3D&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help