07-27-2014, 07:00 PM
Maybe you could even try to use the wiggly lines for terrain, if you can get it to generate 3d wiggly planes
Some semi-random thoughts on terrain generation
|
07-27-2014, 07:00 PM
Maybe you could even try to use the wiggly lines for terrain, if you can get it to generate 3d wiggly planes
(07-27-2014, 07:00 PM)FakeTruth Wrote: Maybe you could even try to use the wiggly lines for terrain, if you can get it to generate 3d wiggly planes That would be an interesting heightmap. There might be something wrong with the FluidSprings generator. I don't have a large stacktrace, so here is a small one: StackTrace Wrote:> MCServer.exe!cProbabDistrib::MapValue(int a_OrigValue) Line 137 C++ EDIT: Weird. I can't reproduce this in debug mode.
07-28-2014, 03:04 AM
How do you like them ravines?
07-28-2014, 03:30 AM
Love it
07-28-2014, 08:54 PM
I have a proposal for the cFinishGenSingleBiomeSingleTopBlock finisher. Rename it to cFinishGenSingleTopBlock and make it accept a list/vector for the biomes it can place in and a list/vector for the allowed blocks below.
07-28-2014, 09:41 PM
Sounds reasonable.
07-28-2014, 09:54 PM
Then I'm going to work on that now
07-28-2014, 10:30 PM
07-31-2014, 06:22 PM
I also started working on acacia trees. They might be a little too random though:
07-31-2014, 07:42 PM
A bit too random, as you said.
I think you should start with a variable-length vertical trunk, then pick whether to make a 1-top or 2-top tree, then for the first top pick one of the 8 directions, and for the optional second top pick a direction that is opposite or almost opposite to the first one. Keep going in that direction only, for 3 or 4 blocks diagonally (1 step in the direction with 1 step in Y++), then place the top. |
« Next Oldest | Next Newest »
|