1
\$\begingroup\$

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

\$\endgroup\$
3
  • \$\begingroup\$ OpenGL 1.X, OpenGL 2.1 with shaders, OpenGL ES 1.x or OpenGL ES 2.X? \$\endgroup\$ Commented Dec 18, 2010 at 11:12
  • \$\begingroup\$ You missed out GL 3.X. ;) \$\endgroup\$ Commented Dec 18, 2010 at 11:28
  • \$\begingroup\$ I don't need advanced GLSL for this effect! So toon shaders must be compatible with OpenGL 2.1 ;) \$\endgroup\$ Commented Dec 18, 2010 at 14:24

2 Answers 2

0
\$\begingroup\$

You should search Toon Shading too.

For english readers, a short tutorial.

For french readers, there is a great tutorial.

\$\endgroup\$
1
  • 4
    \$\begingroup\$ English link no longer works. \$\endgroup\$ Commented Jan 2, 2015 at 6:00
2
\$\begingroup\$

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.

\$\endgroup\$

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.