table of contents
other versions
- stretch 0.2.2-14
- testing 0.2.2-16
- unstable 0.2.2-16
- experimental 0.2.2-18
| S3D_PUSH_VERTEX(3) | s3d Manual | S3D_PUSH_VERTEX(3) |
NAME¶
s3d_push_vertex - push vertexSYNOPSIS¶
#include <s3d.h>
int s3d_push_vertex(int object, float x, float y, float z);
DESCRIPTION¶
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.AUTHOR¶
Simon WunderlichAuthor of s3d
| s3d |