logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3d_push_vertex - push vertex

Author

SimonWunderlich
           Author of s3d

s3d                                                                                           S3D_PUSH_VERTEX(3)

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.

Name

       s3d_push_vertex - push vertex

Synopsis

#include<s3d.h>ints3d_push_vertex(intobject,floatx,floaty,floatz);

See Also