s3d_pep_polygon_tex_coords

Langue: en

Version: 268047 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

s3d_pep_polygon_tex_coords - add texture coordinates to polygons

SYNOPSIS

 #include <s3d.h>
 
int s3d_pep_polygon_tex_coords(int object, const float *tbuf, uint16_t n);

DESCRIPTION

Pimp the latest n polygons with texture coordinates. tbuf has 6*n float values for its entries, which are supplied in the order as in s3d_pep_polygon_tex_coord()

AUTHOR

Simon Wunderlich

Author of s3d