Some semi-random thoughts on terrain generation
I wanted to make it a true generator, in C++, so that it's faster. I guess a plugin will either have its features severely limited or it will be slow.
Reply
Thanks given by:
Yes it's pretty slow, but it could be worse. It currently does ~85 ch/s, but I don't have any trees or foliage enabled.
Reply
Thanks given by:
I think if you enable trees, things will get funky.
Reply
Thanks given by:
Yeah I'd have to create my own Tree generator if I want trees in the world.
Reply
Thanks given by:
I noticed in that picture of the floating island, the water acts like the bottom of the world is a solid barrier - would it be a good feature to make it not spread out at the bottom of the world like that?
Reply
Thanks given by:
It would make allot of sense to do that.
Reply
Thanks given by:
I improved things a bit:
[Image: e50ed6821e.jpg]
Reply
Thanks given by:
I uploaded the code: https://github.com/STRWarrior/FloatingIsland
Reply
Thanks given by:
Let there be trees:

[Image: 80f59dc2dc.jpg]

It's not even decreasing the speed allotBig Grin I get around 5 chunks less per second. The for that is that it doesn't go over chunk borders. All the trees you see are in one chunk.
Reply
Thanks given by: Seadragon91 , xoft
Smile)
Reply
Thanks given by: NiLSPACE




Users browsing this thread: 126 Guest(s)