1

I want to create a map similar to how Mincraft and other related games do. I just haven't the faintest clue on how to do so. Can anyone point me to a decent tutorial or give me a decent run through? I program in java and use openGL.

Kromster
  • 10,643
  • 4
  • 53
  • 67
ahodder
  • 319
  • 2
  • 9
  • 2
    Could you give a description of what a fractal cube-map is? I haven't heard that term before and it doesn't seem to be easily found on google. – CiscoIPPhone Jul 27 '11 at 22:54

1 Answers1

4

Are you looking for something like this?

Voxel heightmap terrain editor

The article I mention in that answer is pretty good and talks about creating maps exactly like Minecraft. Using that article as a starter I was able to create maps like this for my game.

House
  • 73,224
  • 17
  • 184
  • 273