1

I want to implement cel shading into my opengl game. I have only found a nehe tutorial that uses glaux (old as hell). I'm looking into it, but I wanna avoid the pain of learning how to translate those old glaux functions/variables. Is there any cel shading tutorial out there that uses glut/sdl?

http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=37

andandandand
  • 383
  • 1
  • 7
  • 12

2 Answers2

2

Here's an article explaining all the processes behind it, but not actually giving code.

Or there's the fact you also asked this on SO too, which is wasting everybody's time.

Try the Linux/GLUT or Linux/SDL versions. No glaux.h needed.

The Visual C++ version doesn't seem to actually use anything from glaux.h, it just #incudes it.

Above quote from genpfault.

PrettyPrincessKitty FS
  • 10,315
  • 8
  • 43
  • 68
0

You should search Toon Shading too.

For english readers, a short tutorial.

For french readers, there is a great tutorial.

Ellis
  • 3,626
  • 19
  • 28