Hi - I'm struggling to find a tutorial that explains the workflow for exporting a large heightfield terrain as tiles. I'm unsure where I would use a tilesplit/splice node for example - before or after my erode node? If I have a large terrain with many voxels, the erode takes a lot of memory. Can I use a tile split node before the erode to make the computation less demanding per tile, and somehow iterate over the individual tiles, exporting each tile's maps along the way? If I try to compute the erode on a very large terrain all at once, my pc runs out of memory. I would really appreciate any tips, links or advice you might be able to offer on appropriate workflows for working with large terrains and exporting tiled maps.
Thank you
Bryan