http://www.youtube.com/watch?v=TPWKA97PSOc
I'm not really an idiot my accent just sucks.
enjoy!
enjoyed :-o
very nice…
very cool
The new sources are much better, I would suggest anyone having old ones to update…
Really nice work!!
Actually I already tried mapspinner's world builder before the video. Great job!
Think that maybe the functionality can be split a bit? For example, being able to load and use terrain without having to use infinite terrain manager.
thats realy cool!
Very good!
masterfully done
Momoko_Fan: Its possible to make a heightmap generator that chugs out 0 height heightmaps that would make everything flat thats unedited, would that be more like what youre looking for?
I'm also working on the abilaty to turn certain blocks off for making holes, that would make it possible for the heightmap generator to create 0 maps that dont get drawn…
lanmower said:
Momoko_Fan: Its possible to make a heightmap generator that chugs out 0 height heightmaps that would make everything flat thats unedited, would that be more like what youre looking for?
Not really. I am thinking something like the TerrainBlock class in jME, you just give it a heightmap, and it gives you a mesh.
Well, technically it does still construct blocks out of float[] heightmaps, I'll look into creating blocks out of splitting bigger maps into mapspinner-friendly chunks, that should do the trick and its easy to code.