Archive 17/01/2023.

Newbie issue and Terrain

fnadalt

Hi! I’m trying to implement a large terrain. My idea is to build individual Terrains (chunks) from their own height maps, and stitch them together, unloading and loading accordingly while the player walks through the “chunks” of Terrain. The entire heighmap is chopped into several 128x128 pieces. Just for testing, I created a Terrain and its N/S/W/E chunks using SetNeighborss. Each individual Terrain component is only 96x96!!! I don’t understand what’s going on. If you want to check out: https://github.com/fnadalt/world. Thanks!

Bananaft

Hi, wellcome to the forum!
I had similar problem: