spimort / TerraBrush

MIT License
698 stars 27 forks source link

Request: Allow us to reduce the initial grid. #86

Closed MihaSmit closed 6 months ago

MihaSmit commented 6 months ago

I don't need excessive detail in the first chunk, how can I increase the mesh size? изображение

spimort commented 6 months ago

I think you found it by yourself, but just to complete the question, under the LOD section, the "initial cell width" will control how big is the "smallest" cell.

For example, a value of 1 would mean that your smallest cell is 1m : image

And a value of 3 would mean that your smallest cell is 3m : image

I hope this helps! 🙂