I was wondering, how would be the best way to go about setting separate clipping distances for terrains and other entities.
For example, as I move away, I’d like these powerlines and structures to unrender to save on performance. However, I’d like the terrain in the distance to remain, so the player can see where they are going.
Would the best way to do this be with two separate cameras overlayed on different layers? I think that might work, but I feel like it may have some unforeseen consequences with it.