3.12. s3d_push_line

#include <s3d.h>

int s3d_push_line(int object, int v1, int v2, int material );

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