Description
Flight Simulator, Heard Of It? You might know about Microsoft's Flight Simulator release in August last year and like me, if you're interested in flight simulators or photorealistic recreations of rea
Summary
- Flight Simulator, Heard Of It?
- First, we'll modify the flat plane we drew earlier so that it has the shape of the terrain.
- Mapping The Terrain Height In many cases, the easiest way to describe something is with a picture.
- We'll make a vertex shader that takes the red component (the R in RGBA) of each pixel of the heightmap and combines it with a scaling factor to decide the height of each point above the X-Z plane (the plane our terrain lies in).