XNA UK User Group

A helping hand for bedroom coders throughout the land.
in
All Tags » Terrain » Source (RSS)

Browse by Tags

  • ReMix 08 - Demo Source Code

    Some of you that have come to this blog after going to the ReMix 08 conference are probably wondering, "Where is that source code Paul said would be here!?" Well, most of it is here, it's just smashed across a lot of posts. But, it's not all under one project ready for you to run and...
    Posted to RandomChaos (Weblog) by Nemo Krad on 09-29-2008
  • Terrain with Roads

    Well this is the source post for my terrain and road map stuff. I will briefly describe what I have added and then onto where the source download is. So all I have done is add another Vector4 to the vertex element that holds the weight of the given road texture to be drawn. This then needed a new string...
    Posted to RandomChaos (Weblog) by Nemo Krad on 11-18-2007
  • Terrain With Road Map

    I know, how many times can a guy extend a terrain class!!!!? Lots I guess, this extension to the class and shader adds another map image that I call a road map. As you can guess this image holds a map of where I want to draw roads on my terrain. It is made up of four colors, Black (no road), Red (road...
    Posted to RandomChaos (Weblog) by Nemo Krad on 11-15-2007
  • Dynamic Sky Sphere So Far...

    I am posting the source to this now as I have a project at work that is going to take up my time over Christmas and into the new year and also have to start studying if I am going to get anywhere with my Microsoft Certification :( I am not going to have chance to add any more to it. So this is the project...
    Posted to RandomChaos (Weblog) by Nemo Krad on 11-07-2007
  • Simple Bumped Terrain and Water with Fog

    [youtube]http://www.youtube.com/watch?v=z8C509TYnPA[/youtube] Well here is the same skybox, terrain and ocean objects, only this time I have added the fogging effect to the shader. Naturally the class' have had to be modified to pass the fog parameters and I have added a global static class that...
    Posted to RandomChaos (Weblog) by Nemo Krad on 10-25-2007
  • Source Example 6 - Fog SM 1.1 to 2

    [youtube]http://www.youtube.com/watch?v=NdPEhjL9ufo[/youtube] This example shows the use of shader model 1.1 - 2 methodology for fog by using the render states. Controls Mouse to rotate camera. Arrow Keys to translate camera. F1 Switch Fog On. F2 Switch Fog Off. RC3DEFogSample1.zip
    Posted to RandomChaos (Weblog) by Nemo Krad on 10-15-2007
  • Source Example 4 - Terrain

    [youtube]http://www.youtube.com/watch?v=WDzWlKpa07o[/youtube] So onto terrain, this example uses a height map 128X128 and is configured to use Riemers origional terrain shader (modified for the engine). Also included in this example are my terrain shaders along with the modified bump maped versions of...
    Posted to RandomChaos (Weblog) by Nemo Krad on 10-15-2007
Page 1 of 1 (7 items)