Advertisement

Connect vertices?

Started by August 15, 2001 02:01 PM
1 comment, last by yot 23 years, 6 months ago
hi, is there any way to connect to vertices? thx yot Edited by - yot on August 16, 2001 9:55:20 AM
glBegin(GL_LINE_STRIP);
// Vertices
glEnd();

~ Dragonus
Advertisement
hi Dragonous,
sorry this is not what I meant. I wanted to say, if you have a draw routine and then after all glBegin and glEnd are finished then connect to vertices, is that possible?

This topic is closed to new replies.

Advertisement