XNA for C#
DirectX 9 for C#
DirectX 9 for C++
DirectX 9 for VB
Forum
   08/05/10: Upgraded XNA Series 1 to XNA2.0
My Book
      
             Forum thread

Additional info


Latest Forum posts

 windows is dark
  Posted by: Wo1f
  When: 16/05/2008 at 18:36:13

 DirectSound or AudioVideoPlayback
  Posted by: webdev007
  When: 16/05/2008 at 15:08:18

 Need Help with First Triangle!
  Posted by: Anonymous
  When: 16/05/2008 at 09:10:43

 rotating a single mesh
  Posted by: Archenon
  When: 16/05/2008 at 08:20:52

 Out of Video Memory Exception
  Posted by: Archenon
  When: 16/05/2008 at 06:19:38

 Device Not Found
  Posted by: Archenon
  When: 16/05/2008 at 06:16:26

 Out of Video Memory Exception
  Posted by: Serendipity
  When: 16/05/2008 at 03:46:55

 rotating a single mesh
  Posted by: Orgad
  When: 16/05/2008 at 03:28:39

 A personal question for riemer
  Posted by: Archenon
  When: 16/05/2008 at 02:09:21

 Out of Video Memory Exception
  Posted by: Archenon
  When: 16/05/2008 at 01:40:51


Ads

DirectX using C# and HLSL Season 3 – Overview


Welcome to this 3rd installment of my DirectX Tutorials for C#. This Series has as its main objective to introduce HLSL to you, what it is, what you can do with it and, of course, how to use it. This 3rd Series is written to be a complete hands-on HLSL Tutorial.

Once again, we’ll start very small, by drawing a simple triangle, and move on to more advanced topics and integrate them into our project. As main goal of this Series, we will be rendering a scene, that is being lit from 3 light sources.

So what’s so difficult about this? You already should have an idea about how to set up 3 lights for a scene, using regular DirectX code. In that case, however, all triangles in your scene would be lit by an amount of light that depends of how the triangle is facing your light sources (the sum of the 3 dot products between the normal of the triangle and the direction between the triangle and the light source).

But you will not see any shadows! This is because DirectX doesn’t know if there are any objects between the triangle and the light sources. So I thought having 3 lights with all of them casting their shadows would be nice goal for an introductionary Series on HLSL. Have a quick look at the screenshots at the bottom of this page and see if you can find the 3 light sources, together with their corresponding shadows.

Don’t be mistaken – this is already quite an advanced topic, and we’ll move quickly through the first sets of pages of this Series, as you already know how to draw triangles. This Series will put its main focus on HLSL.

So, what do I expect you to know already? You can click on each item to be taken to the page where the concept was introduced.

Required (concepts that will be expanded on):
  • Camera initialization
  • Drawing triangles from a vertex buffer (only vertex buffers, no index buffers)
  • Using a custom-made vertexformat
  • Adding textures to triangles
  • A basic understanding of lighting (dot product)

    Optional (code simply copied from previous chapters):
  • Device creation
  • Loading a Mesh from file
  • Fonts
  • Checking device capabilities
  • Handling device resets

    So what are you waiting for? Let’s move on to the first chapter!













    Google
     
    Webwww.riemers.net


    If you appreciate the amount of time I spend creating and updating
    these pages, feel free to donate -- any amount is welcome !



    - Website design & XNA + DirectX code : Riemer Grootjans -
    ©2003 - 2008 Riemer Grootjans
  • Translations

    This site in English
    This site in Korean
    This site in Czech

    Microsoft MVP Award



    2007 MVP Award
    DirectX - XNA

    Contents

    News
    Home
    Forum
    Downloads
    Extra Reading (3)
    Matrices: geometrical
    Matrix Mathematics
    Homogenous matrices
    Tutorials (131)
    XNA using C# (60)
    DirectX using C# (54)
    Series 1:Terrain (14)
    Series 2: Flightsim (19)
    Series 3: HLSL (19)
    Starting point
    HLSL Introduction
    Vertex Shader
    Shaded triangle
    Pixel Shader
    Textured Triangle
    Triangle Strip
    World transform
    Adding normals
    The first light
    Shadow mapping
    Render To Texture
    Projective texturing
    The first shadow
    Shaping the light
    Preshaders
    Multiple lights
    Adjusting Z values
    Finishing touch
    Short Tuts (2)
    DirectX using C++ (15)
    DirectX using VB (2)
    -- Expand all --


    Thank you!

    Support this site --
    any amount is welcome !

    Stay up-to-date

    I don't have the time to keep a News section, so stay informed about the updates by clicking on this RSS file!