Advertisement

Wireframe gluSphere

Started by October 26, 2001 01:00 AM
1 comment, last by Nibbles 23 years, 4 months ago
Hi, I''m having troubles drawing a wireframe gluSphere. glPolygonMode doesn''t seem to make a different, and I assume it''s because it''s a gl function, not glu. So any help would be very welcome! Thanks, Scott Email Website
"If you try and don''t succeed, destroy all evidence that you tried."
glPolygonMode(GL_FRONT_AND_BACK,GL_LINE)

( if it doesnt work, try swapping the params round ) it should be GL_LINE not GL_LINES

and btw, glu is part of the gl library.
Advertisement
oh, I forgot about FRONT_AND_BACK. Thanks for the help!

Scott

Email
Website

"If you try and don''t succeed, destroy all evidence that you tried."

This topic is closed to new replies.

Advertisement