Some semi-random thoughts on terrain generation
#21
I'm afraid we can't force the clouds to be below the terrain - haven't seen that in the protocol - but at least we can try reproducing the cool terrain - islands floating in the sky
Reply
Thanks given by:
#22
oh Sad ok
Reply
Thanks given by:
#23
I think I've come up with what could be an even better biome generator than Distorted Voronoi.
The Voronoi base stays, it's useful. But instead of Noise-based Distortion we could use an algorithm similar to that of Kai's Power Goo (for those of us who remember Wink initialized with a regular grid of random vectors. That way there won't be any "overlaps" as in the distortion, so there won't be any "islands" of one small biome completely engulfed in another.
I need to investigate a bit more.
Reply
Thanks given by:
#24
I'm struggling with trees right now. I'd like them to be assorted, like in original MC - small trees, large trees, pines, spruces, birches, jungle trees and jungle bushes. And they all need to be generatable algorithmically, not randomly. Also the number of trees per chunk should be biome-dependent, instead of fixed. Quite a lot of work to do.
Reply
Thanks given by:
#25
ok :S
Reply
Thanks given by:
#26
I wish i could help Sad

Perhaps I can test it?
Reply
Thanks given by:
#27
Right now the server eats up ~1.5 GB of memory just for generating the chunk, and one chunk takes around 40 seconds to generate. Still want to test? Wink
Reply
Thanks given by:
#28
oww :S nopeTongue but maybe when it uses less memory and generates chunks faster Smile
maybe can you upload some pictures of the generated worldBig Grin
Reply
Thanks given by:
#29
Yes, I want to see too
Reply
Thanks given by:
#30
alright alright.Tongue
So I've got birches working, and - partially - apple trees (still missing on the branching part). Also the trees get cut along the chunk borders, that's my primary interest right now.
[Image: newtrees1.jpg]
[Image: newtrees2.jpg]
[Image: newtrees3.jpg]

Really, was that sooo interesting to see?Tongue
Reply
Thanks given by:




Users browsing this thread: 2 Guest(s)