Hi
I have simple question, How many terrains can one scene take ?
The size of one terrain 4000*4000.
My regards
Hi
I have simple question, How many terrains can one scene take ?
The size of one terrain 4000*4000.
My regards
If you’re asking from a performance consideration there isn’t a simple answer other than use the profiler as you add them.
As long as you do some smart logic for not keeping all terrains active at the same time you can probably have a lot of terrains, until you run out of RAM that is. But I have noticed performance degrade when you have a lot of big terrains that you don’t disable when they’re out of view, so keep that in mind.
I’m thinking on 6 terrains 4000*4000 for a desert. I don’t know how much will this effect on performance.