我想在我的opengl游戏中实现cel shading。我只找到了一个nehe教程,它使用了glaux (老得要死)。我正在研究它,但我想避免学习如何转换这些旧的glaux函数/变量的痛苦。有没有使用glut/sdl的cel着色教程?
http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=37
发布于 2010-12-18 12:06:32
尝试Linux/GLUT或Linux/SDL版本。不需要glaux.h。
Visual C++版本似乎实际上并没有使用glaux.h中的任何东西,它只是#incudes它。
https://stackoverflow.com/questions/4476499
复制相似问题