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."
Wireframe gluSphere
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.
( 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.
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."
Scott
Website
"If you try and don''t succeed, destroy all evidence that you tried."
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement