🎉 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!

Cel-Shading on Quadrics (gluSphere, gluCylinder)

Started by
2 comments, last by lc_overlord 14 years ago
Hi guys,

Is there a way to do Cel-Shading on Quadrics using calls like gluSphere and gluCylinder?

I looked at Nehe's lesson on Cel-Shading but it seems like it is specific to shapes drawn with using glVertex.

Thanks!
Advertisement
that specific method should still work with Quadrics as far as i know
Can you explain how? I'm pretty new with this. Is there a way to get the vertices off of gluSphere?
not in a simple way i think, getting the outline is fairly easy, just replace the glvertex calls with quadrics calls.
The cellshading is a bit harder though, but i think it can be done trough spheremaping (or cubemapping) using texture coordinate generation (glTexGen).

This topic is closed to new replies.

Advertisement