v7 man page for triangle3d

Query: triangle3d

OS: v7

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

triangle3d(3alleg4)						  Allegro manual					       triangle3d(3alleg4)

NAME
triangle3d, triangle3d_f - Draws a 3d triangle onto the specified bitmap. Allegro game programming library. SYNOPSIS
#include <allegro.h> void triangle3d(BITMAP *bmp, int type, BITMAP *tex, V3D *v1, *v2, *v3); void triangle3d_f(BITMAP *bmp, int type, BITMAP *tex, V3D_f *v1, *v2, *v3); DESCRIPTION
Draw 3d triangles, using either fixed or floating point vertex structures. Unlike quad3d[_f](), triangle3d[_f]() functions are not wrap- pers of polygon3d[_f](). The triangle3d[_f]() functions use their own routines taking into account the constantness of the gradients. Therefore triangle3d[_f](bmp, type, tex, v1, v2, v3) is faster than polygon3d[_f](bmp, type, tex, 3, v[]). Read the beginning of chapter "Polygon rendering" for a list of rendering types you can use with this function. SEE ALSO
polygon3d(3alleg4), quad3d(3alleg4), triangle(3alleg4) Allegro version 4.4.2 triangle3d(3alleg4)
Related Man Pages
polygon3d_f(3alleg4) - suse
polygon3d(3alleg4) - centos
polygon3d(3alleg4) - osx
polygon3d(3alleg4) - php
polygon3d(3alleg4) - opendarwin
Similar Topics in the Unix Linux Community
The efficiency between GREP and SED???
Need help to compile and create python64 bit (2.7.9) on Solaris10
Required libs to compile libXft
Shopt -s histappend
Bash - here document on RHEL 6.8 and 6.9 servers aren't working