Pages

Monday, January 11, 2010

Fighting with DirectX 11 - part 3


So, what's new? Firstly - there are many changes, as you can see in the image beside. There are a sky with clouds and the sun (it is the skybox). It is invisible in the picture, but in application there are ugly seams on the connection of skybox faces - it is my fault, because when I finished preparing of skybox texture, I changed size of it and in consequence the image editor blended edges of faces and the grid get in the sky ;P. Secondly, I've add a camera and a user input (from mouse & keyboard), so flying through the world of my demo is possible now. And the main change, is that I've written a terrain loading from heightmap. I've added simple lightning also, so that the terrain don't looks so flat.