🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

increasing the width of lines

Started by
2 comments, last by lc_overlord 17 years, 7 months ago
how can I increase the width of lines in wireframe mode? Is there any command to display textures using in the scene?
Advertisement
glLineWidth(GLgfloat width); will take care of the line width.

regarding the second part in your question, could you elaborate a little more on that, normally you use glBindTexture and all that, but i am not entierly sure if that is what you want to do.
i mean display the texture map
There is no other way to display a texture other than the way described in lesson06.

This topic is closed to new replies.

Advertisement