in

This site is all about the amazingly cool stuff you can do with VB.NET.

Browse by Tags

  • Heightmap Collision Sample posted

    This one was a real pain, but it's the second sample I've done with a custom ContentProcessor. Grab the vb.net code here . Heightmap Collision This sample demonstrates how to move objects along a heightmap. It is based on the Generated Geometry sample, which creates a landscape from a bitmap...
    Posted to The VB.NET XNA Project (Weblog) by admin on 12-28-2007
  • VB.NET XNA Heightmap Collision Sample

    Heightmap Collision This sample demonstrates how to move objects along a heightmap. It is based on the Generated Geometry sample, which creates a landscape from a bitmap. We build upon that sample, showing how to quickly calculate the height of any point on that heightmap.
    Posted to VB XNA Samples (FileGallery) by admin on 12-28-2007
  • Billboard Sample posted

    This is the vb.net version of the Billboard sample as seen on Creators.XNA.com. Grab the source code here . This was another one of the more difficult samples to get working. I spent a few weeks on this one, scratching my head trying to figure out why it didnt work. I was initially worried that custom...
    Posted to The VB.NET XNA Project (Weblog) by admin on 12-27-2007
  • VB.NET XNA Billboard Sample

    Billboard Sample This sample shows how to efficiently render large numbers of billboard sprites, using a vertex shader to perform the billboard computations entirely on the GPU.
    Posted to VB XNA Samples (FileGallery) by admin on 12-27-2007
  • VB.NET XNA Bloom PostProcess Sample

    BloomPostprocess Sample This sample shows how to use bloom post-processing filters to add a glow effect over the top of an existing scene.
    Posted to VB XNA Samples (FileGallery) by admin on 12-24-2007
  • Bloom PostProcess Sample posted

    This one took me a while to convert. There were a few hard to track down issues, but I eventually got it working. Grab the code here . BloomPostprocess Sample This sample shows how to use bloom post-processing filters to add a glow effect over the top of an existing scene. Sample Overview Bloom post...
    Posted to The VB.NET XNA Project (Weblog) by admin on 12-24-2007
  • Color Replacement Sample posted

    Grab the vb.net code sample here . Color Replacement Sample This sample demonstrates how to render parts of an object with a user-defined color. Sample Overview When it is the Red Team versus the Blue Team or when you want to drive a car painted with your favorite color, you either need to create a texture...
    Posted to The VB.NET XNA Project (Weblog) by admin on 12-24-2007
  • VB.NET XNA Color Replacement Sample

    Color Replacement Sample This sample demonstrates how to render parts of an object with a user-defined color.
    Posted to VB XNA Samples (FileGallery) by admin on 12-24-2007
  • 2D Collision Sample #3 (Transformed) posted

    Sample code for part three in the Collision Series (Transformed Collisions) has been posted here . Original tutorial posted at http://creators.xna.com Collision Series 3: 2D Collision with Transformed Objects This article explains how to perform per-pixel collision detection on sprites by using linear...
    Posted to The VB.NET XNA Project (Weblog) by admin on 12-21-2007
  • VB.NET XNA Transformed Collision Sample

    Here's the VB.NET version of the source code from #3 in the three part collision series. Original Tutorial can be found at the Creators Club site: http://creators.xna.com/ Collision Series 3: 2D Collision with Transformed Objects This article explains how to perform per-pixel collision detection...
    Posted to VB XNA Samples (FileGallery) by admin on 12-21-2007
Page 1 of 2 (18 items) 1 2 Next >

Copyright 2008 - ILoveVB.NET
Powered by Community Server (Commercial Edition), by Telligent Systems