Game Development Community

This has probably already been asked, but Toon Shading...

by Joe Nobody · in Torque Game Engine · 09/23/2003 (4:02 pm) · 1 replies

Is there a tutorial on Toon Shading in Torque, if not, does anybody have any idea how to get started. I have cel shaded using the Nvidia Cg language. I have no clue if you can stick this in Torque.

#1
09/24/2003 (6:24 am)
Sure. Just add all the same stuff you did in your other project to the render functions of the objects you'd like to render with toon shading. There's no special trick to doing it in Torque vs. any other openGL program.