s3d_push_vertex
push vertex
- Provided by: s3d-doc (Version: 0.2.2.1-3build1)
- Source: s3d
- Report a bug
push vertex
#include <s3d.h>
int s3d_push_vertex(int object, float x, float y, float z);
Pushes a vertex onto the vertex stack. Make sure that you count how many vertices you've pushed because you'll need that for referencing when you push your polygons.
Simon Wunderlich