Query: s3d_push_vertices
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
S3D_PUSH_VERTICES(3) s3d Manual S3D_PUSH_VERTICES(3)NAMEs3d_push_vertices - push many verticesSYNOPSIS#include <s3d.h> int s3d_push_vertices(int object, const float *vbuf, uint16_t n);DESCRIPTIONPush some vertices from an array. that's much better for performing than using s3d_push_vertex() if you have a lot of vertices (and that's probably the usual case). float vertices[] = { 0.0, 0.0, 0.0, 1.0, 2.0, 3.0, 3.0, 2.0, 1.0}; s3d_push_vertices(object, vertices, 3); // pushing 3 verticesAUTHORSimon Wunderlich Author of s3d s3d S3D_PUSH_VERTICES(3)
Related Man Pages |
---|
gvgen(1) - suse |
polygon_z_normal(3alleg4) - centos |
polygon_z_normal(3alleg4) - suse |
polygon_z_normal_f(3alleg4) - centos |
polygon_z_normal_f(3alleg4) - suse |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
How can I do this in VI editor? |
Find columns in a file based on header and print to new file |
Weird 'find' results |
New UNIX and Linux History Sections |