Chaos Project

Game Development => Tutorials => Topic started by: winkio on November 26, 2012, 11:48:37 am

Title: [C#][XNA] Wilhelmsen Studio's XNA Shader Tutorials
Post by: winkio on November 26, 2012, 11:48:37 am
http://xboxforums.create.msdn.com/forums/t/27849.aspx

This is a great collection of shader tutorials, each of which have example code and a short demo video.  Very useful reference material if you are interested in graphics, even outside of C# or XNA, as the code is very easy to read, and the shading techniques are broadly applicable, both to 2D and 3D environments.
Title: Re: [C#][XNA] Wilhelmsen Studio's XNA Shader Tutorials
Post by: G_G on November 26, 2012, 07:25:55 pm
Thanks for the share winkio. Shaders have been something I've been meaning to learn about.