Game4all / vx_bevy

🧊 Voxel engine prototype made with the bevy game engine. Serves as a playground for experimenting with voxels, terrain generation, and bevy.
MIT License
284 stars 33 forks source link

structure gen, ie trees cant overlap through chunks #34

Open FifthWit opened 3 months ago

FifthWit commented 3 months ago

title

Game4all commented 2 months ago

This is a limitation of doing all generation in one pass although the writeup at https://anima-libera.github.io/posts/qwy3/#structures has some ideas to enable one pass structure gen with overlap between chunks