Tagged Questions
0
votes
0answers
309 views
3D Graphics with XNA Game Studio 4.0 bug in light map?
i'm following the tutorials on 3D Graphics with XNA Game Studio 4.0 and I came up with an horrible effect when I tried to implement the Light Map
http://i.stack.imgur.com/BUWvU.jpg
this effect shows ...
9
votes
3answers
2k views
Lighting in a Minecraftian World
Minecraft is a game that is largely based on a heightmap and uses that heigtmap information to flood the world with light. From my understanding the highest point in the heightmap is the end of the ...