Some semi-random thoughts on terrain generation - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: Some semi-random thoughts on terrain generation (/thread-409.html) |
RE: Some semi-random thoughts on terrain generation - xoft - 04-02-2012 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 RE: Some semi-random thoughts on terrain generation - NiLSPACE - 04-02-2012 oh ok RE: Some semi-random thoughts on terrain generation - xoft - 04-02-2012 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 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. RE: Some semi-random thoughts on terrain generation - xoft - 04-08-2012 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. RE: Some semi-random thoughts on terrain generation - NiLSPACE - 04-08-2012 ok :S RE: Some semi-random thoughts on terrain generation - NiLSPACE - 04-08-2012 I wish i could help Perhaps I can test it? RE: Some semi-random thoughts on terrain generation - xoft - 04-09-2012 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? RE: Some semi-random thoughts on terrain generation - NiLSPACE - 04-09-2012 oww :S nope but maybe when it uses less memory and generates chunks faster maybe can you upload some pictures of the generated world RE: Some semi-random thoughts on terrain generation - Boo - 04-09-2012 Yes, I want to see too RE: Some semi-random thoughts on terrain generation - xoft - 04-11-2012 alright alright. 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. Really, was that sooo interesting to see? |