Large Scale Terrain Rendering
Posted by: MSDN: Coding4Fun,
on 08 Feb 2012 |
View original | Bookmarked: 0 time(s)
Today's project is hard to apply a "W" name to, maybe we'll just call this "Wow Wednesday" and leave it at that, because once I got this project running, "Wow, that's kind of cool" was my first thought... Terrain RenderingTerrain Rendering is a game technology code sample that demonstrates how to render large-scale terrains in real time by efficiently distributing the tasks between the CPU and the GPU. This article provides an overview of the terrain-rendering application and includes a link to the...