s3d_pep_vertices
rewrite lines
- Provided by: s3d-doc (Version: 0.2.2.1-3build1)
- Source: s3d
- Report a bug
rewrite lines
#include <s3d.h>
int s3d_pep_vertices(int object, const float *vbuf, uint16_t n);
Alter the latest n pushed vertex. vbuf holds the values which are used to overwrite the old data, n entries with each 3 floats specifying x,y,z of the vertices.
Simon Wunderlich