Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If I'm looking to generate a much larger space than what just one hterrain node can provide, should I use multiple, or should I scale up? #472

Open
armondavani opened this issue Feb 3, 2025 · 1 comment

Comments

@armondavani
Copy link

Hello,

Basically wondering about my options here performance-wise. I'm imagining a large map, like helldivers size kind of. I can scale the node's size up, but that loses granularity with the heightmap.

My other thought was use multiple hterrain nodes, spaced out, but these likely wouldn't line up at the edges, and I'm not sure if this is very non-performant, or if it would be okay due to the LOD that the plugin has built-in.

Thank you.

@Zylann
Copy link
Owner

Zylann commented Feb 3, 2025

That's quite vague, but basically the plugin is limited to maps of 4097x4097 pixels in resolution. That's 4x4 Km if 1 pixel is 1 meter. Large chunk size might help a bit, and generally details can also be added using rock and cliff meshes on top. Beyond that, you would have to modify the plugin to break that limit, but it might not be a good idea. The plugin also does not support tiling multiple terrains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants