s3d_pep_polygon_tex_coords
add texture coordinates to polygons
- Provided by: s3d-doc (Version: 0.2.2.1-3build1)
- Source: s3d
- Report a bug
add texture coordinates to polygons
#include <s3d.h>
int s3d_pep_polygon_tex_coords(int object, const float *tbuf, uint16_t n);
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()
Simon Wunderlich