Category: Shaders

Popular 3ds Max Shaders

(in no particular order)

Popular Maya Shaders

Creating Shaders

Shader Tutorials

Ben Cloward's web site is a great source of information.

Ben Cloward also created these DVDs for CG Academy:

  1. HLSL Shader Creation 1: HLSL Fundamentals

  2. HLSL Shader Creation 2: Light & Shading Models

Shader Syntax

There are two popular text-based ".*fx" formats. Both formats are extremely similar. More info at http://developer.nvidia.com/object/using_sas.html.

HLSL programming guide and full reference is included in the DirectX SDK downloadable from Microsoft. Unpack the .exe file and find the help file ../DXSDK/Documentation/DirectX9/windows_graphics.chm

Shader Editors

To create and edit shaders, most people use a text editor (like Notepad ++) to write them and a 3d program (3ds Max, Maya, etc.) to view them. For those who are new to shaders the following tools provide a graphical user interface for easier creation:


CategoryShaders (last edited 2010-03-09 17:26:36 by EricChadwick)