Skip to content

Shader Series 1 Vertex Lighting

Simon (darkside) Jackson edited this page Aug 21, 2020 · 9 revisions

Shader Series 1: Vertex Lighting

Area Submitted Type
Games: Graphics, Games: Shaders 4/26/2007 Code Sample

Description

This sample shows one of the most basic uses of shader effects — vertex lighting.

Sample Overview

This sample explores the diffuse and ambient lighting models and combines them into a simple first-step shader. Additionally, basic XNA Framework Effect code is explored to show how the C# source code interacts with the effect files.

Other items in the Shader Series

All content and source code downloaded from this page are bound to the Microsoft Permissive License (Ms-PL).

Download Size Description
VertexLightingSample_4_0 0.16MB Source code and assets for the Shader Series 1: Vertex Lighting Sample (XNA Game Studio 4.0).
VertexLightingSample_4_0.zip 0.16MB Source code and assets for the Shader Series 1: Vertex Lighting Sample (XNA Game Studio 4.0).
Clone this wiki locally