BLaZeKiLL / UE5VoxelTutorial

A collection of voxel mesh generation algorithms
MIT License
108 stars 28 forks source link

Caves? #10

Open Bracky2022 opened 2 years ago

Bracky2022 commented 2 years ago

Hi again,

Thank you for this repository. Can you do caves? The chunks are empty inside and only generates top area like hills, mountains.

BLaZeKiLL commented 2 years ago

You can use 3D Height Map that generates Caves. but I suppose you are looking for proper world generation something like minecraft. I do plan to add a world generation API that would support biomes and structures but at it's core it's just modifying the blocks array to get what you want. And there are multiple ways to achieve it

Bracky2022 commented 2 years ago

Thank you for the reply.

Right now the inside blocks are all empty like a huge box. How to modify blocks array to have caves? EmptyBox