Query: quad3d_f
OS: netbsd
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
quad3d(3alleg4) Allegro manual quad3d(3alleg4)NAMEquad3d, quad3d_f - Draws a 3d quad onto the specified bitmap. Allegro game programming library.SYNOPSIS#include <allegro.h> void quad3d(BITMAP *bmp, int type, BITMAP *tex, V3D *v1, *v2, *v3, *v4); void quad3d_f(BITMAP *bmp, int type, BITMAP *tex, V3D_f *v1, *v2, *v3, *v4);DESCRIPTIONDraw 3d quads, using either fixed or floating point vertex structures. These are equivalent to calling polygon3d(bmp, type, tex, 4, v[]) or polygon3d_f(bmp, type, tex, 4, v[]). Read the beginning of chapter "Polygon rendering" for a list of rendering types you can use with this function.SEE ALSOpolygon3d(3alleg4), triangle3d(3alleg4), ex3d(3alleg4) Allegro version 4.4.2 quad3d(3alleg4)
| Related Man Pages | 
|---|
| polygon3d_f(3alleg4) - debian | 
| polygon3d_f(3alleg4) - suse | 
| polygon3d(3alleg4) - centos | 
| polygon3d(3alleg4) - osx | 
| polygon3d(3alleg4) - opendarwin | 
| Similar Topics in the Unix Linux Community | 
|---|
| How to install PGX32 on Sparc 10 Ultra? | 
| Vm versus physical linux server | 
| BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD | 
| Grep command to show the number of results |