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_line - push line

Author

SimonWunderlich
           Author of s3d

s3d                                                                                             S3D_PUSH_LINE(3)

Description

       Push one line on the line stack of the object. It takes 2 vertex-index-no, and one material
       material-index-no. as argument. If you have a lot of lines to push, use s3d_push_lines()

Name

       s3d_push_line - push line

Synopsis

#include<s3d.h>ints3d_push_line(intobject,uint32_tv1,uint32_tv2,uint32_tmaterial);

See Also