-
-
Notifications
You must be signed in to change notification settings - Fork 102
Shader Series 1 Vertex Lighting
Simon (darkside) Jackson edited this page Aug 21, 2020
·
9 revisions
Area | Submitted | Type |
---|---|---|
Games: Graphics, Games: Shaders | 4/26/2007 | Code Sample |
This sample shows one of the most basic uses of shader effects — vertex lighting.
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.
-
Shader Series: Introduction (Article)
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). |