Difference between revisions of "CellShadingNotes"

From SfzWiki
Jump to: navigation, search
Line 6: Line 6:
 
** http://www.warsow.net/forum/viewtopic.php?id=8872
 
** http://www.warsow.net/forum/viewtopic.php?id=8872
 
* description in wikipedia : http://en.wikipedia.org/wiki/Cel-shaded_animation
 
* description in wikipedia : http://en.wikipedia.org/wiki/Cel-shaded_animation
* article on gamedev.net : http://www.gamedev.net/reference/programming/features/celshading/
 
 
* nehe opengl celshading tutorial : http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=37
 
* nehe opengl celshading tutorial : http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=37
 +
* article on gamedev.net : http://www.gamedev.net/reference/programming/features/celshading/
 +
 +
 +
== other stuff about shaders ==
 +
 
* nehe glsl tutorial (not specifically celshading) : http://nehe.gamedev.net/data/articles/article.asp?article=21
 
* nehe glsl tutorial (not specifically celshading) : http://nehe.gamedev.net/data/articles/article.asp?article=21
 
* there might be some samples in http://www.ogre3d.org/docs/manual/manual_toc.html
 
* there might be some samples in http://www.ogre3d.org/docs/manual/manual_toc.html
 
 
* http://frustum.org/3d/
 
* http://frustum.org/3d/
 
* http://esprit.campus.luth.se/~humus/3D/
 
* http://esprit.campus.luth.se/~humus/3D/
 
* http://www.ogre3d.org/wiki/index.php/CodeSnippits#Shaders
 
* http://www.ogre3d.org/wiki/index.php/CodeSnippits#Shaders

Revision as of 14:34, 6 September 2007

a few notes about cellshading experiments.

discussion in our forum : http://freegamer.schattenkind.net/index.php?t=msg&th=209


other stuff about shaders